Re: importError: Count Not import Django inside Virtualenv

2018-02-14 Thread PASCUAL Eric
: PASCUAL Eric Cc: django-users@googlegroups.com Subject: Re: importError: Count Not import Django inside Virtualenv Hi Eric, Le 2018-02-14 à 03:44, PASCUAL Eric a écrit : Hi, Hard to say without knowing the exact context, but my gut feeling is that you've modified a system wide library

Re: importError: Count Not import Django inside Virtualenv

2018-02-14 Thread PASCUAL Eric
From: django-users@googlegroups.com on behalf of tango ward Sent: Wednesday, February 14, 2018 10:09:51 AM To: django-users@googlegroups.com Subject: Re: importError: Count Not import Django inside Virtualenv that's odd. Whenever I test a pacakge, it's always installe

Re: importError: Count Not import Django inside Virtualenv

2018-02-14 Thread Etienne Robillard
45 PM *To:* django-users@googlegroups.com <mailto:django-users@googlegroups.com> *Subject:* importError: Count Not import Django inside Virtualenv Hi, I want to seek some advice about the error. All of my pet projects in my desktop are getting the sa

Re: importError: Count Not import Django inside Virtualenv

2018-02-14 Thread tango ward
for projects > related libs, for the same reasons. > > > Eric > -- > *From:* django-users@googlegroups.com on > behalf of tango ward > *Sent:* Wednesday, February 14, 2018 3:40:04 AM > *To:* django-users@googlegroups.com > *Subject:* Re: importError: Count Not impor

Re: importError: Count Not import Django inside Virtualenv

2018-02-14 Thread PASCUAL Eric
_ From: django-users@googlegroups.com on behalf of tango ward Sent: Wednesday, February 14, 2018 3:40:04 AM To: django-users@googlegroups.com Subject: Re: importError: Count Not import Django inside Virtualenv Hi Eric, I tried what you suggested and it works! I was just wondering why my exi

Re: importError: Count Not import Django inside Virtualenv

2018-02-13 Thread tango ward
the trick) and >> test your app again. >> >> >> Hoping you haven't already messed your system Python by installing stuff >> in sudo mode. The situation could be a little more complicated then. >> >> >> Best. >> >> >> Eric >> --

Re: importError: Count Not import Django inside Virtualenv

2018-02-13 Thread tango ward
messed your system Python by installing stuff > in sudo mode. The situation could be a little more complicated then. > > > Best. > > > Eric > -- > *From:* django-users@googlegroups.com on > behalf of tango ward > *Sent:* Tuesday, Febru

Re: importError: Count Not import Django inside Virtualenv

2018-02-13 Thread PASCUAL Eric
ated then. Best. Eric From: django-users@googlegroups.com on behalf of tango ward Sent: Tuesday, February 13, 2018 9:43:45 PM To: django-users@googlegroups.com Subject: importError: Count Not import Django inside Virtualenv Hi, I want to seek some advice about the error.

Re: importError: Count Not import Django inside Virtualenv

2018-02-13 Thread Jason
if pip freeze doesn't include django in the output, then the django package is not installed in the virtualenv. are you sure the virtualenv was active when you installed django? also, remember that if you installed latest django, eg *pip install django*, it won't install for python2 venvs. On

importError: Count Not import Django inside Virtualenv

2018-02-13 Thread tango ward
Hi, I want to seek some advice about the error. All of my pet projects in my desktop are getting the same error even though virtualenv is activated. I can confirm that when I started playing around with the projects, I have installed Django inside virtualenv without using "sudo". Now, I can't run