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 stuaxo
Recipients stuaxo
Date 2010-03-06.15:08:26
SpamBayes Score 7.320881e-08
Marked as misclassified No
Message-id <1267888110.18.0.792415161987.issue8080@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why this is happening, but os.uname() is failing on my computer in XP Home 32bit.  Tested in the normal shell and MSys

The code in platform.py looks like it should work to me.


[C:\usr\Python26\Lib]python
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.uname()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'uname'
>>>
History
Date User Action Args
2010-03-06 15:08:30stuaxosetrecipients: + stuaxo
2010-03-06 15:08:30stuaxosetmessageid: <1267888110.18.0.792415161987.issue8080@psf.upfronthosting.co.za>
2010-03-06 15:08:28stuaxolinkissue8080 messages
2010-03-06 15:08:27stuaxocreate