MacOSX error using " ./bin/django-admin.py startproject sdlsdl"

2010-06-06 Thread bvcelari
Hy, I´m quite newbie using MacOSX, had installed python, and django, if in a python console "import python" no error appears, but if i try to create a new project like " ./bin/django-admin.py startproject sdlsdl " the next error appears: Traceback (most recent call last): File "./bin/django-admi

Re: MacOSX error using " ./bin/django-admin.py startproject sdlsdl"

2010-06-06 Thread Daniel Roseman
On Jun 6, 7:43 pm, bvcelari wrote: > Hy, I´m quite newbie using MacOSX, had installed python, and django, > if in a python console "import python" no error appears, but if i try > to create a new project like > " ./bin/django-admin.py startproject sdlsdl " the next error appears: > > Traceback (mo

Re: MacOSX error using " ./bin/django-admin.py startproject sdlsdl"

2010-06-07 Thread bvcelari
All rigth, I miss check compatibilities between versions... in linux works perfectly And finally you are in truth, i must change client computer OS version. Thank you very much bvcelari On Jun 6, 10:13 pm, Daniel Roseman wrote: > On Jun 6, 7:43 pm, bvcelari wrote: > > > > > Hy, I´m quite n

Re: MacOSX error using " ./bin/django-admin.py startproject sdlsdl"

2010-06-07 Thread JohnC
Took a long time to realize this, but Python 2.4 is compatible with both Django and Panther. But Python doesn't include built-in SQLLite until 2.5. So there's more configuration fun, on the SQL front, if you try to thread that needle. Still trying to navigate that one. - John Campbell -- You r