[egenix-users] PROBLEM: mxCGIPython 0.5.0
M.-A. Lemburg
mal at lemburg.com
Thu Sep 19 11:55:11 CEST 2002
Yasushi Iwata wrote:
> I build mxCGIPython 0.5.0 binary with Python 2.2 on Red Hat Linux
> 7.3. It works well on the machine. But same binary displays warning
> message like bellow on other machines running Red Hat 7.3.
>
> $ cat hello
> print 'Hello!'
> $ ./cgipython hello
> 'import site' failed; use -v for traceback
> Hello!
>
> Same problem is reported on FreeBSD and Solaris 8 at Python Japanese
> users mailing list.
This could be caused by missing codecs. Please set the environment
variable PYTHONVERBOSE and rerun the script to see the traceback.
--
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting: http://www.egenix.com/
Python Software: http://www.egenix.com/files/python/
More information about the egenix-users
mailing list