drs. Slinger Jansen
slinger at cs.uu.nl
Wed May 31 03:06:52 EDT 2006
*newbie* Hi there, I have recently installed mod_python and I'm trying to fight through the steep learning curve of SOAP interfaces. Got my first sample program running now, but I need to restart Apache each time I wish to recompile my apps. I cannot believe that that's the way to go. Currently I have three .py files, a "MyHandler.py", a "client.py" and a "server.py". client.py calls the server, which imports myhandler. MyHandler and server are never recompiled when accessed from client.py. Client.py of course is recompiled each time I run it (using python client.py). I'm confused, shouldn't server.py (and in turn MyHandler.py) be recompiled each time I access them from client.py? I need this for development. Slinger Jansen -- Slinger Remy Lokien Jansen *email :* slinger at cs.uu.nl <mailto:slinger at cs.uu.nl> *office :* CGN-B228 *telephone :* +31 (30) 253 6652 *faxnumber :* +31 (30) 251 3791 *Universiteit Utrecht* Institute of Information and Computing Sciences Centrumgebouw Noord, office B228 Padualaan 14, De Uithof 3584CH Utrecht *scientific website : *http://www.cs.uu.nl/people/slinger/ <http://www.cs.uu.nl/people/slinger> *personal website : *www.slingerjansen.nl <http://www.slingerjansen.nl> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20060531/df2e8fa5/attachment.html
|