skip to Main Content

Visual Studio Code – python program is not running

As a beginner st python, i tried to print helloWorld using vsCODE, it did show the following error message...... PS C:Usersuser.idlerc> & c:/Users/user/.idlerc/.venv/Scripts/python.exe c:/Users/user/Desktop/PYTHON/firstProgram.py No Python at '"C:Program FilesPython312python.exe' PS C:Usersuser.idlerc> somebody tell me how to resolve this? i tried…

VIEW QUESTION

Broken Json file in python when decoding

I am making a mod manager which opens the mods manifest.json file for name, description, version and dependencies although when its reading the file... i think ill just show you: MANIFEST FILE: { "name": "HookGenPatcher", "version_number": "0.0.5", "website_url": "https://github.com/harbingerofme/Bepinex.Monomod.HookGenPatcher", "description":…

VIEW QUESTION
Back To Top
Search