cleemesser / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

SyntaxError: invalid syntax #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python2
2. from pyo import *
3. example(Harmonizer)

What is the expected output? What do you see instead?

Instead of any sounds I get:
  File "/tmp/tmpP1crQz", line 13
    """
      ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
python2-pyo 0.6.1
python2 2.7.3
64-bit Arch Linux

Please provide any additional information below.

Original issue reported on code.google.com by rods...@gmail.com on 9 Dec 2012 at 12:55