[Zope3-Users] undefined symbol: PyUnicodeUCS4_AsEncodedString
bussiere maillist
bussieremaillist at gmail.com
Sun Jun 25 14:06:34 EDT 2006
i've got only one version of python on my debian,
i've compiled zope with that one (the 2.4.3)
and when i try to make a makzope instance it said to me :
Persephone:/opt/Zope3/bin# mkzopeinstance
-bash: mkzopeinstance: command not found
Persephone:/opt/Zope3/bin# ./mkzopeinstance
Traceback (most recent call last):
File "./mkzopeinstance", line 42, in ?
from zope.app.server.mkzopeinstance import main
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/app/server/mkzopeinstance.py",
line 34, in ?
from zope.app.authentication import password
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/app/authentication/__init__.py",
line 19, in ?
import interfaces
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/app/authentication/interfaces.py",
line 23, in ?
from zope.app.security.interfaces import ILogout
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/app/security/__init__.py",
line 18, in ?
from zope.component import adapts
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/component/__init__.py",
line 23, in ?
from zope.component.interfaces import IComponentArchitecture
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/component/interfaces.py",
line 24, in ?
from zope.exceptions import NotFoundError
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/exceptions/__init__.py",
line 46, in ?
import zope.security
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/security/__init__.py",
line 22, in ?
import zope.proxy
File "/tmp/Zope-3.2.1/build/lib.linux-i686-2.4/zope/proxy/__init__.py",
line 21, in ?
from zope.proxy._zope_proxy_proxy import *
ImportError: /opt/Zope3/lib/python/zope/proxy/_zope_proxy_proxy.so:
undefined symbol: PyUnicodeUCS4_AsEncodedString
regards
Bussiere
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060625/36d65aeb/attachment.htm
More information about the Zope3-users
mailing list