[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases
Tres Seaver
tseaver at palladion.com
Mon Jul 14 10:02:56 EDT 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tres Seaver wrote:
> Martijn Faassen wrote:
>
>> Tres, could you report this issue on Launchpad?
>
> Once we establish what the problem is for sure.
>
>> Not Lorenzo's issue as it happens with an empty container, but perhaps
>> we can work out a bug report for the ZODB folks as well. Just dig into
>> what's up in .values() or .items() and where the error exactly occurs,
>> perhaps this way we can come up with a very small ZODB sample
>> application.
>
> One thing I notice right away: the ZODB egg pulled from PyPI is:
> 'ZODB3-3.9.0_dev_r77011'. We have *got* to get people to quit
> "releasing" such eggs to the unsuspecting public. Anybody who needs
> such a distribution should be able to build it from subversion, or else
> package it themselves and put it in a "private" location.
>
> I guess this package was found at http://download.zope.org/distribution.
> I imagine that 'zopeproject' should use a buildout.cfg which points at
> a sane index (e.g., the KGS), and *doesn't* use 'find-links' at all
Another issue: when running 'zopeproject' as Lorenzo described on my
machine, the target environment ends up actually wiring in a Python
$ cd /tmp
$ /usr/bin/python2.5 /path/to/virtualenv.py --no-site-packages lgs2.5
...
$ cd /tmp/lgs2.5
$ bin/python -V
Python 2.5.2
$ bin/easy_install zopeproject
...
$ head -1 bin/paster
#!/tmp/lgs2.5/bin/python
$ bin/zopeproject HelloWorld
...
$ head -1 HelloWorld/bin/paster
#!/home/tseaver/projects/Zope-CVS/bin/python2.4
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIe1yP+gerLs4ltQ4RAue9AKDIlt5F8uMmNjWqnj+wt0pxKhGz1wCfU4Om
i/c08sGUyhdSx3+l+xftqsA=
=nrnm
-----END PGP SIGNATURE-----
More information about the Zope-Dev
mailing list