draft
unread,Sep 17, 2008, 8:34:13 AM9/17/08Sign 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 Django users
All,
I'm having issues running the django-admin.py script from Cygwin after
installing Django. When I run it, I get the following error:
$ django-admin.py
c:\Python25\python.exe: can't open file '/cygdrive/c/Python25/Lib/site-
packages/django/bin/django-admin.py': [Errno 2] No such file or
directory
Note that it's finding the script's correct location as the Django bin
directory is in my PATH. And, the file is definitely there and is
executable:
$ ls -al /cygdrive/c/Python25/Lib/site-packages/django/bin/django-
admin.py
-rwx--x--x+ 1 username DomainUsers 128 Dec 30 2006 /cygdrive/c/
Python25/Lib/site-packages/django/bin/django-admin.py
I've tried re-installing both Django and Python to no avail. Also,
it's important to note that this works in Windows, so I would imagine
it's something wrong with my environment or some setting in Cygwin
that is preventing this. Any help is much appreciated.
Thanks,
David