
Oct. 1, 2004
5:40 a.m.
Hi, I starts my daemon (server.py) by $twistd -noy server.py In server.py ---------------------------------------- config=Configuration() In somewhere.py, ---------------------------------------- import __main__ config=__main__.config ### Don't work, since __main__ is twistd, not server.py ## how do I get the config in server.py? Thanks. Iap, Singuan