Re: MySQL case sensitivity

2008-09-22 Thread tcp
3:39 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 2:29 PM, tcp <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Getting started. > > > I've got a MySQL database running on Windows (MySQL on Windows is not > > case sensitiv

MySQL case sensitivity

2008-09-22 Thread tcp
Hi, Getting started. I've got a MySQL database running on Windows (MySQL on Windows is not case sensitive) I create a model called People which has a Class called Person. I sync the database and it creates a table "people_person" If I immediately run syncdb again, it errors out with: Creatin

Re: windows can't find django-admin.py

2008-09-19 Thread tcp
On Sep 19, 10:49 am, tcp <[EMAIL PROTECTED]> wrote: > Ok. Now the link to the PATH makes more sense to me. I will try again > by associating .py files to Python.exe.  Tom > > On Sep 19, 10:45 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > > On F

Re: windows can't find django-admin.py

2008-09-19 Thread tcp
Ok. Now the link to the PATH makes more sense to me. I will try again by associating .py files to Python.exe. Tom On Sep 19, 10:45 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Sep 19, 2008 at 10:20 AM, tcp <[EMAIL PROTECTED]> wrote: > > > Hi, >

Re: windows can't find django-admin.py

2008-09-19 Thread tcp
PATH env. > variable, and not PYTHONPATH. > That's cuz Windows can't find the file you're passing to python. > > []'s > > Rodolfo > > tcp escreveu: > > > Hi, > > > New to Python...getting started with Django. > > > I've just ins

windows can't find django-admin.py

2008-09-19 Thread tcp
Hi, New to Python...getting started with Django. I've just installed Django and and following some getting started instructions. I'm trying to run django-admin like this: c:\myproject> python django-admin.py startproject iFriends and I get this problem: python: can't open file 'django-admin.