Message10099

Author alexgs
Recipients alexgs, jeff.allen, zyasoft
Date 2015-06-04.21:33:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAE-8Fvv2LO43jzS4CuJVe1ssWm7imdbZ3GGOTeFQQQLZRqoYnQ@mail.gmail.com>
In-reply-to <1433353778.1.0.578704609396.issue2365@psf.upfronthosting.co.za>
Content
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>
> _______________________________________
>
Files
File name Uploaded
unnamed alexgs, 2015-06-04.21:33:07
History
Date User Action Args
2015-06-04 21:33:09alexgssetrecipients: + alexgs, zyasoft, jeff.allen
2015-06-04 21:33:09alexgslinkissue2365 messages
2015-06-04 21:33:08alexgscreate