salimoha / googlecl

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

installing with easy_install: couldn't find a setup script #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

From an installed version 0.9.5:
1. sudo easy_install --upgrade googlecl

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

...
Reading http://pypi.python.org/simple/googlecl/
Reading http://code.google.com/p/googlecl
Best match: googlecl 0.9.9
Downloading http://googlecl.googlecode.com/files/googlecl-0.9.9.zip
Processing googlecl-0.9.9.zip
error: Couldn't find a setup script in 
/tmp/easy_install-INbarS/googlecl-0.9.9.zip

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

Linux Ubuntu Lucid 10.04

Original issue reported on code.google.com by JeanLou....@gmail.com on 12 Aug 2010 at 3:40

GoogleCodeExporter commented 9 years ago
The .zip that easy_install grabs is Windows-only, and contains files to run 
googlecl as an executable. Unfortunately, I don't know how to help beyond that. 
If you can somehow specify the extension that easy_install looks for, that 
could do it. Or if you can point it towards the .tar.gz file that you download 
yourself? 

Original comment by tom.h.mi...@gmail.com on 12 Aug 2010 at 4:18

GoogleCodeExporter commented 9 years ago
I believe that updating the files on Pypi might resolve the problem.  I see 
only 0.9.5 listed there 
http://pypi.python.org/pypi?:action=search&term=googlecl&submit=search

Original comment by JeanLou....@gmail.com on 12 Aug 2010 at 4:22

GoogleCodeExporter commented 9 years ago
You should be able to use easy_install again. Thanks for the heads-up, and let 
me know if something goes awry.

Original comment by tom.h.mi...@gmail.com on 13 Aug 2010 at 3:52