Psyco problem...

Simon Wittber (Maptek) Simon.Wittber at perth.maptek.com.au
Tue Dec 17 19:33:57 EST 2002


Hello People,

Has anyone seen the below error before? It happens when I try and import
the psyco module. I have tried psyco 0.4.0 and 0.4.1 and get the same
error with both.

Psyco a brilliant piece of software, it speeds up my neural net code by
at least 10x on my windows PC at work! I would really like to get it
working on my home RH system.

Any help is appreciated!

SimonW.

[simon at localhost simon]$ python
Python 2.2.2 (#2, Dec 16 2002, 21:20:22)
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-110)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>import psyco
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.2/site-packages/psyco/__init__.py", line
36, 
in ?
    import _psyco, sys, new, __builtin__
ImportError: /usr/local/lib/python2.2/site-packages/psyco/_psyco.so: 
undefined symbol: PyUnicodeUCS4_Format
>>>




More information about the Python-list mailing list