[Zope-dev] Re: buildout on Windows

2008-06-24 Thread Chris Withers
Tres Seaver wrote: Chris McDonough did exactly that (rolle one big Zope2 egg) to support repoze.zope2: - http://dist.repoze.org/zope2/2.10/zopelib-2.10.6.0.tar.gz - http://dist.repoze.org/zope2/2.9/zopelib-2.9.8.2.tar.gz Great. So why don't we just: - get the instructions for making these

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On Sat, Jun 21, 2008 at 3:16 PM, Chris Withers [EMAIL PROTECTED] wrote: Hey Sidnei, Sidnei da Silva wrote: Depending on how 'plone-ish' your buildout is, you can start from the newly-created, experimental buildout-based Plone Installer for Windows: https://launchpad.net/plone/3.1/3.1.2/

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On Sun, Jun 22, 2008 at 1:10 PM, Philipp von Weitershausen [EMAIL PROTECTED] wrote: b) or extend the plone.recipe.zope2install recipe to get the binary Zope installer and execute it (if that's even possible) on Windows, rather than trying to get the source tarball and compile it (this would

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Chris Withers
Sidnei da Silva wrote: This one is used to pre-build everything, and then we run Inno Setup to build the installer: https://svn.plone.org/svn/plone/Installers/Windows/trunk/buildout/installer.cfg Which buildout.cfg is this extending? Also, related, would you be up for building binary

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Chris Withers
Sidnei da Silva wrote: On Sun, Jun 22, 2008 at 1:10 PM, Philipp von Weitershausen [EMAIL PROTECTED] wrote: b) or extend the plone.recipe.zope2install recipe to get the binary Zope installer and execute it (if that's even possible) on Windows, rather than trying to get the source tarball and

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On 6/23/08, Chris Withers [EMAIL PROTECTED] wrote: Surely that'd do it, right? I have vague memories of someone working on this... who is it? That'd be Phillip I believe. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On 6/23/08, Chris Withers [EMAIL PROTECTED] wrote: Sidnei da Silva wrote: This one is used to pre-build everything, and then we run Inno Setup to build the installer: https://svn.plone.org/svn/plone/Installers/Windows/trunk/buildout/installer.cfg Which buildout.cfg is this

[Zope-dev] Re: buildout on Windows

2008-06-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Sidnei da Silva wrote: On Sun, Jun 22, 2008 at 1:10 PM, Philipp von Weitershausen [EMAIL PROTECTED] wrote: b) or extend the plone.recipe.zope2install recipe to get the binary Zope installer and execute it (if that's even

Re: [Zope-dev] Re: buildout on Windows

2008-06-22 Thread Philipp von Weitershausen
El 21 Jun 2008, a las 20:15 , Chris Withers escribió: Philipp von Weitershausen wrote: This isn't a matter of a binary zope.proxy egg. If you look at the 'zope2' part of your buildout.cfg, you'll see it's actually trying to compile Zope 2 itself (which happens to contain the zope.proxy

[Zope-dev] Re: buildout on Windows

2008-06-22 Thread Philipp von Weitershausen
Martin Aspeli wrote: Chris Withers wrote: Hey All, I'm trying to run a plone-ish buildout on Windows for a customer, currently getting this: creating zope.proxy copying zope/proxy\proxy.h - zope.proxy error: Python was built with Visual Studio 2003; extensions must be built with a compiler

Re: [Zope-dev] Re: buildout on Windows

2008-06-21 Thread Chris Withers
Philipp von Weitershausen wrote: This isn't a matter of a binary zope.proxy egg. If you look at the 'zope2' part of your buildout.cfg, you'll see it's actually trying to compile Zope 2 itself (which happens to contain the zope.proxy package as part of the Zope 3 libraries that it ships with).

Re: [Zope-dev] Re: buildout on Windows

2008-06-21 Thread Chris Withers
Hey Sidnei, Sidnei da Silva wrote: Depending on how 'plone-ish' your buildout is, you can start from the newly-created, experimental buildout-based Plone Installer for Windows: https://launchpad.net/plone/3.1/3.1.2/ So how does this work? Where's the buildout.cfg that gets used and what

Re: [Zope-dev] Re: buildout on Windows

2008-06-21 Thread Chris Withers
Martin Aspeli wrote: - if you really are installing zope2, then I wonder why it's trying to download zope.proxy. This is possibly a case of egg dependencies gone wrong, and you may want to look at plone.recipe.zope2install and its fake eggs optoin Hmmm :-S Can you explain this more? - you

[Zope-dev] Re: buildout on Windows

2008-06-20 Thread Philipp von Weitershausen
Chris Withers wrote: Hey All, I'm trying to run a plone-ish buildout on Windows for a customer, currently getting this: creating zope.proxy copying zope/proxy\proxy.h - zope.proxy error: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate

Re: [Zope-dev] Re: buildout on Windows

2008-06-20 Thread Sidnei da Silva
Depending on how 'plone-ish' your buildout is, you can start from the newly-created, experimental buildout-based Plone Installer for Windows: https://launchpad.net/plone/3.1/3.1.2/ -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713

[Zope-dev] Re: buildout on Windows

2008-06-20 Thread Martin Aspeli
Chris Withers wrote: Hey All, I'm trying to run a plone-ish buildout on Windows for a customer, currently getting this: creating zope.proxy copying zope/proxy\proxy.h - zope.proxy error: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate