Re: Can't run manage.py

2019-08-15 Thread RONAK JAIN
You can do uninstall and try to do it again I think. you installed the wrong version. or if you will get again error please let me know I will connect with you on TeamViewer and Zoom also. Thank On Thu, 15 Aug 2019, 18:01 chevalier, wrote: > > > On Wednesday, August 14, 2019 at 4:58:44 PM UTC

Re: Can't run manage.py

2019-08-15 Thread chevalier
On Wednesday, August 14, 2019 at 4:58:44 PM UTC-7, MATTHEW GODSTIME wrote: > > The error displayed is > > ' couldn't import Django I'm sure if it's install or in my python path > or if forget to activate my virtual environment' > > I have Django installed and activate my virtualenv were it wa

Re: Can't run manage.py

2019-08-15 Thread RONAK JAIN
Hey, You can do simply first of all remove your virtualenv path write there. rm -rf env (or whatever created name for environment..) Then , again simply create your virtual path : virtualenv -p python3 env && source env/bin/activate I think , you cando easily and if you will get any type of

Can't run manage.py

2019-08-14 Thread MATTHEW GODSTIME
The error displayed is ' couldn't import Django I'm sure if it's install or in my python path or if forget to activate my virtual environment' I have Django installed and activate my virtualenv were it was installed activated before the installation , I also have the path of the bin file in

Re: Can't run manage.py runserver (Django 1.5.1)

2013-08-06 Thread Lukas Nemec
+1 At least install some linux distro into VirtualBox, ... Ubuntu if you are beginner... I have W8 on my main machine, but for gaming mainly, for any serious development get linux, on dualboot or vbox ... I tried to do it on Windows, but once you smell the ease of things in linux, you'll un

Re: Can't run manage.py runserver (Django 1.5.1)

2013-08-06 Thread pa xapy
try to use linux. running python on win is suffering -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this g

Re: Can't run manage.py runserver (Django 1.5.1)

2013-08-05 Thread gilberto dos santos alves
at beginning of each of your python file put this directive for declare that your files are using this encode. review what text editor you are using and when you save your files verify that is using unicode utf-8. many times this occurs when use accent chars like (õ, é, etc) like in portuguese

Re: Can't run manage.py runserver (Django 1.5.1)

2013-08-05 Thread Phil
Without knowing more what you are doing, it is hard to help. But it seems like you are trying to decode as utf-8 something encoded differently. Please provide more information about what you are doing with Django. Regards, Phil On Sunday, August 4, 2013 3:38:11 PM UTC-3, Anton Yermolenko wrote:

Re: Can't run manage.py runserver (Django 1.5.1)

2013-08-04 Thread Avraham Serour
try running with python 2.7, python 3 support is new On Sun, Aug 4, 2013 at 9:38 PM, Anton Yermolenko wrote: > Hi guys > > i'm new to python as well as django. Seeking help for this problem > > I have python 3.3 installed and django 1.5.1 on win 7 > so when i run manage.py runserver i got this e

Can't run manage.py runserver (Django 1.5.1)

2013-08-04 Thread Anton Yermolenko
Hi guys i'm new to python as well as django. Seeking help for this problem I have python 3.3 installed and django 1.5.1 on win 7 so when i run manage.py runserver i got this error message c:\mysite>python manage.py runserver Validating models... 0 errors found August 04, 2013 - 18:51:37 Django