Hey,

I have an application that I'm running using Django's built-in server
on both Windows XP and Ubuntu 8.10. While it is wokring perfectly fine
on XP, I get import errors in Ubuntu. When I tried printing pythonpath
on Ubuntu, I managed to locate the problem. It seems like if I start
the server with a python script it happens before the shell is updated
with correct pythonpath path from the .bashrc. However, if i do it
manually it starts perfectly fine (since it manages to update
pythonpath at the start).

So, the question is: Is it possible to do anything to make it to work
with automatic start-up? I.e. update Django's pythonpath somehow? Or
maybe put environment variables somewhere else than .bashrc? Anyone?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to