syncdb issues

2008-06-04 Thread greg.newman
I'm trying to syncdb in a project and am getting the following error running python 2.5.1 with django 0.96. Anyone have a clue why? Need more info, let me know. greg-3:examples greg$ python manage.py syncdb Traceback (most recent call last): File "manage.py", line 16, in execute_manager(

Re: syncdb issues

2008-06-04 Thread greg.newman
Sorry, disregard. On Jun 4, 8:40 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 4, 2008 at 8:26 PM, greg.newman <[EMAIL PROTECTED]> wrote: > > > I'm trying to syncdb in a project and am getting the following error > > running pyt