Hi Tom,

Thanks very much.That solved the problem after removing that import.

Sreekanth

On Saturday, 20 October 2012 12:05:41 UTC+1, Tomáš Ehrlich wrote:
>
> Hello, 
> there's a little hint at the end of exception: 
>
> > No module named unipath 
>
> Seems like you import module unipath in your settings.py, which is not 
> on your sys.path. 
>
> I never set PYTHONPATH for development and everything works fine. 
> Python adds current directory to sys.path, so when you run ./manage.py, 
> you don't need to set PYTHONPATH pointing to current working directory. 
>
> Check content of you sys.path. 
>
>
> Cheers, 
>  Tom 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/yS6riKjMjJ0J.
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