jimmelville / textfsm

Automatically exported from code.google.com/p/textfsm
Apache License 2.0
0 stars 0 forks source link

No pypi entry; easy_install textfsm fails #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Ensure you have the setuptools module installed
2.  On linux (either with sudo, or as root) type the following (remove 
quotes)... 'easy_install -U textfsm'
3.

Q: What is the expected output? What do you see instead?

A: Expected output should look something like this...

[mpenning@Bucksnort ~]$ sudo easy_install -U textfsm
Searching for textfsm
Reading http://pypi.python.org/simple/textfsm/
Reading http://code.google.com/p/textfsm/
Best match: textfsm 0.1.0
Downloading http://textfsm.googlecode.com/files/textfsm-0.1.0.tar.gz
Processing textfsm-0.1.0.tar.gz
Running textfsm-0.1.0/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-tfrQ7o/textfsm-0.1.0/egg-dist-tmp-cYw9dH
zip_safe flag not set; analyzing archive contents...
Adding textfsm 0.1.0 to easy-install.pth file

Installed /usr/lib/python2.5/site-packages/textfsm-0.1.0-2.5.egg
Processing dependencies for textfsm
Finished processing dependencies for textfsm
[mpenning@Bucksnort ~]$

However, the install will fail, because easy_install does not know where to 
find the tarball for the installer

Q: What version of the product are you using? On what operating system?

A: I hope to use 0.1.0 on linux... proceeding with a manual installation next.

Q: Please provide any additional information below.
A: Feel free to contact me via gmail if you would like more information.  User: 
penningtonthing

Original issue reported on code.google.com by penningt...@gmail.com on 21 Mar 2011 at 10:40

GoogleCodeExporter commented 8 years ago
I've added it to pypi and it should work OK now.

Original comment by ha...@google.com on 26 May 2011 at 5:09