Re: syncdb on linux problem

2007-02-17 Thread Todd O'Bryan

It could be as simple as a PythonPath problem. Have you tried running
the offending code in the Python shell by using

python manage.py shell

to see if you can figure out what's going wrong?

On Sat, 2007-02-17 at 19:24 -0800, johnny wrote:
> I have moved my folder from Windows to Linux.  It works fine when I
> try "python manage.py syncdb" on windows, exact same project code, in
> linux is not working, when I do "python manage.py syncdb".  This is
> driving me crazy.  I am getting following errors:
> 
> Error: Couldn't install apps, because there were errors in one or more
> models:
> mysite.apps.mail: cannot import name Profile
> 
> Thank you for your help.
> 
> 
> > 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



syncdb on linux problem

2007-02-17 Thread johnny

I have moved my folder from Windows to Linux.  It works fine when I
try "python manage.py syncdb" on windows, exact same project code, in
linux is not working, when I do "python manage.py syncdb".  This is
driving me crazy.  I am getting following errors:

Error: Couldn't install apps, because there were errors in one or more
models:
mysite.apps.mail: cannot import name Profile

Thank you for your help.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---