Hello, I made a project in Django, and runs grate on my PC. I have all my files in a folder: "project". I copied to anoter PC via ssh, and on that pc I configurate apache, and acces is from my browser via http, but sometimes I got: "Could not import project.operators.views. Error was: No module named logic.curent_user". I have a folder logic in project where is a file curent_user.py. Is strange, beacuse n my PC I don't get this error. I got also another error: ImportError: No module named operators I have a folder operators, where i put a empty file __init__.py. On my PC I add in istalled_app, the operators, but on the other one, I tryit to delete it, but I got the same error. What I'm doing wrong? --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---