On 6 Aug., 04:02, Mark Hammond wrote:
> According to a comment in pywin32's post-install script:
>
> elif arg == "-remove":
> # bdist_msi calls us before uninstall, so we can undo what we
> # previously did. Sadly, bdist_wininst calls us *after*, so
>
On 6/08/2010 4:26 AM, Nils wrote:
Hi.
I am using a postinstall-script like this:
setup(
...
scripts=['scripts\install.py'],
options = {
...
"bdist_wininst" : {
"install_script" : "install.py",
...
},
}
)
According to the do
On 5 Aug., 20:26, Nils wrote:
> According to the docs in [1] [...]
and with [1] I meant
http://docs.python.org/distutils/builtdist.html#the-postinstallation-script
Nils
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
I am using a postinstall-script like this:
setup(
...
scripts=['scripts\install.py'],
options = {
...
"bdist_wininst" : {
"install_script" : "install.py",
...
},
}
)
According to the docs in [1] this script is
a) called after inst