Re: [ZODB-Dev] 3.8.0b2 bugginess?

2007-07-12 Thread Jim Fulton
I've made a new release of zope.proxy. The next ZODB3 release will require this new version. In the mean time, you should just get zope.proxy 3.4.0 yourself. Jim On Jul 12, 2007, at 6:46 AM, Jim Fulton wrote: I haven't had a chance to look at this yet, but I haven't forgotten you. I

Re: [ZODB-Dev] ZoDB dependent on zope.interface

2007-07-12 Thread Jim Fulton
On Jul 12, 2007, at 12:03 PM, Jim Fulton wrote: Another problem is that there are no binary packages for zope-interface/ win32 / python2.5 available for download at http://www.zope.org/Products/ZopeInterface In general most of us are releasing packages through PyPI. I suggest always looking

[ZODB-Dev] Re: 3.8.0b2 bugginess?

2007-07-12 Thread Jim Fulton
On Jul 12, 2007, at 12:38 PM, Terry Jones wrote: ... Let me know if you have suggestions on how I could dig into this further. I'll probably try ZODB3 3.8.0b1 to see if I get the same result and/or try with the latest zope.proxy. It looks like I was getting a newer zope.proxy from http://

Re: [ZODB-Dev] Re: 3.8.0b2 bugginess?

2007-07-12 Thread Terry Jones
Installing the latest zope.proxy from svn makes the ZODB3.8.0b2 decorator import error go away. Arve - I did this: $ svn co svn://svn.zope.org/repos/main/zope.proxy zope.proxy $ cd zope.proxy/trunk $ python setup.py install and then import ZODB works. site-packages/zope.proxy-3.4.0b1-py2.

[ZODB-Dev] Re: 3.8.0b2 bugginess?

2007-07-12 Thread Terry Jones
Hi Jim | I haven't had a chance to look at this yet, but I haven't forgotten | you. I suspect that ZODB isn't being careful enough it its | requirements specification and that it needs a newer version of | zope.proxy than what you have installed. FWIW, ZODB not only imports | but also pa

Re: [ZODB-Dev] ZoDB dependent on zope.interface

2007-07-12 Thread Jim Fulton
On Jul 12, 2007, at 11:24 AM, Torgil Svensson wrote: ... I managed to find the egg at PyPI site (last time i've downloaded from zope.org at ttp://zope.org/Products/ZODB3.1 where there are no eggs available). That's a very old and unsupported release anyway. I no longer publish ZODB releases

Re: [ZODB-Dev] ZoDB dependent on zope.interface

2007-07-12 Thread Torgil Svensson
On 7/12/07, Jim Fulton <[EMAIL PROTECTED]> wrote: > Is it intended for ZoDB to not be stand-alone in the future? Yes, and in the present. Great. > Which version of zope is required to satisfy the dependency? zope.interface as well as the other ZODB dependencies are distributed separately.

Re: [ZODB-Dev] 3.8.0b2 bugginess?

2007-07-12 Thread Jim Fulton
I haven't had a chance to look at this yet, but I haven't forgotten you. I suspect that ZODB isn't being careful enough it its requirements specification and that it needs a newer version of zope.proxy than what you have installed. FWIW, ZODB not only imports but also passes it's extens

Re: [ZODB-Dev] ZoDB dependent on zope.interface

2007-07-12 Thread Jim Fulton
On Jul 12, 2007, at 4:02 AM, Torgil Svensson wrote: Hi I'm using ZoDB standalone without Zope. Using the latest released ZoDB on Python2.5 for win32 ( ZODB3-3.8.0b2.win32-py2.5.exe ) gives me the following traceback when importing ZODB: import ZODB File "C:\Python25\Lib\site-packages\ZODB

[ZODB-Dev] ZoDB dependent on zope.interface

2007-07-12 Thread Torgil Svensson
Hi I'm using ZoDB standalone without Zope. Using the latest released ZoDB on Python2.5 for win32 ( ZODB3-3.8.0b2.win32-py2.5.exe ) gives me the following traceback when importing ZODB: import ZODB File "C:\Python25\Lib\site-packages\ZODB\__init__.py", line 31, in from DB import DB File