Re: Problem with python

2021-03-06 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: Problem with python

Are you sure that it's creating it where you think it is?  Because os.mkdir('test') is going to create it in your current working directory, not in documents.

URL: https://forum.audiogames.net/post/620478/#p620478




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


Re: Problem with python

2021-03-06 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector


  


Re: Problem with python

don't install python from microsoft store

URL: https://forum.audiogames.net/post/620466/#p620466




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


Re: Problem with python

2021-03-06 Thread AudioGames . net Forum — Developers room : mazen via Audiogames-reflector


  


Re: Problem with python

if you are creating a folder inside documents and you are getting this error then that's strange

URL: https://forum.audiogames.net/post/620462/#p620462




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


Re: Problem with python

2021-03-06 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector


  


Re: Problem with python

run your script as admin

URL: https://forum.audiogames.net/post/620460/#p620460




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


Re: problem in python

2020-03-16 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: problem in python

PIP comes preinstalled in recent versions of Python, so it's likely there. Are you trying to run it in the [python interpreter]? Try typing "pip install pygame" on the command prompt outside of python or the interpreter, or alternatively typing "python -m pip install SomePackage", as indicated [here].

URL: https://forum.audiogames.net/post/509213/#p509213




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


Re: problem in python

2020-03-16 Thread AudioGames . net Forum — Developers room : matthew2004 via Audiogames-reflector


  


Re: problem in python

thanks for all of your help guise!but, I have a problem again in python, when I type pip install pygame,SyntaxError: invalid syntax

URL: https://forum.audiogames.net/post/509208/#p509208




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


Re: problem in python

2020-03-16 Thread AudioGames . net Forum — Developers room : matthew2004 via Audiogames-reflector


  


Re: problem in python

thanks for all of your help guise!but, I have a problem again in python, when I type pip install pygame,...SyntaxError: invalid syntax

URL: https://forum.audiogames.net/post/509208/#p509208




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


Re: problem in python

2020-03-15 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: problem in python

When installing python, theres an option where you can check off adding it to the system paths.

URL: https://forum.audiogames.net/post/509200/#p509200




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


Re: problem in python

2020-03-15 Thread AudioGames . net Forum — Developers room : matthew2004 via Audiogames-reflector


  


Re: problem in python

how can I do that?

URL: https://forum.audiogames.net/post/509187/#p509187




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


Re: problem in python

2020-03-15 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector


  


Re: problem in python

You need to add python to your path

URL: https://forum.audiogames.net/post/509182/#p509182




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