Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Tim Peters

[Benji]

...
However, it would seem that whomever was doing Windows releases hasn't
done an installer for 3.2.1 (see http://www.zope.org/Products/Zope3), so
we may need someone to do installers too.


[Chris]

OK, sounds like the problems got sorted.

However, if anyone needs anything Windowsish and Zopeish built, just
point me at a set of instructions and I'll see what I can do :-)


Benji just said there's no Windows installer for 3.2.1.  Looks like a
true statement :-)

I don't intend to build it.  The instructions at:
   
http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease

would probably work for that (can't be sure without trying it, and
since nobody does this routinely it's not impossible that some
Windows-specific problem(s) got introduced between 3.2.0 and 3.2.1;
for example, changes in zpkgtools sometimes forced backing off to an
older revision of zpkgtools to build an older version of Zope3 or
ZODB).
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Chris Withers

Benji York wrote:

Chris Withers wrote:

I have absolutely no problem doing Windows releases for Zope 3


Actually, I was asking about the trunk binaries, not releases.

However, it would seem that whomever was doing Windows releases hasn't 
done an installer for 3.2.1 (see http://www.zope.org/Products/Zope3), so 
we may need someone to do installers too.


OK, sounds like the problems got sorted.

However, if anyone needs anything Windowsish and Zopeish built, just 
point me at a set of instructions and I'll see what I can do :-)


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



RE: [Zope3-dev] Windows Binaries

2006-05-01 Thread dev
Hi Tim

> Subject: Re: [Zope3-dev] Windows Binaries
[...]
> Nope.  I used to build Zope3 routinely on Windows, and all I 
> did was open WinZip and tell it to recursively suck up all 
> the .pyd files. 
> Nothing automated, because it was faster to do it by hand.  
> I'm still happy to do that when someone emails me saying it's 
> needed [...]

Cool thanks, that's fine for me.

Regards
Roger Ineichen

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Tim Peters

[Egon Frerich]

Thank you.

Can you please do the same with python 2.5.a1 or a2?


.pyds for 2.5a1 are already available from my member page.  I haven't
installed 2.5a2, and don't intend to, so "sorry, no" on that one.
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Tim

Thank you.

Can you please do the same with python 2.5.a1 or a2?

Egon

Tim Peters schrieb am 01.05.2006 23:59:

> [Tim]
>>> Nope.  I used to build Zope3 routinely on Windows, and all I did was
>>> open WinZip and tell it to recursively suck up all the .pyd files.
> 
> [Benji]
>> Good to know.
> 
>>> I'm still happy to do that when someone emails me saying it's needed
> 
>> Consider yourself emailed. :)
> 
> OK, there are new Zope3 Windows .pyds at
> 
>http://www.zope.org/Members/tim_one/Zope3-Py2.4-pyd.zip
> 
> now.  Note that these were compiled with Python 2.4.3 (last time I did
> this, it was Python 2.4.2).
> ___
> Zope3-dev mailing list
> Zope3-dev@zope.org
> Unsub:
> http://mail.zope.org/mailman/options/zope3-dev/e.frerich%40nord-com.net
> 
> 

- --
Egon Frerich, Freudenbergstr. 16, 28213 Bremen

E-Mail: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (MingW32)
Comment: GnuPT 2.7.2
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEVoZCuTzybIiyjvURAhC8AJ97hXRyt34uZixzswDEVAGOcirWYwCeNaR2
rQr4sOG6cEqcWv8Xa5I0KsQ=
=FuNC
-END PGP SIGNATURE-
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Tim Peters

[Tim]

Nope.  I used to build Zope3 routinely on Windows, and all I did was
open WinZip and tell it to recursively suck up all the .pyd files.


[Benji]

Good to know.



I'm still happy to do that when someone emails me saying it's needed



Consider yourself emailed. :)


OK, there are new Zope3 Windows .pyds at

   http://www.zope.org/Members/tim_one/Zope3-Py2.4-pyd.zip

now.  Note that these were compiled with Python 2.4.3 (last time I did
this, it was Python 2.4.2).
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Chris Withers schrieb am 01.05.2006 21:20:

> Tim Peters wrote:
>> Hard to say -- are these instructions still correct, or has the
>> Windows build process changed since this was written?
>>
>> http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease
> 
> 
> I'm currently doing the Zope 2 Windows builds.
> 
> I have absolutely no problem doing Windows releases for Zope 3 provided
> there are instructions that a trained monkey (ie: me ;-) can follow...

Tim Peters has done this work and has put the pyd-files as zip on his
member page. Maybe he can tell you what to do.

Cheers,

Egon

> 
> cheers,
> 
> Chris
> 

- --
Egon Frerich, Freudenbergstr. 16, 28213 Bremen

E-Mail: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (MingW32)
Comment: GnuPT 2.7.2
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEVnhFuTzybIiyjvURAh7WAKCdjs6V2LokqtXi0q122dCelkb2aACfRSbF
dSt0FRvL2rAiqCaOSh61dvI=
=DT/f
-END PGP SIGNATURE-
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Benji York

Tim Peters wrote:
Nope.  I used to build Zope3 routinely on Windows, and all I did was 
open WinZip and tell it to recursively suck up all the .pyd files.


Good to know.


I'm still happy to do that when someone emails me saying it's needed


Consider yourself emailed. :)

(copying zope3-dev so others are aware of this discussion)
--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Benji York

Tim Peters wrote:

Hard to say -- are these instructions still correct, or has the
Windows build process changed since this was written?

http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease


Unfortunately I don't know.
--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Benji York

Chris Withers wrote:

I have absolutely no problem doing Windows releases for Zope 3


Actually, I was asking about the trunk binaries, not releases.

However, it would seem that whomever was doing Windows releases hasn't 
done an installer for 3.2.1 (see http://www.zope.org/Products/Zope3), so 
we may need someone to do installers too.

--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Chris Withers

Tim Peters wrote:

Hard to say -- are these instructions still correct, or has the
Windows build process changed since this was written?

http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease 


I'm currently doing the Zope 2 Windows builds.

I have absolutely no problem doing Windows releases for Zope 3 provided 
there are instructions that a trained monkey (ie: me ;-) can follow...


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Windows Binaries

2006-05-01 Thread Tim Peters

[Benji York]

Is anyone interested in picking up the building of Windows binaries for
the Zope 3 trunk?  Presumably only the appropriate compiler (and time)
are required.


Hard to say -- are these instructions still correct, or has the
Windows build process changed since this was written?

http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com