Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Error Creating Django New Project.
Permanently deleted user
Created
I am relatively new to python. I was trying to learn web development with django but everytime I try to create a new project on python this what the error I get
It looks like there's incorrect path in your interpreter settings. ...\Python38-32\django.py ? The interpreter path should point to ...\Python38-32\python.exe
If you're not sure what this is all about, please provide screenshot of your project interpreter settings (you need to configure this when you create a new project)
Ok, your interpreter seems to be set up correctly and you should be able to start a django project. What are the exact steps you take to reproduce the issue?
Hi,
It looks like there's incorrect path in your interpreter settings. ...\Python38-32\django.py ? The interpreter path should point to ...\Python38-32\python.exe
If you're not sure what this is all about, please provide screenshot of your project interpreter settings (you need to configure this when you create a new project)
Here is a Screenshot of the interpreter setting page.
Ok, your interpreter seems to be set up correctly and you should be able to start a django project. What are the exact steps you take to reproduce the issue?