On Wed, Nov 17, 2010 at 12:14 PM, robos85 <[email protected]> wrote: > robo...@s27:~$ python setup.py install --home=~ > python: can't open file 'setup.py': [Errno 2] No such file or > directory > > That's what I get :/ >
Run it in the directory containing the extracted library you wish to install (big hint, it will have a file called 'setup.py' in it) You may also like to check out some python tutorials.. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

