Hi Kalinga,

On 01/12/2020 23.12, Gregory kalinga wrote:
hi kasper.
 thanks for answer, my aim is to install django but when i try  to make it i get this error  'prog>python -m install django Unable to create process using 'C:\Users\KALINGA Gregory\AppData\Local\Programs\Python\Python39\python.exe -m install django'
here now i don't know what to do after

Sorry, but I didn't write the exact command you have to use.

I can see you are using Windows. That's not a platform I'm used to and it would be relevant if you write something like that when asking people for help. That was what I was hinting at in my previous answer to you.

I know you are trying to install Django, but I would very much recommend that you try to learn some basics on how to use Python first.

Again, I have no idea what background you have, what your experience is or what you are trying to achieve, but it seems like you are very much a beginner in programming in the first place.

There's absolutely nothing wrong with that of course and I could be wrong, but in case I'm not, I'd suggest you start by learning some basics of Python before moving any further. I'm sure someone can guide you to some useful tutorials/books/videos.

To answer your actual question. You are trying to invoke the python interpreter with a module on the command line (with the "-m" option) and passing arguments to that module ("install Django").

You are missing the name of the module you want to use ("pip") so try to include that.

If that doesn't make any sense to you, I only recommend that you try to learn some basics first. Otherwise things will only get more and more confusing from now on.

I mean that in the most kind and helpful way.

Kind regards,

Kasper Laudrup

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4826ebd5-b633-863d-f025-43ca73998643%40stacktrace.dk.
  • [no subject] Gregory kalinga
    • Re: Kasper Laudrup
      • Re: Gregory kalinga
        • Re: Walid Kambagha
        • Re: Ammar M. Adam
        • Re: Kasper Laudrup
          • Re: Gregory kalinga
            • Re: Atuma Samuel
    • Re: Ammar M. Adam
    • Re: Ammar M. Adam

Reply via email to