Hello,
I was hoping for help with an installation error. I'm following the
http://code.google.com/p/agilito/wiki/DevGettingStarted guide on my
Fedora 10 VM. So far things have gone smoothly, but I think something
went ary during the Django or agilito site install. I've followed the
Django's site instructions as well as the easy_install instructions
for installing it and verified that it is in my packages library.
Here is my clip starting with the easy_install step (verified that I
already have Django). Any tips?
[~]$ sudo ./bin/easy_install Django
Searching for Django
Best match: Django 1.0.2-final
Processing Django-1.0.2_final-py2.5.egg
Django 1.0.2-final is already the active version in easy-install.pth
Installing django-admin.py script to /home/jh/agilito-env/bin
Using /home/jh/agilito-env/lib/python2.5/site-packages/
Django-1.0.2_final-py2.5.egg
Processing dependencies for Django
Finished processing dependencies for Django
[~]$ ./install.py myproject
/home/jh/agilito-env/./bin/django-admin.py
Traceback (most recent call last):
File "/home/jh/agilito-env/./bin/django-admin.py", line 5, in
<module>
pkg_resources.run_script('Django==1.0.2-final', 'django-admin.py')
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448,
in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1160,
in run_script
raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'django-admin.py'