timc3
unread,Sep 10, 2009, 5:53:38 AM9/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to paver
I am trying to follow the example show on the paver site for getting
started but everytime I run paver I get the following:
Traceback (most recent call last):
File "/usr/bin/paver", line 8, in <module>
load_entry_point('Paver==1.0.1', 'console_scripts', 'paver')()
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277,
in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2179,
in load_entry_point
return ep.load()
ImportError: Entry point ('console_scripts', 'paver') not found
I have setuptools installed in to my site-packages and have installed
paver 1.0.1 (sudo python setup.py install)
Running on Ubuntu 8.04 LTS with python 2.5