Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-05 Thread jbrewer
How do I get things "on my path"? Where is the file that points all this stuff together? Thanks for all the help guys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-05 Thread jbrewer
If I just run "port install py-sqlite" I get a -bash: port - command not found. But if I use PortAuthority (GUI) then it does it. I am wondering if the darwin port folder is located in /opt/local/bin and the other stuff (svn, fcgi) is in /usr/local/bin how are these guys talking to eachother?

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-05 Thread jbrewer
Okay when I am looking at the sitepath I have all my python stuff coming from here: /System/Library/Frameworks/Python.framework/... But when I used DarwinPorts of SQLite it installed Python 2.4 here: /opt/local/bin - and located here also is sqlite3 How do I remap this?

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-04 Thread jbrewer
Used DarwinPorts to get sqlite3 and py-sqlite and I still am getting the same error as above. I know it "just worked" for Glenn, but I am all screwed up. I am on Mac OS X 10.4.6 and have all the normal set up, except for the above and svn, and django which I installed yesterday. I am a bit over

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-04 Thread jbrewer
Thanks Glenn. I will try SQlLite and see if that clears it up. You guys rock. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-04 Thread jbrewer
I have tried to install the MySQLdb and keep getting this error: error: command 'gcc' failed with exit status 1 at the end of a bunch of stuff. When I do a "locate MySQLdb" command nothing comes back, so I am assuming it isn't installed. Correct? Any help would be much appreciated.

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-04 Thread jbrewer
Okay I got it fixed and created my site, but no when I try this command: python manage.py runserver this is what come up: Validating models... Unhandled exception in thread started by Traceback (most recent call last): File

Re: Install woes: error "python: can't open file 'django-admin.py' "

2006-05-04 Thread jbrewer
I cd into the directory that I want to install the new project and then type this: django-admin.py startproject mydjangotest and then I get this: python: can't open file 'django-admin.py' I have followed the install instructions on the Django page and get stuck here every time.

Install woes: error "python: can't open file 'django-admin.py' "

2006-05-04 Thread jbrewer
I am a web designer looking for something that I can customize for a few projects (other blog CMS wont do) and found Django and was quite impressed. I attempted to install on my PowerBook G4 for testing purposes, but can't get past this error: python: can't open file 'django-admin.py' So I