[egenix-users] PROBLEM: mxCGIPython 0.5.0

Yasushi Iwata yasusii at lowlife.jp
Thu Sep 19 20:38:27 CEST 2002


On Thu, 19 Sep 2002 10:55:11 +0200 you wrote:

> This could be caused by missing codecs. Please set the environment
> variable PYTHONVERBOSE and rerun the script to see the traceback.

The traceback is:

$ export PYTHONVERBOSE=x
$ ./cgipython hello
import site # frozen
import os # frozen
import posix # builtin
import posixpath # frozen
import stat # frozen
import UserDict # frozen
import copy_reg # frozen
import types # frozen
import __future__ # frozen
'import site' failed; traceback:
Traceback (most recent call last):
  File "/tmp/Python-2.2.1/Lib/site.py", line 95, in ?
IndexError: list index out of range
Python 2.2.1 (#1, Sep 18 2002, 20:42:17) 
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)]
Copyright (c) 2001, 2002 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.
import __main__ # frozen
Hello!

          -- SNIP --




More information about the egenix-users mailing list