Re: OverflowError while trying python manage.py syncdb

2013-03-06 Thread 陶克k . tao
Sorry, I had made a mistake while editing the configuration file. The problem has been solved. 2013/3/6 陶克k.tao > Hi, > > I'm new to Django. I was trying to follow the tutorial to set up Django. > When I was trying to do "syncdb" operation, I got an error message to which > I had no solution. >

OverflowError while trying python manage.py syncdb

2013-03-06 Thread 陶克k . tao
Hi, I'm new to Django. I was trying to follow the tutorial to set up Django. When I was trying to do "syncdb" operation, I got an error message to which I had no solution. *$ python manage.py syncdb* *OverflowError: Python int too large to convert to C long* I'm using OS X 10.8, and Django 1.5,