Updating a table when running django outside manage.py

2008-09-15 Thread emc
I am using django version 1.0 and mysql when I try to update a table I get the following error: Exception exceptions.SystemError: 'error return without exception set' Any idea on what is going on? This issue appeared moving from the .97 to version 1 Thanks in advance The directory structure is

Save raises Exception exceptions.SystemError: 'error return without exception set' when bypassing Manage.py

2008-09-12 Thread emc
I am using version 1.0 and MySQL When I try to update a record in a model outside the manage.py file I get the following exception: "Exception exceptions.SystemError: 'error return without exception set' in ignored" File Structure Python |-rc1_test |-app1 save_test.py I am runni