-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David H wrote: > Hi List, > > I notice that the latest Zope does not have a Windows binary release yet > (zope 2.80 alpha 2). > > I found an old Visual C 6.0 (still in the box!) and wonder if there are > instructions somewhere that I can follow to create my own binary on > Windows XP?
Assuming that VC6 is the compiler used to build Python (should be true for Python < 2.4): C:\Zope-2.8.0a2> python.exe setup.py build_ext --inplace Tres. - -- =============================================================== Tres Seaver [EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCVvN+GqWXf00rNCgRAvg9AJ9a1ytUMxwVSml+yHvdtjYgjqhriwCeJXzw 3P5CwSXbsx5BXgCmKcas96c= =PVot -----END PGP SIGNATURE----- _______________________________________________ Zope maillist - [email protected] 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 )
