How can I see what version of python does Zope uses? I'm having some trouble in my linux box cuz I have python1.5 and python2.2 so I don't know what uses what. thanks in advance Gerardo Amaya
From the management interface, click on the control panel. If it isn't even starting up because you have the wrong python, then you'll have to do it the usual UNIX way, with "which" or python -V.
FWIW, both of the versions you have are bad choices for any moderately recent Zope. You want 2.1.3.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jose Gerardo Amaya Giron Sent: Wednesday, July 17, 2002 3:05 PM To: Zope@zope.org Subject: [Zope] Python Version
How can I see what version of python does Zope uses? I'm having some trouble in my linux box cuz I have python1.5 and python2.2 so I don't know what uses what.
thanks in advance
Gerardo Amaya
_______________________________________________ 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 )
From the management interface, click on the control panel. If it isn't even starting up because you have the wrong python, then you'll have to do it the usual UNIX way, with "which" or python -V.
FWIW, both of the versions you have are bad choices for any moderately recent Zope. You want 2.1.3.
I checked the python version of my zope and is 2.1.3 and now I'm really confused. I copy all the things I need to the usr/lib/python2.2 directory, but as I can see now python uses the python located in /usr/local/Zope/lib/python2.1/ so I have to move all things in there or is the /usr/local/Zope/lib/python2.1 should be in /usr/lib/ I'm really confuse now about that . What is the best way to have my zope, I followed the instructions in the INSTALL.TXT and don't say anything about that matter thanks in advance Gerardo
The guide doesn't say anything about it because Zope ships with the right version of python as a subdirectory (which you are using) so you shouldn't need to worry about it. I'm not sure what stuff you are copying around that you need. Either way, go back to the control panel and check under the debug icon. There is a full listing of the sys.path under there. If you need your zope python to find something, stick it in one of those directories.
-----Original Message----- From: Jose Gerardo Amaya Giron [mailto:gamaya@aldeacentroamerica.com] Sent: Thursday, July 18, 2002 7:54 AM To: Charlie Reiman Cc: Zope@zope.org Subject: RE: [Zope] Python Version
From the management interface, click on the control panel. If it isn't even starting up because you have the wrong python, then you'll have to do it the usual UNIX way, with "which" or python -V.
FWIW, both of the versions you have are bad choices for any moderately recent Zope. You want 2.1.3.
I checked the python version of my zope and is 2.1.3 and now I'm really confused. I copy all the things I need to the usr/lib/python2.2 directory, but as I can see now python uses the python located in /usr/local/Zope/lib/python2.1/ so I have to move all things in there or is the /usr/local/Zope/lib/python2.1 should be in /usr/lib/ I'm really confuse now about that .
What is the best way to have my zope, I followed the instructions in the INSTALL.TXT and don't say anything about that matter
thanks in advance
Gerardo
Jose Gerardo Amaya Giron writes:
How can I see what version of python does Zope uses? I'm having some trouble in my linux box cuz I have python1.5 and python2.2 so I don't know what uses what. When your Zope starts (I doubt it with these Python versions), then you can look at "Control_Panel --> Debug Information".
Dieter
participants (3)
-
Charlie Reiman -
Dieter Maurer -
Jose Gerardo Amaya Giron