can not import os after install ZEO
After install ZEO into the cvs zope tree, Zope can not startup with : module os not found, Even starting zope with z2.py instead of zctl.py. Where should I look? Rgs, Kent Sin __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
look for the line somewhere near the top that has PYTHONHOME in it. comment it out. jens On Thursday, October 11, 2001, at 08:52 , kent sin wrote:
After install ZEO into the cvs zope tree, Zope can not startup with :
module os not found,
Even starting zope with z2.py instead of zctl.py.
Where should I look?
Rgs,
Kent Sin
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
err, in zctl.py, that is :) jens On Friday, October 12, 2001, at 07:47 , Jens Vagelpohl wrote:
look for the line somewhere near the top that has PYTHONHOME in it. comment it out.
jens
On Thursday, October 11, 2001, at 08:52 , kent sin wrote:
After install ZEO into the cvs zope tree, Zope can not startup with :
module os not found,
Even starting zope with z2.py instead of zctl.py.
Where should I look?
Rgs,
Kent Sin
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Thanks a lot. After comment out the env['PYTHONHOME']=ZOPE_HOME it works now. BTW, there is another bug: in start: if ZOPE_PORT: args.insert(0, '-P %s' % ZOPE_PORT) should be '-w %s' instead. Rgs, Kent Sin ----- Original Message ----- From: "Jens Vagelpohl" <jens@zope.com> To: "Jens Vagelpohl" <jens@zope.com> Cc: "kent sin" <kentsin@yahoo.com>; <zope@zope.org> Sent: Friday, October 12, 2001 7:54 PM Subject: Re: [Zope] can not import os after install ZEO
err, in zctl.py, that is :)
jens
On Friday, October 12, 2001, at 07:47 , Jens Vagelpohl wrote:
look for the line somewhere near the top that has PYTHONHOME in it. comment it out.
jens
On Thursday, October 11, 2001, at 08:52 , kent sin wrote:
After install ZEO into the cvs zope tree, Zope can not startup with :
module os not found,
Even starting zope with z2.py instead of zctl.py.
Where should I look?
Rgs,
Kent Sin
__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
On Sat, 13 Oct 2001 07:40:23 +0800 "Sin Hang Kin" <kentsin@yahoo.com> wrote:
BTW, there is another bug:
in start:
if ZOPE_PORT: args.insert(0, '-P %s' % ZOPE_PORT)
should be '-w %s' instead.
Nope, -w sets the http port, -P sets the base port for all protocols.
Rgs,
participants (4)
-
Jens Vagelpohl -
kent sin -
Phil Harris -
Sin Hang Kin