[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-18 Thread Martin Aspeli
Chris Withers wrote: Martijn Faassen wrote: Okay, so we can safely add Chris (and also Philipp) to the list of people maintaining our windows binary eggs. Awesome! Chris, do you think you can take it from here in getting an environment set up? Would be rgeat to have a bullet point list for how

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-18 Thread Hanno Schlichting
Chris Withers wrote: Sidnei da Silva wrote: On Fri, Jul 18, 2008 at 1:23 PM, Chris Withers <[EMAIL PROTECTED]> wrote: Would be rgeat to have a bullet point list for how to get a suitable environment set up given that I don't have mingw32 and have never used it before in my life :-S Like thi

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-18 Thread Hanno Schlichting
Chris Withers wrote: Martijn Faassen wrote: Okay, so we can safely add Chris (and also Philipp) to the list of people maintaining our windows binary eggs. Awesome! Chris, do you think you can take it from here in getting an environment set up? Would be rgeat to have a bullet point list for how

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-15 Thread Hanno Schlichting
Chris Withers wrote: Martin Aspeli wrote: Certainly, running Python 2.4 and Zope 2.10 compiled with mingw32 on Windows as per http://plone.org/documentation/tutorial/buildout has not given us any problems after a few months of using it. I would expect the above to work as *everything* is buil

Re: [Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-15 Thread Chris Withers
Martin Aspeli wrote: Certainly, running Python 2.4 and Zope 2.10 compiled with mingw32 on Windows as per http://plone.org/documentation/tutorial/buildout has not given us any problems after a few months of using it. I'm not sure if you're deliberately missing my point here ;-) I would expect

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-15 Thread Martin Aspeli
Chris Withers wrote: Stephan Richter wrote: On Saturday 12 July 2008, Martijn Faassen wrote: Chris wants to do them, he just wants some documentation on how to get started, I suspect. I use Philipp's blog entry from ages ago: http://www.z3lab.org/sections/blogs/philipp-weitershausen/2007_07_2

Re: [Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-14 Thread Shane Hathaway
Lorenzo Gil Sánchez wrote: I tried to go further and discover the source of this problem adding a breakpoint just before the exception is raised. This is what I got: (Pdb) self.context (Pdb) self.context.keys() (Pdb) tuple(self.context.keys()) *** MemoryError: I just committed a fix to the

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-14 Thread Tres Seaver
-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

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-14 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 we

Re: [Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-14 Thread Tim Cook
I have reported Bug 248380: on this issue. The problem seems to me to be in building the .c modules. That causes the MemoryError that Lorenzo reported but it isn't the root of the problem. There are a large number of "warning: initialization from incompatible pointer type" issues. --Tim On

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-14 Thread Martijn Faassen
Hi there, Tres, could you report this issue on Launchpad? 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 co

Re: [Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-13 Thread Lorenzo Gil Sánchez
El dom, 13-07-2008 a las 09:35 -0400, Tres Seaver escribió: > -BEGIN PGP SIGNED MESSAGE- > > > > > > Steps to reproduce this problem: > > > > virtualenv --no-site-packages z3env25 > > cd z3env25 > > . bin/activate > > easy_install zopeproject > > zopeproject HelloWorld > > cd HelloWorld

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: > Lorenzo Gil Sánchez wrote: >> Here is the traceback information: > >> 2008-07-13T10:44:37 ERROR SiteError http://127.0.0.1:8080/@@index.html >> Traceback (most recent call last): >> File >> "/home/lgs/z3env25/eggs/tmpbLKU14/zope

[Zope-dev] Re: Zope 3 on Python 2.5, Zope 3 releases

2008-07-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lorenzo Gil Sánchez wrote: > Here is the traceback information: > > 2008-07-13T10:44:37 ERROR SiteError http://127.0.0.1:8080/@@index.html > Traceback (most recent call last): > File > "/home/lgs/z3env25/eggs/tmpbLKU14/zope.publisher-3.5.3-py2.5.egg