Anyone know how to silently install Pywin32?
Anyone know how to silently install Pywin32?
been searching around google and seems like there isnt a solid answer.
2 Comments
[ + ] Show comments
-
FYI, removed the double posting - Pressanykey 8 years ago
-
Thanks, can you repost link? went to a dead link for me. - ck357 8 years ago
Answers (3)
Please log in to answer
Posted by:
ck357
8 years ago
tried the following and get DLL load failed errors
Extract the .exe installer (I use UniExtract http://legroom.net/software/uniextract)
It will create 2 directories PLATLIB and SCRIPTS copy the contents of both directores in to c:\python26\lib\site-packages
Then cd to c:\python26\lib\site-packages and run “python pywin32_postinstall.py -install”
Remove pywin32_postinstall.py
That will install PyWin32 silently.
It will create 2 directories PLATLIB and SCRIPTS copy the contents of both directores in to c:\python26\lib\site-packages
Then cd to c:\python26\lib\site-packages and run “python pywin32_postinstall.py -install”
Remove pywin32_postinstall.py
That will install PyWin32 silently.
Posted by:
Pressanykey
8 years ago
Hi,
after a quick search I found this link that provides instructions of creating a MSI installer from the sources (it's a python script).
It also mentions that you must have python installed *before* the extensions are installed.
Cheers
Phil
after a quick search I found this link that provides instructions of creating a MSI installer from the sources (it's a python script).
It also mentions that you must have python installed *before* the extensions are installed.
Cheers
Phil
Posted by:
ck357
8 years ago
thanks, can you repost link? went to a dead link for me.
Comments:
-
Works for me...
http://stackoverflow.com/questions/3044359/unattended-install-of-binary-python-packages-modules-for-windows - Pressanykey 8 years ago