>>>> import sys
>>>> sys.version
> '2.2 (#4, Jan 13 2002, 13:51:19) \n[GCC 2.95.3 20010315 (SuSE)]'
thanks.
i removed python 2.2 and went to 2.12c1 in case of 2.2 issues
this is a hosted environment with 1.5.2 python installed.
i simply compiled python 2.12c1 into my own /bin
so this is different than the cases detailed on the wiki.
went to Webware 1.6 (was using 1.6b )
app server starts fine, using python 2.2
and WebKit.cgi fails completely :(
OneShot.cgi also fails
a little hackery...
OneShot.cgi / WebKit.cgi fails here:
except:
import string, sys, traceback
i can import sys, but not string or traceback
so most probably i don't have my PATH set correctly when the .cgi is running
? and python can't find its libraries ?
but the AppServer does have the PATH correct because it was started from
that directory, so it runs.
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss