From: M.-A. L. <ma...@eg...> - 2009-08-04 10:20:17
|
Jean-Paul Calderone wrote: > Hey all, > > I've been working on making the Windows installation process for pyOpenSSL > a bit simpler. > > At the bottom of <https://bugs.launchpad.net/pyopenssl/+bug/238658> there > are links for exe, msi, and egg distributions of pyOpenSSL for Python 2.5 > and Python 2.6. These should work on a Windows machine even if OpenSSL > hasn't been installed separately. > > Any testing anyone can do of these would be much appreciated. I wonder why you are going through the same cycles we have in order to package pyOpenSSL instead of just using our installers. http://www.egenix.com/products/python/pyOpenSSL/ If all that's missing are egg files to install, we can add those as well (and we don't need setuptools for that, so you can continue working with your usual unhacked distutils setup). Note that uploading pyOpenSSL eggs to PyPI could result in legal problems for the PSF due to export restrictions. I'm not sure that's such a good idea. In any case, you'd have to let the PSF know in advance. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Aug 04 2009) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ |