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
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
2 matches
Mail list logo