On Tue, Apr 16, 2002 at 01:39:30AM +0300, 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 probably threw in /usr/lib/python2.2/site-packages/Webware,
the "Webware" directory that doesn't really contain Webware (until
Webware goes to a distutils structure).  

I presume /usr/local/source/Webware does contain your Webware source.
Did you add that or did Webware automatically add it?  You shouldn't
need to put it in your path.  Just cd to the directory containing the
AppServer before starting it, and it will find everything relative
to the current directory.

-- 
-Mike (Iron) Orr, [EMAIL PROTECTED]  (if mail problems: [EMAIL PROTECTED])
   http://iron.cx/     English * Esperanto * Russkiy * Deutsch * Espan~ol

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to