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

2006-05-05 Thread Jeremy Dunck
On 5/5/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > This is drifting waaay off topic but here's the short answer :) > http://wiki.opendarwin.org/index.php/DarwinPorts:Getting_Started#Adding_DarwinPorts_to_your_Terminal.27s_path >

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

2006-05-05 Thread Joseph Kocherhans
On 5/5/06, jbrewer <[EMAIL PROTECTED]> wrote: > > How do I get things "on my path"? Where is the file that points all > this stuff together? This is drifting waaay off topic but here's the short answer :)

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 Andy Dustman
On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote: > > 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. Yeah, that "bunch of stuff" just might be important. ya know. Keep in mind you also would need

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

2006-05-05 Thread Joseph Kocherhans
On 5/5/06, jbrewer <[EMAIL PROTECTED]> wrote: > > 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

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 Joseph Kocherhans
On 5/5/06, Glenn Tenney <[EMAIL PROTECTED]> wrote: > > On Fri, May 05, 2006 at 06:23:48PM -, jbrewer wrote: > > But when I used DarwinPorts of SQLite it installed Python 2.4 here: > > > > /opt/local/bin - and located here also is sqlite3 > > Remember, I said to look at ALL of the comments

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

2006-05-05 Thread Glenn Tenney
On Fri, May 05, 2006 at 06:23:48PM -, jbrewer wrote: > But when I used DarwinPorts of SQLite it installed Python 2.4 here: > > /opt/local/bin - and located here also is sqlite3 Remember, I said to look at ALL of the comments from http://www.djangoproject.com/documentation/install/ which

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

2006-05-05 Thread Jeremy Dunck
On 5/5/06, Steven Armstrong <[EMAIL PROTECTED]> wrote: > > How do I remap this? As well as Steven's suggestions, Learning Python covers module pathing issues nicely. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

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

2006-05-05 Thread Steven Armstrong
On 05/05/06 20:23, jbrewer wrote: > 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

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 Malcolm Tredinnick
On Fri, 2006-05-05 at 02:03 +, jbrewer wrote: > 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

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 Glenn Tenney
On Fri, May 05, 2006 at 12:32:23AM -, jbrewer wrote: > I have tried to install the MySQLdb and keep getting this error: > > error: command 'gcc' failed with exit status 1 1. Read http://www.djangoproject.com/documentation/install/ 2. Follow all of the comments talking about Mac OS X

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

2006-05-04 Thread Joseph Kocherhans
On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote: > > 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

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 Joseph Kocherhans
On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote: > > raise ImproperlyConfigured, "Could not load database backend: %s. > Is your DATABASE_ENGINE setting (currently, %r) spelled correctly? > Available options are: %s" % \ > django.core.exceptions.ImproperlyConfigured: Could not load database >

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 Jeremy Dunck
On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote: > > I cd into the directory that I want to install the new project and then > type this: > > django-admin.py startproject mydjangotest It sounds like "." is not on your path, or like you don't have read permissions on the file. Try this: chown $USER

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.

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

2006-05-04 Thread James Bennett
On 5/4/06, jbrewer <[EMAIL PROTECTED]> wrote: > I attempted to install on my PowerBook G4 for testing purposes, but > can't get past this error: What is the exact command you're typing? -- "May the forces of evil become confused on the way to your house." -- George Carlin

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