Niranjini / sshpt

Automatically exported from code.google.com/p/sshpt
0 stars 0 forks source link

Unable to pip install sshpt for python 2.6.6 #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the command %pip install sshpt

What is the expected output? What do you see instead?
sshpt is installed successfully.

What version of the product are you using? On what operating system?
python 2.6.6. Linux

Please provide any additional information below.
I get the following error. This is dependent on python 3.1. Please make it 
backward compatible and it is just due to the author section in setup.py.

File "<string>", line 16, in <module>

  File "/tmp/pip-build-root/sshpt/setup.py", line 17, in <module>

    author = "{},{}".format(sshpt.__author__, sshpt.__second_author__),

ValueError: zero length field name in format

Original issue reported on code.google.com by amith.ra...@gmail.com on 9 Aug 2015 at 3:45