Re: python problem

2020-10-04 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: python problem

Also Microsoft's new Windows Terminal, which is supposed to be accessible and pretty nice (trying it is on my to-do list).

URL: https://forum.audiogames.net/post/577189/#p577189




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2020-10-04 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector


  


Re: python problem

@5Sure. Git Bash, cygwin, teraterm I think was another. There's loads of them.

URL: https://forum.audiogames.net/post/577185/#p577185




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2020-10-04 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector


  


Re: python problem

What do you mean. Is there a CMD other than powershell and command prompt?

URL: https://forum.audiogames.net/post/577173/#p577173




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2020-10-04 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector


  


Re: python problem

Also, depends what console you're using. I use cmd.exe and it works fine.

URL: https://forum.audiogames.net/post/577168/#p577168




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2020-10-04 Thread AudioGames . net Forum — Developers room : amir tajik via Audiogames-reflector


  


Re: python problem

thanks meet bag

URL: https://forum.audiogames.net/post/577164/#p577164




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2020-10-04 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector


  


Re: python problem

Turn on dynamic content reporting

URL: https://forum.audiogames.net/post/577161/#p577161




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-12 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector


  


Re: python problem

@Ethin, lol it changes from time to time so it might be called something else now. But that was what pip was called a while back.@Simpter, how did you import the package? Did you use pip or did you do it manually? If you did it manually you might have caused a problem while installing the package.

URL: https://forum.audiogames.net/post/440891/#p440891




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-12 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: python problem

How did you try to import the package?

URL: https://forum.audiogames.net/post/440718/#p440718




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : simter via Audiogames-reflector


  


Re: python problem

ok, now i have following error. it happens while importing accessible_output2ValueError: attempted relative import beyond top-level package

URL: https://forum.audiogames.net/post/440519/#p440519




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector


  


Re: python problem

@ethinis configobj part of the stdlib? Never had it in the stdlib. Or maybe you were referring to config parser?

URL: https://forum.audiogames.net/post/440499/#p440499




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: python problem

@17, huh, I thought it was PyPi package installer (though they called it pip). Maybe its PyPi Index Pakager or something? HuhConfigObj should be a standard module with the stdlib; but if its not, pip install ConfigObj (or configobj, case doesn't matter).

URL: https://forum.audiogames.net/post/440496/#p440496




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : Guitarman via Audiogames-reflector


  


Re: python problem

Hi.Just type pip install, and the package should be installed and then you can run the game. Those messages are pretty clear, if you don't have a specific package you will find out when you try to run code. And like others have said it's PIP, which is short for python installs packages. This makes it so much easier to install packages quickly.

URL: https://forum.audiogames.net/post/440493/#p440493




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector


  


Re: python problem

that's because you have not installed the proper moduleIn your command prompt type pip install configobj

URL: https://forum.audiogames.net/post/440489/#p440489




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : omer via Audiogames-reflector


  


Re: python problem

you probably heard it rong man

URL: https://forum.audiogames.net/post/440487/#p440487




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : simter via Audiogames-reflector


  


Re: python problem

i tried to run thee fps thingy kianoosh posted into his github and it gave me the following.ModuleNotFoundError: No module named 'configobj'

URL: https://forum.audiogames.net/post/440394/#p440394




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-11 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: python problem

Yeah, for your info, if somethign does not work, try spelling it with your screenreader's char by char coommands, it might save you lot of trouble

URL: https://forum.audiogames.net/post/440325/#p440325




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector


  


Re: python problem

oh I think you did hear it wrong. It's pip. P as papa, I as india, P as papa.

URL: https://forum.audiogames.net/post/440316/#p440316




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: python problem

There is no pyc command in python. Regular python scripts are labeled with a *.py prefix, scripts that are compiled into byte code are labeled as *.pyc, which is short hand for compiled python scripts. Functionally speaking, there is no difference between a py or pyc, you can run it the same as any script, such as "python yourscript.pyc", and when importing a third party script into your program python will automatically compile it into a pyc file for you.Now, you do not need pyc files to import things into a script, and you do not need them to install modules into python itself. Installed modules go into your python installation in "pythonXX/Lib/site-packages", though an easier way to install them is to use an included setup script, pip, or other package manager. Optionally you can load modules and scripts locally into your program in the current working directory, depending.

URL: https://forum.audiogames.net/post/440245/#p440245




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: python problem

There is no pyc command in python. Regular python scripts are labeled with a *.py prefix, scripts that are compiled into byte code are labeled as *.pyc, which is short hand for compiled python scripts. Functionally speaking, there is no difference between a py or pyc, you can run it the same as any script, such as "python yourscript.pyc", and when importing a third party script into your program python will automatically compile it into a pyc file for you.Now, you do not need pyc files to import things into a script, and you do not need them to install modules into python itself. Installed modules go into your python installation in "pythonXX/Lib/site-packages", though an easier way to install them is to use an included setup script, pip, or other package manager. Optionally you can install modules and scripts locally in the current working directory, depending.

URL: https://forum.audiogames.net/post/440245/#p440245




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: python problem

There is no pyc command in python. Regular python scripts are labeled with a *.py prefix, scripts that are compiled into byte code are labeled as *.pyc, which is short hand for compiled python scripts. Functionally speaking, there is no difference between a py or pyc, you can run it the same as any script, such as "python yourscript.pyc", and when importing a third party script into your program python will automatically compile it into a pyc file for you.Now, you do not need pyc files to import things into a script, and you do not need them to install modules into python itself. Installed modules go into your python installation in "pythonXX/Lib/site-packages", though an easier way to install them is to use an included setup script, pip, or other package manager.

URL: https://forum.audiogames.net/post/440245/#p440245




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector


  


Re: python problem

to install new modules you use pip

URL: https://forum.audiogames.net/post/440243/#p440243




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : simter via Audiogames-reflector


  


Re: python problem

woops that wasn't even mend to be there rofl

URL: https://forum.audiogames.net/post/440159/#p440159




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : black_mana via Audiogames-reflector


  


Re: python problem

why this thing is even in the new releases, it's in the developers room, not heare

URL: https://forum.audiogames.net/post/440215/#p440215




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector


  


Re: python problem

pyc? that won't work. Try py instead.

URL: https://forum.audiogames.net/post/440169/#p440169




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Developers room : simter via Audiogames-reflector


  


Re: python problem

but they said i need pyc to install modulse into python in the nathan tech tutorial

URL: https://forum.audiogames.net/post/440204/#p440204




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Off-topic room : simter via Audiogames-reflector


  


Re: python problem

but they said i need pyc to install modulse into python in the nathan tech tutorial

URL: https://forum.audiogames.net/post/440204/#p440204




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — Off-topic room : black_mana via Audiogames-reflector


  


Re: python problem

why this thing is even in the new releases, it's in the developers room, not heare

URL: https://forum.audiogames.net/post/440215/#p440215




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : black_mana via Audiogames-reflector


  


Re: python problem

why this thing is even in the new releases, it's in the developers room, not heare

URL: https://forum.audiogames.net/post/440215/#p440215




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : simter via Audiogames-reflector


  


Re: python problem

but they said i need pyc to install modulse into python in the nathan tech tutorial

URL: https://forum.audiogames.net/post/440204/#p440204




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : pauliyobo via Audiogames-reflector


  


Re: python problem

pyc? that won't work. Try py instead.

URL: https://forum.audiogames.net/post/440169/#p440169




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : pauliyobo via Audiogames-reflector


  


Re: python problem

LOL pyc? that won't work. Try py instead.

URL: https://forum.audiogames.net/post/440169/#p440169




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : simter via Audiogames-reflector


  


Re: python problem

woops that wasn't even mend to be there rofl

URL: https://forum.audiogames.net/post/440159/#p440159




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : mata via Audiogames-reflector


  


Re: python problem

I don't think this is the right place to talk about that man. Should be in developers room or something.

URL: https://forum.audiogames.net/post/440149/#p440149




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : simter via Audiogames-reflector


  


Re: python problem

I did, if i enter python in the cmd it also works but if i enter pyc it don't.

URL: https://forum.audiogames.net/post/440138/#p440138




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: python problem

2019-06-10 Thread AudioGames . net Forum — New releases room : pauliyobo via Audiogames-reflector


  


Re: python problem

when you install python make sure to check the checkbox that says add python to the path

URL: https://forum.audiogames.net/post/440137/#p440137




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector