Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: I can't install python, please help so, you need environment variables in order to access python.exe from command prompt. if  it gets wrong with installer, try doing it manuallytry reparing installation, there select add python to path. but if it still din'tnwork, add it manuallyon

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: I can't install python, please help so, you need environment variables in order to access python.exe from command prompt. if  it gets wrong with installer, try doing it manuallytry reparing installation, there select add python to path. but if it still din'tnwork, add it manuallyon

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: I can't install python, please help @13, nothing in Python's installer should be 260 characters long. I think you've done something majorly wrong or broken something because you shouldn't be getting that error for adding environment variables. There is an environment variable character

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: I can't install python, please help @13, nothing in Python's installer should be 260 characters long. I think you've done something majorly wrong or broken something because you shouldn't be getting that error for adding environment variables. There is an environment variable character

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: I can't install python, please help Actually the 260 character limit thing is for filenames. URL: https://forum.audiogames.net/post/593358/#p593358 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: I can't install python, please help Yeah, you won't have a choice but to add it to your PATH environment variable.  You can try to do without but you'll be doing it in like a week at most.As far as I know, there's no character limit on environment variables in Windows, but maybe I'm

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: I can't install python, please help I do add it, because if you don't, you can't python script.py unless I'm missing something. URL: https://forum.audiogames.net/post/593337/#p593337 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help I don't need that. I just want a basic setup. So I'll say no to environment variables. Plus when I did try it gave me the error 260 character limit. URL: https://forum.audiogames.net/post/593330/#p593330 -- Audiogames-reflector mailing list

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: I can't install python, please help In general you want a Python interpreter of your choice in the path, then do:pip install virtualenvAnd for a specific project, usually in the root of the repo:virtualenv venvAfter which you can:./venv/scripts/activateEvery time you want to code

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help So good news. I just randomly ran the installer again and it is actually letting me unstall now. And I removed the python environment variable. So now my question is, should I add python to my environment variables or or ot do that? I don't exactly

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: I can't install python, please help @9yeah posible.go to environment variables and look for a variable called path. there you have lots of values. look at it and you can delete, or no problem if it's there, but i suggest deleting it before reinstallking manually. and delete

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: I can't install python, please help @6, just some small pocibility, go to enviroment variables and look if there's anything about python there? URL: https://forum.audiogames.net/post/593157/#p593157 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: I can't install python, please help

2020-11-27 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: I can't install python, please help try running installer again. note: i don't say run the uninstaller to repare. i say this: run the installr exe file and try if it works. you will get python installed. URL: https://forum.audiogames.net/post/593148/#p593148 -- Audiogames

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: I can't install python, please help No, you really shouldn't touch the registry without guides.  I literally didn't know it was possible to get WIndows into this state though, but it's the kind of thing that probably isn't specific to Python and that someone has probably faced before

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help Told you I am not smart with installing things, and even less  with coding. Dare I go into the registry and delete anything related to python? I'm aware, I'm making myself look like an even bigger dumbass. I won't hide it. I've already blown any

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: I can't install python, please help Yeah, I have no idea either, congrats on stumping me.  It sounds like you managed to corrupt the registry.Try installing 3.9.  See if that fixes it.  Otherwise you'll need to find some sort of general Windows troubleshooting guide for this. URL

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: I can't install python, please help That's why you never alt f4 installers. Yeah I think you're fucked. URL: https://forum.audiogames.net/post/593074/#p593074 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: I can't install python, please help same damn result. Here's this incase it helps.[2E5C:188C][2020-11-26T13:02:11]i001: Burn v3.11.1.2318, Windows v10.0 (Build 18363: Service Pack 0), path: C:\Users\Daniel\AppData\Local\Package Cache\{de694e50-e0d0-48a5-9a7a-56fd037154e2}\python-3.8.5

Re: I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: I can't install python, please help Try uninstalling by going to the start menu and typing "add or remove" without the quotes. In that list, find Python, and uninstall it from there. URL: https://forum.audiogames.net/post/593007/#p593007 -- Audiogames-reflector ma

I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
I can't install python, please help I got a new computer and fucked up the python installer. Try to install, then realized I need to install it in a different location than program files, and tried to cancel it. So now the python setup acts as if there is a functional installation

I can't install python, please help

2020-11-26 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
I can't install python, please help I got a new computer and fucked up the python installer. Try to install, then realized I need to install it in a different location than program files, and tried to cancel it. So now the python setup acts as if there is a functional installation