What kind of tests should I be running to gather some more detailed debug information?



On Wed, Jun 3, 2015 at 1:49 PM, Jim Baker <report@bugs.jython.org> wrote:

Jim Baker added the comment:

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.

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue2365>
_______________________________________