Re: Failed to create a new django project

2017-12-08 Thread yuzezhong2012
Yes both python and django are latest version downloaded from official website. On Friday, December 8, 2017 at 8:41:58 PM UTC+8, Jason wrote: > > Looks like the issue is with the pytz library... can you make sure you > have the latest version installed? > -- You received this message because y

Re: Failed to create a new django project

2017-12-08 Thread Jason
Looks like the issue is with the pytz library... can you make sure you have the latest version installed? -- 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

Re: Failed to create a new django project

2017-12-07 Thread carlos
yes django 2.0 drop python 2.7.x On Thu, Dec 7, 2017 at 4:21 PM, wrote: > Hi, > > I encounter an error when I try to create a new django project use the > command "django-admin startproject mysite". Could you tell me how to fix > it? Thanks a lot. > > Python version: 3.6.3 > Django version: I ha

Re: Failed to create a new django project

2017-12-07 Thread Egor Smolyakov
Hello. Can you post the full log onto pastebin.com or another service? On 8 December 2017 at 00:21, wrote: > Hi, > > I encounter an error when I try to create a new django project use the > command "django-admin startproject mysite". Could you tell me how to fix > it? Thanks a lot. > > Python