Re: [Zope] Trying to install Zope2-2.12.0b2 on Windows - Progess Report

2009-07-22 Thread Andreas Jung
The missing binary packages for the related packages be one available
from PyPI (thanks to Hanno).

Andreas

On 16.07.09 15:58, martin.gfel...@comit.ch wrote:
 Dear all

 I've managed to install it, largely thanks to the hint from Andreas Jung.

   
 I haven't got a C compiler installed - I assumed the purpose of the Zope 
 Windows egg was that 
 I wouldn't need to compile? 
 
 I found all the required packages on PyPI - but in two cases, the latest 
 version didn't have a Windows egg.
 I changed requires.txt for the two packages to require a specific version, 
 which have a Windows egg.

 This installed zope.security == 3.6.0 and zope.hookable == 3.4.0 without 
 problems.

 My Questions:

 - Will the final Zope 2.12 egg have specific versions for its dependencies 
 (otherwise, how do you
   get consistent installations)?

 - Is there an option in SetupTools that ignores versions of packages which 
 would need to compile? This 
   could be very useful for Windows users, who are afraid to compile.

 Otherwise, most things seem to run smoothly with Zope 2.12.0.b3 / Py 2.6 
 under Windows, apart
 from a few changed imports in (legacy) Products such as GroupUserFolder. 

 Thanks again, and best regards,
 Martin
   

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
   


-- 
ZOPYX Ltd.  Co KG  \  ZOPYX  Friends
Charlottenstr. 37/1  \  The experts for your Python, Zope and
D-72070 Tübingen  \  Plone projects
www.zopyx.com, i...@zopyx.com  \  www.zopyx.de/friends, frie...@zopyx.de

E-Publishing, Python, Zope  Plone development, Consulting


begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Trying to install Zope2-2.12.0b2 on Windows - Progess Report

2009-07-18 Thread Andreas Jung
On 18.07.09 02:07, Tres Seaver wrote:
 Andreas Jung wrote:
  On 16.07.09 15:58, martin.gfel...@comit.ch wrote:
  Dear all
 
  I've managed to install it, largely thanks to the hint from Andreas
 Jung.
 

  I haven't got a C compiler installed - I assumed the purpose of
 the Zope Windows egg was that
  I wouldn't need to compile?
  
  I found all the required packages on PyPI - but in two cases, the
 latest version didn't have a Windows egg.
  I changed requires.txt for the two packages to require a specific
 version, which have a Windows egg.
 
  This installed zope.security == 3.6.0 and zope.hookable == 3.4.0
 without problems.
 
  My Questions:
 
  - Will the final Zope 2.12 egg have specific versions for its
 dependencies
  We should ensure that. Thanks for pointing this out.

  (otherwise, how do you
get consistent installations)?

  Your installation won't finish since all versions are pinned.
  - Is there an option in SetupTools that ignores versions of
 packages which would need to compile? This
could be very useful for Windows users, who are afraid to compile.

  We have to provide windows binaries for all related egg - our task.

 Ideally we would use some of the KGS tools + something like buildbot to
 automate the building of those Windows binaries:  few of the core
 developers can build them easily by hand.
I was thinking about using the XMLRPC API of PyPI for checking new
releases of some zope.*
packages (same approach as we are using in z3c.pypimirror). However an
automated build process
must have permissions on PyPI for each individual package in order for
uploading the windows build.

Andreas


begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Trying to install Zope2-2.12.0b2 on Windows - Progess Report

2009-07-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Jung wrote:
 On 16.07.09 15:58, martin.gfel...@comit.ch wrote:
 Dear all

 I've managed to install it, largely thanks to the hint from Andreas Jung.

   
 I haven't got a C compiler installed - I assumed the purpose of the Zope 
 Windows egg was that 
 I wouldn't need to compile? 
 
 I found all the required packages on PyPI - but in two cases, the latest 
 version didn't have a Windows egg.
 I changed requires.txt for the two packages to require a specific version, 
 which have a Windows egg.

 This installed zope.security == 3.6.0 and zope.hookable == 3.4.0 without 
 problems.

 My Questions:

 - Will the final Zope 2.12 egg have specific versions for its dependencies 
 We should ensure that. Thanks for pointing this out.
 
 (otherwise, how do you
   get consistent installations)?
   
 Your installation won't finish since all versions are pinned.
 - Is there an option in SetupTools that ignores versions of packages which 
 would need to compile? This 
   could be very useful for Windows users, who are afraid to compile.
   
 We have to provide windows binaries for all related egg - our task.

Ideally we would use some of the KGS tools + something like buildbot to
automate the building of those Windows binaries:  few of the core
developers can build them easily by hand.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKYRI0+gerLs4ltQ4RAs2YAJ4+BFNNgeGaYXbu2HE1tcXkgXmxvgCeJe0/
ADywBawqLsFAdrMXUIrK/sY=
=opXc
-END PGP SIGNATURE-

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Trying to install Zope2-2.12.0b2 on Windows - Progess Report

2009-07-16 Thread martin.gfeller
Dear all

I've managed to install it, largely thanks to the hint from Andreas Jung.

 I haven't got a C compiler installed - I assumed the purpose of the Zope 
 Windows egg was that 
 I wouldn't need to compile? 

I found all the required packages on PyPI - but in two cases, the latest 
version didn't have a Windows egg.
I changed requires.txt for the two packages to require a specific version, 
which have a Windows egg.

This installed zope.security == 3.6.0 and zope.hookable == 3.4.0 without 
problems.

My Questions:

- Will the final Zope 2.12 egg have specific versions for its dependencies 
(otherwise, how do you
  get consistent installations)?

- Is there an option in SetupTools that ignores versions of packages which 
would need to compile? This 
  could be very useful for Windows users, who are afraid to compile.

Otherwise, most things seem to run smoothly with Zope 2.12.0.b3 / Py 2.6 under 
Windows, apart
from a few changed imports in (legacy) Products such as GroupUserFolder. 

Thanks again, and best regards,
Martin


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Trying to install Zope2-2.12.0b2 on Windows - Progess Report

2009-07-16 Thread Andreas Jung
On 16.07.09 15:58, martin.gfel...@comit.ch wrote:
 Dear all

 I've managed to install it, largely thanks to the hint from Andreas Jung.

   
 I haven't got a C compiler installed - I assumed the purpose of the Zope 
 Windows egg was that 
 I wouldn't need to compile? 
 
 I found all the required packages on PyPI - but in two cases, the latest 
 version didn't have a Windows egg.
 I changed requires.txt for the two packages to require a specific version, 
 which have a Windows egg.

 This installed zope.security == 3.6.0 and zope.hookable == 3.4.0 without 
 problems.

 My Questions:

 - Will the final Zope 2.12 egg have specific versions for its dependencies 
We should ensure that. Thanks for pointing this out.

 (otherwise, how do you
   get consistent installations)?
   
Your installation won't finish since all versions are pinned.
 - Is there an option in SetupTools that ignores versions of packages which 
 would need to compile? This 
   could be very useful for Windows users, who are afraid to compile.
   
We have to provide windows binaries for all related egg - our task.

Andreas
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd.  Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )