On Sun, 2003-02-23 at 20:00, Peter Lyons wrote: > I'm having trouble getting my servlets to import my business classes. > I've messed with PYTHONPATH, and then I decided against that and tried > putting my business packages into site-packages via a symlink:
I'd just use PYTHONPATH, like PYTHONPATH=/home/plyons/workarea/pytact/pytact:$PYTHONPATH ./AppServer (Or just put the PYTHONPATH code into AppServer itself, or do sys.path.append('/home/plyons/workarea/pytact/pytact') in Launch.py or elsewhere) Ian ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss