unattended install of binary python packages (modules) for windows -


Is there no sensible way to install scripted binary dragon packages for windows? Unfortunately, it seems that many essential Windows Python packages such as pywin32 and py2exe are not available in the form of exe only (and as far as I know there are scripts). Easy_install / pip also does not work as they apparently only find the source package and then try to compile locally, which is not clearly unsatisfactory.

Am I missing something?

You can download pywin32 source code and then create it as a MSI file itself So you need setup tools (only for construction)

The same process should work for all Windows-compatible packages.

HTML

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -