Re: Python Programming issue

2017-02-11 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Python Programming issue ctoth what, exactly, is absurd? If you'd like to create a guide that you feel is a good way to help people then I wish you all the best, but I fail to see how making vague condecending statements about people URL: http://forum.audiogames.net/viewtopic.php?pid

Re: Python Programming issue

2017-02-10 Thread AudioGames . net Forum — Developers room : ctoth via Audiogames-reflector
Re: Python Programming issue Okay, this is literally absurd. I'm going to fix this problem because it looks like no one else is going to step up and try, unfortunately, and the people who know a little bit know just enough to send newbies down the wrong path Let me get a blog set up

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : superb via Audiogames-reflector
Re: Python Programming issue okay. got it. Now It's complaining about an attribute error that a module object has no attribute get_output_classes() URL: http://forum.audiogames.net/viewtopic.php?pid=296861#p296861 ___ Audiogames-reflector

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : superb via Audiogames-reflector
Re: Python Programming issue where do you type this? When I type it into command prompt, it says that pip is not recognized as an operable program or batch file. URL: http://forum.audiogames.net/viewtopic.php?pid=296858#p296858

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Python Programming issue Alternatively I believe you can also get it from [Pywin32]. URL: http://forum.audiogames.net/viewtopic.php?pid=296859#p296859 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : ctoth via Audiogames-reflector
Re: Python Programming issue pip install pypiwin32 URL: http://forum.audiogames.net/viewtopic.php?pid=296843#p296843 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : superb via Audiogames-reflector
Re: Python Programming issue Thanks. I've installed those modules. Now it's complaining about no win32gui module in the JAWS.py file. Does that need to be installed as well? URL: http://forum.audiogames.net/viewtopic.php?pid=296836#p296836

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Python Programming issue It's not really documented, but accessible_output2 has a few dependancies you need to download and install from the same site, [libloader] and [platform_utils]. I also had to install winpaths, though your milage may vary. URL: http://forum.audiogames.net

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : superb via Audiogames-reflector
Re: Python Programming issue Forgive me, but looking at that, I see no capitalized letter. Even if I do, I get the following error:Traceback (most recent call last):  File "C:\Users\Brandon\Documents\speak.py", line 1, in     import accessible_output2.outputs.auto  File "

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : raven via Audiogames-reflector
Re: Python Programming issue Oh.You need to capitalize the second auto, like this.hello = accessible_output2.outputs.auto.Auto() URL: http://forum.audiogames.net/viewtopic.php?pid=296765#p296765 ___ Audiogames-reflector mailing list

Re: Python Programming issue

2017-02-09 Thread AudioGames . net Forum — Developers room : superb via Audiogames-reflector
Re: Python Programming issue It didn't paste the entire code in, which I thought it did.here you go.import accessible_output2.outputs.autohello=accessible_output2.outputs.auto.auto()hello.speak("hello, this is your computer speaking to you.") URL: http://forum.audiogames.net/vie

Re: Python Programming issue

2017-02-08 Thread AudioGames . net Forum — Developers room : raven via Audiogames-reflector
Re: Python Programming issue There are 2 problems:1. You haven't enclosed the string you want to be spoken in "s.2. You haven't closed the function call with ) at the end. URL: http://forum.audiogames.net/viewtopic.php?pid=296736#p2

Python Programming issue

2017-02-08 Thread AudioGames . net Forum — Developers room : superb via Audiogames-reflector
Python Programming issue Hello guys. I'm having trouble with programming something in python.Here is the code below.import accessible_output2.outputs.autohello=accessible_output2.outputs.auto.auto()hello.speak( URL: http://forum.audiogames.net/viewtopic.php?pid=296734#p296734