Can bdist_wininst built installer require minimum python version?
Thomas Heller
theller at python.net
Wed Nov 23 15:00:17 EST 2005
"SPE - Stani's Python Editor" <spe.stani.be at gmail.com> writes:
> A SPE user reported this:
>
> http://developer.berlios.de/bugs/?func=detailbug&bug_id=4878&group_id=4161
>>SPE Installer gives option for installing for python22 (i have
>>python22, 23, and 24 installed) I thought that spe requried 2.3+ (ie
>>it should allow for 23, 24 but not 22).
>
> Is there anyway that SPE can require a minimum version (eg python 23)?
No. Although you could build installers requiring a specific Python
version, even if only pure Python modules are included, with the
--target-version command line switch. Of course, then you have to build
separate installers for each version.
Thomas
More information about the Python-list
mailing list