Re: Any way to reduce spam in vscode terminal?

2020-12-15 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Any way to reduce spam in vscode terminal? how did you do it? cause the termenal inside vscode itself is kinda annoying URL: https://forum.audiogames.net/post/598849/#p598849 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Atom-editor

2020-12-10 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Atom-editor Yeah i tried telegram back in 2017, was horible. never touch it sinced. URL: https://forum.audiogames.net/post/597145/#p597145 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Atom-editor

2020-12-09 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Atom-editor is VSCode in electron? URL: https://forum.audiogames.net/post/596811/#p596811 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Atom-editor

2020-12-08 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Atom-editor I am already using VS code but thanks for suggesting. I was just asking just in case I am ask to use it. URL: https://forum.audiogames.net/post/596459/#p596459 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Atom-editor

2020-12-08 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Atom-editor I potentially has to use the Atom-editor in my next class. Can anyone confirm that if it is accesible or not? URL: https://forum.audiogames.net/post/596446/#p596446 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Fixing mudlet

2020-11-20 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Fixing mudlet If anyone have time or want to make mudlet accessible and want to make some money pls see here. i thought i would bring this up so people are aware that this is a thing.https://www.bountysource.com/issues/888 … eenreaders URL:

Re: am I learning in the wrong way?

2020-10-22 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: am I learning in the wrong way? Never a fan of textbook learning myself. maybe thats why i am failing URL: https://forum.audiogames.net/post/582446/#p582446 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Lucia - OpenSource AudioGame engine written in Python

2020-10-03 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Lucia - OpenSource AudioGame engine written in Python is lucia no longer being updated? URL: https://forum.audiogames.net/post/576627/#p576627 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Cytolk, cython extension over the tolk library

2020-10-01 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Cytolk, cython extension over the tolk library Sorry for the newbie question but, what is the difference between tolk.speak and tolk.output? URL: https://forum.audiogames.net/post/576227/#p576227 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Require Tolk.py assistance

2020-10-01 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Require Tolk.py assistance Oh i see. noted but this is still safe to use right?os.add_dll_directory(os.getcwd()) URL: https://forum.audiogames.net/post/576213/#p576213 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Require Tolk.py assistance

2020-10-01 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Require Tolk.py assistance Will that produce unwanted result eventually? URL: https://forum.audiogames.net/post/576024/#p576024 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Require Tolk.py assistance

2020-10-01 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Require Tolk.py assistance this did it:import sysimport osdir_path = os.path.dirname(os.path.realpath(__file__))os.chdir(dir_path)os.add_dll_directory(os.getcwd())Thanks for your help. URL: https://forum.audiogames.net/post/575869/#p575869 -- Audiogames-reflector mailing list

Re: Require Tolk.py assistance

2020-10-01 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Require Tolk.py assistance It show me the same directory URL: https://forum.audiogames.net/post/575861/#p575861 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Require Tolk.py assistance

2020-09-30 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Require Tolk.py assistance Ok after i get your zip file @#2, this still happens.D:\Programming\Tolk-Test>py pygame-tolk.pypygame 1.9.6Hello from the pygame community. https://www.pygame.org/contribute.htmlTraceback (most recent call last):  File "pygame-tolk.py", line 2, in     import

Re: Require Tolk.py assistance

2020-09-30 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Re: Require Tolk.py assistance Ok will try it. Also i did have Tolk.dll in the same dir. it just wasn't loading for some weird reasonmagurp244 wrote:Tolk.py is a wrapper for Tolk.dll. You'll need the dll in the working directory for the script to function, usually the same directory as the

Require Tolk.py assistance

2020-09-30 Thread AudioGames . net ForumDevelopers room : jamestoh via Audiogames-reflector
Require Tolk.py assistance So when i try to run a test file to mess around with Tolk.py this error was produced.Traceback (most recent call last):  File "test.py", line 7, in     import Tolk  File "D:\Programming\tolk-master\examples\python\Tolk.py", line 11, in     _tolk = cdll.Tolk  File