[ZODB-Dev] No module named TimeStamp

Nicholas Henke henken@seas.upenn.edu
Fri, 8 Nov 2002 13:38:12 -0500


On Fri, 8 Nov 2002 14:26:45 -0200
Christian Reis <kiko@async.com.br> wrote:

> On Fri, Nov 08, 2002 at 10:33:40AM -0500, jholland@tomsw.com wrote:
> > Every time I try to load cPersistence I get an error "No module
> > named TimeStamp" - this also happens when I try to run start.py to
> > run ZEO. I am however able to import TimeStamp.
> 
> Is your cwd the ZODB source directory? That doesn't work; use the
> installed (or built) version.
> 
>     cd ~; python -c 'from ZODB import cPersistence'

I have just installed ZODB3.1, and am seeing the same error. I do not
have a PYTHONPATH set:
[root@testcluster root]# cd ~; python2 -c 'from ZODB import
cPersistence'
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "lib.linux-i686-2.1/ZODB/__init__.py", line 18, in ?
SystemError: _PyImport_FixupExtension: module ZODB.TimeStamp not loaded

What gives?
Nic
-- 
Nicholas Henke
Linux Cluster Systems Programmer
Liniac Project - Univ. of Pennsylvania