
05-28-2007, 07:31 AM
|
|
New Member
|
|
Join Date: May 2007
Posts: 6
|
|
Good catch, thanks! 
Quote:
write(2, "ImportError", 11) = 11
write(2, ": ", 2) = 2
write(2, "No module named django.core.serv"..., 43) = 43
write(2, "\n", 1)
|
Even though the location of the Django module was added to the PYTHONPATH in the script that you found in Django's documentation it didn't work until I added it to the environment bit in the external application's configuration.
Care to pick a charity or post the link to your Amazon wish list? 
|