Issue2126

classification
Title: easy_install for jython 2.5
Type: behaviour Severity: urgent
Components: Installer Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: babu.saidu@gmail.com, jython-dev, zyasoft
Priority: Keywords:

Created on 2014-04-16.17:23:13 by babu.saidu@gmail.com, last changed 2014-05-04.20:10:58 by zyasoft.

Files
File name Uploaded Description Edit Remove
ez_setup.py babu.saidu@gmail.com, 2014-04-16.17:23:12
Messages
msg8289 (view) Author: babu (babu.saidu@gmail.com) Date: 2014-04-16.17:23:12
Hi, I am new to jython. I am trying to install a easy_install setuptool for jython 2.5. ran ez_setup.py file from cmd prompt. But getting the following error.

C:\Tests>easy_install
'easy_install' is not recognized as an internal or external command,
operable program or batch file.

Please help me some one to fix the issue.

Find the attached ez_setup.py file
msg8292 (view) Author: Jim Baker (zyasoft) Date: 2014-04-18.16:45:07
For Jython 2.5, this should still work:
http://www.jython.org/jythonbook/en/1.0/appendixA.html?highlight=easy_install#setuptools
History
Date User Action Args
2014-05-04 20:10:58zyasoftsetstatus: open -> closed
resolution: works for me
2014-04-18 16:45:08zyasoftsetnosy: + zyasoft
messages: + msg8292
2014-04-16 17:23:14babu.saidu@gmail.comcreate