feincms / form-designer

A simple form designer for Django
https://form-designer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

form_designer not "easy_install" / "pip"-able #10

Closed barsch closed 12 years ago

barsch commented 12 years ago

Hi there,

easy_install

(python)django@xxx:~/python$ easy_install form_designer
Searching for form-designer
Reading http://pypi.python.org/simple/form_designer/
Reading http://github.com/feincms/form_designer/
No local packages or download links found for form-designer
error: Could not find suitable distribution for Requirement.parse('form-designer')

pip

(python)django@xxx:~/python$ pip install form_designer
Downloading/unpacking form-designer
  Could not find any downloads that satisfy the requirement form-designer
No distributions at all found for form-designer
Storing complete log in /home/django/.pip/pip.log

/home/django/.pip/pip.log

...
  Could not find any downloads that satisfy the requirement form-designer
No distributions at all found for form-designer
Exception information:
Traceback (most recent call last):
  File "/home/django/python/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/basecommand.py", line 126, in main
    self.run(options, args)
  File "/home/django/python/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/commands/install.py", line 223, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/home/django/python/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/req.py", line 954, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/home/django/python/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/index.py", line 152, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for form-designer

I guess the underscore prevents the installation.

Cheers, Robert

matthiask commented 12 years ago

:-(

Yeah it might very well be that the underscore is problematic. I'll test better next time, and I'll rename the package if necessary.

Thanks!

matthiask commented 12 years ago

Thanks -- renaming the package wasn't necessary. I simply forgot to actually upload the distribution :-(