Message10098

Author zyasoft
Recipients alexgs, jeff.allen, zyasoft
Date 2015-06-03.17:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433353778.1.0.578704609396.issue2365@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows 8.1, running under VMWare Fusion:

c:\jython2.7.0>bin\pip install requests
Downloading/unpacking requests
  Downloading requests-2.7.0-py2.py3-none-any.whl (470kB): 470kB downloaded
Installing collected packages: requests
Successfully installed requests
Cleaning up...

c:\jython2.7.0>bin\jython
Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_55
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.geteuid
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'geteuid'

I would not expect os.geteuid to be defined. Not certain what is causing the problem that Jeff reported - maybe a more detailed traceback would help.
History
Date User Action Args
2015-06-03 17:49:38zyasoftsetmessageid: <1433353778.1.0.578704609396.issue2365@psf.upfronthosting.co.za>
2015-06-03 17:49:38zyasoftsetrecipients: + zyasoft, jeff.allen, alexgs
2015-06-03 17:49:38zyasoftlinkissue2365 messages
2015-06-03 17:49:37zyasoftcreate