Re: setting up django with virtualenv on windows7

2012-06-25 Thread Jani Tiainen
/questions/11193905/setting-up-django-with-virtualenv-on-windows7/ could any1 explain to me why isnt this working? //or how is this supposed to work if everything was ok import django django.__path__ should return to you where it is installed. Check to make sure that it is installed inside the

Re: setting up django with virtualenv on windows7

2012-06-25 Thread Dan Johnson
On 06/25/2012 03:12 PM, mymlyn wrote: i started a topic on stackoverflow, analysing responses on SO, on similar topics, im not really sure wether ill get any feedback there so im gonna try here :) described my problem here: http://stackoverflow.com/questions/11193905/setting-up-django-with

setting up django with virtualenv on windows7

2012-06-25 Thread mymlyn
i started a topic on stackoverflow, analysing responses on SO, on similar topics, im not really sure wether ill get any feedback there so im gonna try here :) described my problem here: http://stackoverflow.com/questions/11193905/setting-up-django-with-virtualenv-on-windows7/ could any1 explain