Re: Django with embedded python - module error

2010-01-11 Thread Wim De Hul
On Mon, Jan 11, 2010 at 05:58:07PM -0300, Gonzalo Delgado wrote: > El 10/01/10 18:06, Wim De Hul escribió: > > I'm trying to use Django in an embedded python app (main program is in C). > > When I try to import the models from my Django app, I get the following > > error: > > > > Traceback (most

Re: Django with embedded python - module error

2010-01-11 Thread Gonzalo Delgado
El 10/01/10 18:06, Wim De Hul escribió: > I'm trying to use Django in an embedded python app (main program is in C). > When I try to import the models from my Django app, I get the following error: > > Traceback (most recent call last): > File "/data/mytest/test.py", line 4, in > from

Django with embedded python - module error

2010-01-10 Thread Wim De Hul
Dear members, I'm trying to use Django in an embedded python app (main program is in C). When I try to import the models from my Django app, I get the following error: Traceback (most recent call last): File "/data/mytest/test.py", line 4, in from accounts import models File