honeyprakash / recaptcha

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

ez_setup.py missing from easy install'd Python recaptcha-client #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you type:

easy_install recaptcha-client

It will fetch a tarball from here:

http://pypi.python.org/pypi/recaptcha-client

Which will fail to install because ez_setup.py is not included.

This makes it impossible to have recaptcha-client automatically installed
as a dependency using tools like easy_install or pip, or even manually from
the PyPi repositories.

Original issue reported on code.google.com by jtunney@gmail.com on 30 Aug 2009 at 9:17

GoogleCodeExporter commented 8 years ago
This should be a pretty simple fix. Is there anyway it can be added?

Original comment by tracebac...@gmail.com on 26 Sep 2009 at 7:41

GoogleCodeExporter commented 8 years ago
Hey, any chance to get this fixed? This is really a blocker. Thanks :)

Original comment by leidel on 25 Oct 2009 at 9:12

Attachments:

GoogleCodeExporter commented 8 years ago
This is annoying. I can't install this package on OSX or Ubuntu. A quick 
workaround is to get ez_setup.py and 
place it somewhere in the pythonpath.

    wget http://peak.telecommunity.com/dist/ez_setup.py

Anyway, please fix this.

Original comment by mar...@mahner.org on 5 Nov 2009 at 7:12

GoogleCodeExporter commented 8 years ago
This has been fixed in 1.0.5. Please close the ticket.

Original comment by leidel on 5 Nov 2009 at 7:26

GoogleCodeExporter commented 8 years ago
I am trying to install this on OS X and it's not working.

I did python setup.py install and it copied the egg file to my site-packages 
but didn't expand it.
I tried manually copying the recaptcha/ folder into site-packages but it 
doesn't work either...

Both times I get MOD_PYTHON error (not even django-styled):
    from recaptcha.client import captcha
ImportError: No module named client

I got the tarball manually from pypi, it is 1.0.5 and has an ezy_install.py 
inside.  Help please!

Original comment by bluesk...@gmail.com on 11 Dec 2009 at 4:18