This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomas.holmes
Recipients alexis, cool-RR, eric.araujo, tarek, thomas.holmes
Date 2011-07-11.13:58:38
SpamBayes Score 0.0024028071
Marked as misclassified No
Message-id <1310392719.49.0.613568990362.issue12449@psf.upfronthosting.co.za>
In-reply-to
Content
I was having a separate difficulty with bdist. Apparently -m packaging.run and pysetup3 run don't perform identically, but that isn't relevant for this bug.

Regarding bdist, I got bdist_wininst to work but I had to modify the code in place, it did not work by default. It also creates an exe installer, not an MSI.

bdist_msi is not set as a valid command to run inside the commands package __init__.py.
History
Date User Action Args
2011-07-11 13:58:39thomas.holmessetrecipients: + thomas.holmes, tarek, eric.araujo, cool-RR, alexis
2011-07-11 13:58:39thomas.holmessetmessageid: <1310392719.49.0.613568990362.issue12449@psf.upfronthosting.co.za>
2011-07-11 13:58:38thomas.holmeslinkissue12449 messages
2011-07-11 13:58:38thomas.holmescreate