Message10954

Author wymannmi
Recipients wymannmi
Date 2016-09-24.14:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474728515.03.0.718643774691.issue2521@psf.upfronthosting.co.za>
In-reply-to
Content
Environment: 
Windows 10 (Version 1607 Build 14393.187)

Java:
C:\Users\wym>java -version
java version "1.8.0_102"
Java(TM) SE Runtime Environment (build 1.8.0_102-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) 

1. Start installation with 
   > java -jar jython-installer-2.7.0.jar --console
2. See details in jython-install.log
3. Installation reports error 
   AttributeError: 'module' object has no attribute 'geteuid'
   (Stack-trace in jython-install.log)  

Note: JYTHON_HOME is not set.

The installation continues after this point.

However, the installation does not contain pip or any other tools.

Here is the content of the bin directory:

C:\Progs\Jython27\bin>dir
 Datenträger in Laufwerk C: ist Windows
 Volumeseriennummer: D889-2638

 Verzeichnis von C:\Progs\Jython27\bin

24.09.2016  16:34    <DIR>          .
24.09.2016  16:34    <DIR>          ..
29.04.2015  02:25         1'236'153 jython.exe
29.04.2015  02:25         2'459'136 python27.dll
               2 Datei(en),      3'695'289 Bytes
               2 Verzeichnis(se), 864'769'847'296 Bytes frei


Attached: 
- jython-install.log: The console output of a console installation
History
Date User Action Args
2016-09-24 14:48:35wymannmisetmessageid: <1474728515.03.0.718643774691.issue2521@psf.upfronthosting.co.za>
2016-09-24 14:48:35wymannmisetrecipients: + wymannmi
2016-09-24 14:48:34wymannmilinkissue2521 messages
2016-09-24 14:48:33wymannmicreate