Re: [Zope3-Users] ImportError running bin/zopectl run myScript.py

2008-01-22 Thread Marius Gedminas
On Thu, Jan 17, 2008 at 05:46:56PM +0100, Achim Domma wrote:
 I try to run a script on my zope instance via bin/zopectl run 
 myScript.py. I get the following error:

 Traceback (most recent call last):
   File /Users/domma/develop/zope/demo/bin/scriptzope, line 22, in ?
 import paths
 ImportError: No module named paths

 I cannot find a paths.py on my system. Any hint what I'm doing wrong?

I haven't seen any reply to this, so I'll bite, even though I've never
used bin/zopectl run in my life.

It appears that you've found a bug.  There's no paths.py on my system
either.  The bin/debugzope script doesn't have these two lines, so I
suggest you remove them:

import paths
paths.addPackagePaths()

I've filed a bug: https://bugs.launchpad.net/zope3/+bug/185219

Marius Gedminas
-- 
Get a life?  Well, once I nearly found one, but the link was broken.


signature.asc
Description: Digital signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] ImportError running bin/zopectl run myScript.py

2008-01-17 Thread Achim Domma

Hi,

I try to run a script on my zope instance via bin/zopectl run  
myScript.py. I get the following error:


Traceback (most recent call last):
  File /Users/domma/develop/zope/demo/bin/scriptzope, line 22, in ?
import paths
ImportError: No module named paths

I cannot find a paths.py on my system. Any hint what I'm doing wrong?

regards,
Achim
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users