[ZODB-Dev] [ zodb-Bugs-622163 ] ZEO server start fails - import fudging?
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 09 Nov 2002 14:18:14 -0800
Bugs item #622163, was opened at 2002-10-11 20:25
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=622163&group_id=15628
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Chetan Gadgil (chetang)
Assigned to: Nobody/Anonymous (nobody)
Summary: ZEO server start fails - import fudging?
Initial Comment:
/tmp/ZODB3-3.1b2/build/lib.solaris-2.8-sun4u-2.2/ZODB>
python ../../../ZEO/start.py -D -h localhost -p 8000
Traceback (most recent call last):
File "../../../ZEO/start.py", line 232, in main
import ZEO.StorageServer, asyncore
File "/tmp/ZODB3-3.1b2/ZEO/StorageServer.py", line
31, in ?
from ZEO.zrpc.server import Dispatcher
File "/tmp/ZODB3-3.1b2/ZEO/zrpc/server.py", line 18,
in ?
from ZEO.zrpc.connection import Connection, Delay
File "/tmp/ZODB3-3.1b2/ZEO/zrpc/connection.py", line
23, in ?
from ZEO.zrpc.error import ZRPCError,
DisconnectedError
File "/tmp/ZODB3-3.1b2/ZEO/zrpc/error.py", line 14,
in ?
from ZODB import POSException
File "ZODB/__init__.py", line 18, in ?
ZEO's home on the web is
ImportError: No module named TimeStamp
/tmp/ZODB3-3.1b2/build/lib.solaris-2.8-sun4u-2.2/ZODB>
ls
__init__.py dbmStorage.py
PersistentMapping.py
__init__.pyc DemoStorage.py
PersistentMapping.pyc
ActivityMonitor.py DemoStorage.pyc
POSException.py
ActivityMonitor.pyc ExportImport.py
POSException.pyc
BaseStorage.py ExportImport.pyc
referencesf.py
BaseStorage.pyc FileStorage.py
referencesf.pyc
bpthread.py FileStorage.pyc tests
bpthread.pyc fsdump.py
TimeStamp.so
ConflictResolution.py fsIndex.py TmpStore.py
ConflictResolution.pyc fsIndex.pyc
TmpStore.pyc
Connection.py fsrecover.py
Transaction.py
Connection.pyc lock_file.py
Transaction.pyc
conversionhack.py lock_file.pyc
UndoLogCompatible.py
coptimizations.so MappingStorage.py
UndoLogCompatible.pyc
cPersistence.so MappingStorage.pyc utils.py
cPickleCache.so Mount.py utils.pyc
DB.py PersistentList.py winlock.so
DB.pyc PersistentList.pyc
ZApplication.py
/tmp/ZODB3-3.1b2/build/lib.solaris-2.8-sun4u-2.2/ZODB>
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-11-09 17:18
Message:
Logged In: YES
user_id=6380
There are two resons why I'm closing this.
(a) There was a bug in a beta of ZODB 3.1, fixed later, that
could cause this to happen.
(b) Things like this often happen when you're running out of
the source directory.
If you can still reproduce this with ZODB 3.1 (final
release) and you can verify that it's not due to path issues
(use python -vv to see the import details), please reopen
this report or add to it.
----------------------------------------------------------------------
Comment By: Chetan Gadgil (chetang)
Date: 2002-10-11 20:25
Message:
Logged In: YES
user_id=21159
TimeStamp.so exists
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=622163&group_id=15628