[python-win32] Need help creating a wheel of pywin32

Mark Hammond skippy.hammond at gmail.com
Mon Mar 3 01:18:45 CET 2014


On 1/03/2014 5:35 PM, Vye wrote:
> Is there a way I can create a wheel by using the prebuilt binaries
> since they are just zip archives? I would prefer to do it this way.

For your purposes, just extracting (via zip) the files in the pre-built 
binaries should get you going.  Depending on exactly what you are doing 
with pywin32, it might be necessary to run "pywin32_postinstall.py 
-install" as well.  It shouldn't be too hard to automate this.

HTH,

Mark



More information about the python-win32 mailing list