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 abbot
Recipients BreamoreBoy, abbot, christian.heimes, eric.araujo, tarek, techtonik
Date 2010-09-21.06:56:40
SpamBayes Score 0.00011469863
Marked as misclassified No
Message-id <1285052202.94.0.0661447696976.issue2200@psf.upfronthosting.co.za>
In-reply-to
Content
My use case was compiling PyQt4 resources and Qt Designer .ui files from setup script using pyrcc4 and pyuic4 commands. On windows pyrcc4 is actually a pyrcc4.bat file (at least it was at the time of the original bug submission - haven't checked current status), and find_exe could not find it.
History
Date User Action Args
2010-09-21 06:56:43abbotsetrecipients: + abbot, techtonik, christian.heimes, tarek, eric.araujo, BreamoreBoy
2010-09-21 06:56:42abbotsetmessageid: <1285052202.94.0.0661447696976.issue2200@psf.upfronthosting.co.za>
2010-09-21 06:56:41abbotlinkissue2200 messages
2010-09-21 06:56:40abbotcreate