Attempting to start up ZEO server on Mac OSX 10.6.7
There are a couple of copies of the problem LoopCallback.py - in Zope-3.4.0c1 
(Dependencies and build) but not in the ZEO folder
Appreciate any help.
George

$ python /usr/local/Zope-3.4.0c1/lib/python/ZEO/runzeo.py -a /tmp/zeosocket -f 
/tmp/test.fs
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1:
 UserWarning: Module pkg_resources was already imported from 
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.pyc,
 but /Library/Python/2.6/site-packages is being added to sys.path
  __import__('pkg_resources').declare_namespace(__name__)
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope/__init__.py:1:
 UserWarning: Module site was already imported from 
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site.pyc,
 but /Library/Python/2.6/site-packages is being added to sys.path
  __import__('pkg_resources').declare_namespace(__name__)
------
2011-05-26T18:21:06 INFO ZEO.runzeo (739) opening storage '1' using FileStorage
------
2011-05-26T18:21:06 WARNING ZODB.FileStorage Ignoring index for /tmp/test.fs
------
2011-05-26T18:21:06 INFO ZEO.StorageServer StorageServer created RW with 
storages: 1:RW:/tmp/test.fs
------
2011-05-26T18:21:06 INFO ZEO.zrpc (739) listening on /tmp/zeosocket
------
2011-05-26T18:21:06 INFO ZEO.runzeo (739) closing storage '1'
Traceback (most recent call last):
  File "/usr/local/Zope-3.4.0c1/lib/python/ZEO/runzeo.py", line 356, in <module>
    main()
  File "/usr/local/Zope-3.4.0c1/lib/python/ZEO/runzeo.py", line 353, in main
    s.main()
  File "/usr/local/Zope-3.4.0c1/lib/python/ZEO/runzeo.py", line 141, in main
    self.loop_forever()
  File "/usr/local/Zope-3.4.0c1/lib/python/ZEO/runzeo.py", line 244, in 
loop_forever
    import ThreadedAsync.LoopCallback
ImportError: No module named ThreadedAsync.LoopCallback

George Wright
georg...@bigpond.net.au
http://www.labyrinth.net.au/~gwright





_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to