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 ezio.melotti
Recipients ezio.melotti, lemburg, portella
Date 2009-07-04.22:11:32
SpamBayes Score 1.2544158e-08
Marked as misclassified No
Message-id <1246745493.46.0.684573695365.issue3410@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you have the win32 tools installed on that machine ? This could
> be the reason.

On my XP machine I have them installed for Py 2.4 only, "import
win32api" fails on Py 2.6.
"platform.win32_ver()" returns the same with both the versions, but on
Py 2.4 they are all plain strings, on Py 2.6 the last string is Unicode
(and on Py 3 they are all Unicode).

I'll let you know about the result of win32_ver() on the other machines.
History
Date User Action Args
2009-07-04 22:11:33ezio.melottisetrecipients: + ezio.melotti, lemburg, portella
2009-07-04 22:11:33ezio.melottisetmessageid: <1246745493.46.0.684573695365.issue3410@psf.upfronthosting.co.za>
2009-07-04 22:11:32ezio.melottilinkissue3410 messages
2009-07-04 22:11:32ezio.melotticreate