On Mon, 2002-04-15 at 17:39, Bill Eldridge wrote: > Ian Bicking wrote: > > > For BillAdaptor.py (my > > > sys.path: ['.', '/usr/local/src/Webware', '/usr/lib/python2.2', > > > '/usr/lib/python2.2/plat-linux2', '/usr/lib/python2.2/lib-tk', > > > '/usr/lib/python2.2/lib-dynload', '/usr/lib/python2.2/site-packages', > > > '/usr/lib/python2.2/site-packages/Webware'] > > > > That looks to be the problem -- you have /usr/local/src/Webware and > > /usr/lib/python2.2/site-packages/Webware in your path. > > Cheetah threw that in, but it wasn't working even before > I threw in Cheetah. And modifying the path to have > /usr/local/src/Webware always be first doesnt' > seem to help. There's something I seem to be > missing about the layout of this package - all > I'm trying to do is unpack it in the Webware > top directory and run the example EmailForward.py > and EmailAdapter.py scripts, but I'm ending > up hacking a lot more on scripts than I think I should.
The problem isn't specific to EmailForward, I don't think -- it's only that EmailForward imports from a location you haven't tried before. I'd try moving EmailForward.py to another context that is working, and see what happens then. Ian _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
