Error Creating Django New Project.

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

0
3 comments

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)

0
Avatar
Permanently deleted user

Here is a Screenshot of the interpreter setting page.

0

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?

0

Please sign in to leave a comment.