[Zope] Zope does not find import
Michel Pelletier
michel@digicool.com
Thu, 17 Jun 1999 09:44:46 -0400
> -----Original Message-----
> From: steve@hosys.com [mailto:steve@hosys.com]
> Sent: Wednesday, June 16, 1999 11:54 PM
> To: zope@zope.org
> Subject: [Zope] Zope does not find import
>
>
> PersistentExtra.py can't find Persistence, I don't see a file
> or directory
> named
> Persistence ? Using Zope-1.11.0pr1-win32-x86.exe
>
> >>> import Project
> Traceback (innermost last):
> File "<stdin>", line 1, in ?
> File "Project.py", line 2, in ?
> from Globals import HTMLFile, MessageDialog, Persistent
> File "C:\ZOPE\lib\python\Globals.py", line 90, in ?
> import Acquisition, ComputedAttribute, App.PersistentExtra, os
> File "C:\ZOPE\lib\python\App\PersistentExtra.py", line 87, in ?
> from Persistence import Persistent
> ImportError: cannot import name Persistent
>
Did you compile the C extensions? I suggest dowloading the 1.10.3
binary for Windows if you don't have a C compiler. 1.11.0.pr1 was a
pre-release, and the entire 1.11 line has been turned into 2.0 (which is
in alpha, no binaries there either).
-Michel
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>