manuel spuhler wrote at 2006-4-12 21:40 +0200: > ... > File "/opt/Zope2.8/lib/python/ZODB/__init__.py", line 21, in ? > from persistent import TimeStamp > File "/opt/Zope2.8/lib/python/persistent/__init__.py", line 19, in ? > from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY >ImportError: Inappropriate file type for dynamic loading
Something is wrong with your "cPersistent.so" file. It should be a dynamically loaded shared object but somehow it is not. I cannot tell you why... -- Dieter _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
