2017-02-09 06:32:31

Hello guys. I'm having trouble with programming something in python.
Here is the code below.
import accessible_output2.outputs.auto
hello=accessible_output2.outputs.auto.auto()
hello.speak(

2017-02-09 07:20:16

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.

2017-02-09 14:35:39

It didn't paste the entire code in, which I thought it did.
here you go.
import accessible_output2.outputs.auto
hello=accessible_output2.outputs.auto.auto()
hello.speak("hello, this is your computer speaking to you.")

2017-02-09 15:20:12

Oh.

You need to capitalize the second auto, like this.

hello = accessible_output2.outputs.auto.Auto()

2017-02-09 23:37:23

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 <module>
    import accessible_output2.outputs.auto
  File "C:\Python27\lib\site-packages\accessible_output2\outputs\__init__.py", l
ine 4, in <module>
    from . import nvda
  File "C:\Python27\lib\site-packages\accessible_output2\outputs\nvda.py", line
6, in <module>
    from platform_utils import paths
ImportError: No module named platform_utils

2017-02-10 00:46:17

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.

-BrushTone v1.3.3: Accessible Paint Tool
-AudiMesh3D v1.0.0: Accessible 3D Model Viewer

2017-02-10 01:17:53

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?

2017-02-10 02:13:16

pip install pypiwin32

2017-02-10 06:42:01

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.

2017-02-10 06:47:39

Alternatively I believe you can also get it from [Pywin32].

-BrushTone v1.3.3: Accessible Paint Tool
-AudiMesh3D v1.0.0: Accessible 3D Model Viewer

2017-02-10 07:37:44

okay. got it. Now It's complaining about an attribute error that a module object has no attribute get_output_classes()

2017-02-10 21:10:49

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 sad sad sad
Let me get a blog set up and I'll explain, in excruciating detail, how to build an audiogame in Python.
If you don't know how to use your computer, though, this tutorial will not be for you, as there is a certain level of base knowledge required and we can't hand-hold through everything.

2017-02-11 12:35:50

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

-BrushTone v1.3.3: Accessible Paint Tool
-AudiMesh3D v1.0.0: Accessible 3D Model Viewer