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