Re: [Zope3-Users] zope.app.session and eggs?

2007-09-25 Thread Mats Nordgren
I suggest creating individual, quarantined sandboxes using zopeproject: http://cheeseshop.python.org/pypi/zopeproject Can you tell me how I can get the eggs in the sandbox into the python path so my auto-completion will work while developing for Zope? When I do a python setup.py install the

Re: [Zope3-Users] zope.app.session and eggs?

2007-09-25 Thread Santiago Videla
I think that he's saying that it's better to have a virtual python enviroment instead of use the global python. In other thread in the list you will find something like this: $ python virtualenv.py env ... $ cd env $ bin/easy_install zopeproject ... $ bin/zopeproject HelloWorld checkout:

Re: [Zope3-Users] zope.app.session and eggs?

2007-09-25 Thread Mats Nordgren
I suggest creating individual, quarantined sandboxes using zopeproject: http://cheeseshop.python.org/pypi/zopeproject Can you tell me how I can get the eggs in the sandbox into the python path so my auto-completion will work while developing for Zope? When I do a python setup.py install the

Re: [Zope3-Users] zope.app.session and eggs?

2007-09-25 Thread Mats Nordgren
I think that he's saying that it's better to have a virtual python enviroment instead of use the global python. In other thread in the list you will find something like this: $ python virtualenv.py env ... $ cd env $ bin/easy_install zopeproject ... $ bin/zopeproject HelloWorld That

Re: [Zope3-Users] zope.app.session and eggs?

2007-09-25 Thread Mats Nordgren
PS, this only happens in the virtual instance, it compiles with MinGW just fine on a pure zopeproject with global python. Mats Nordgren wrote: I think that he's saying that it's better to have a virtual python enviroment instead of use the global python. In other thread in the list you

Re: [Zope3-Users] zope.app.session and eggs?

2007-09-25 Thread Mats Nordgren
Yes. Somebody created a new zope.app.session egg that doesn't contain a CHANGES.txt. We'll try and upload a new one. Thanks for catching this. Looks like zope.app.session is fixed, thanks. Now I get an error with zope.event. Installed h:\python24\lib\site-packages\zope.event-3.4.0-py2.4.egg