Hello,<br><br>I am trying to set up a Python/Zope in my home because I have a limited access to the server,<br>but I have an issue when i try to run Zope with unicode compilation with the Persitency module.<br><br>I remember I had this problem once with PyLucene, and recompiling Python with the right option
<br>resolved it. But in the present case, it doesn&#39;t solve it...<br><br>Any ideas ?<br><br>Thanks<br><br>Tarek<br><br>1/ Error:<br><br>$ ./bin/runzope<br>[...]<br>Traceback (most recent call last):<br>&nbsp; File &quot;/home/tarek/opt/zope-
2.8.4/lib/python/Zope2/Startup/run.py&quot;, line 56, in ?<br>[...]<br>&nbsp; File &quot;/home/tarek/opt/zope-2.8.4/lib/python/persistent/__init__.py&quot;, line 19, in ?<br>&nbsp;&nbsp;&nbsp; from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY
<br>ImportError: /home/tarek/opt/zope-2.8.4/lib/python/persistent/cPersistence.so: undefined symbol: PyUnicodeUCS2_AsEncodedString<br><br>2/ So i tried this:<br><br>Python compilation:<br><br>$ ./configure --enable-unicode=ucs2 --prefix=/home/tarek/opt/python-
2.3.5<br>$ make &amp;&amp; make install<br><br>Zope compilation:<br><br>$ ./configure --prefix=/home/tarek/opt/zope-2.8.4 --with-python=/home/tarek/opt/python-2.3.5/bin/python<br>$ make &amp;&amp; make install<br><br>3/ My system info (regular debian):
<br><br>$ cat /proc/cpuinfo &amp;&amp;&nbsp; more /etc/debian_version &amp;&amp; uname -a<br>processor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0<br>vendor_id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : CentaurHauls<br>cpu family&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 6<br>model&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 10<br>model name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : VIA Esther processor 2000MHz
<br>stepping&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 9<br>cpu MHz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 1995.084<br>cache size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 128 KB<br>fdiv_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>hlt_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>f00f_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>coma_bug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br>fpu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br>fpu_exception&nbsp;&nbsp; : yes
<br>cpuid level&nbsp;&nbsp;&nbsp;&nbsp; : 1<br>wp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br>flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmov pat clflush acpi mmx fxsr sse sse2 tm nx pni est tm2 rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en
<br>bogomips&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 3992.74<br><br>lenny/sid<br>Linux xxxx 2.6.18.1dedibox_r6_final #1 Mon Oct 16 14:05:25 CEST 2006 i686 GNU/Linux<br><br clear="all"><br>-- <br>Tarek Ziadé | Association AfPy | <a href="http://www.afpy.org">
www.afpy.org</a><br>Blog FR | <a href="http://programmation-python.org">http://programmation-python.org</a><br>Blog EN | <a href="http://tarekziade.wordpress.com/">http://tarekziade.wordpress.com/</a>