Distutils postinstall script: useless?
Mardy
mardy at users.sourceforge.net
Wed Nov 30 10:46:43 EST 2005
More information about the Python-list mailing list
Wed Nov 30 10:46:43 EST 2005
- Previous message (by thread): Distutils postinstall script: useless?
- Next message (by thread): Distutils postinstall script: useless?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
the bdist_wininst command of distutils allows me to specify a script to
be executed at the end of the installation. That's great, but how can I
know the installation path from inside the script?
I've already tried os.getcwd(), but it just return the directory where the
setup was started.
--
Saluti,
Mardy
http://interlingua.altervista.org
- Previous message (by thread): Distutils postinstall script: useless?
- Next message (by thread): Distutils postinstall script: useless?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list