Closed mysteryDate closed 10 years ago
When running rose.py, with gizeh installed through pip
$ python gizeh/examples/roses.py Traceback (most recent call last): File "gizeh/examples/roses.py", line 35, in <module> rose_nd.draw(surface) File "build/bdist.macosx-10.9-x86_64/egg/gizeh/gizeh.py", line 137, in draw File "build/bdist.macosx-10.9-x86_64/egg/gizeh/gizeh.py", line 378, in new_draw File "build/bdist.macosx-10.9-x86_64/egg/gizeh/gizeh.py", line 410, in draw TypeError: move_to() takes exactly 3 arguments (1001 given)
Running it with the repo here causes no problem. Just wanted to let you know that maybe the code on pip is out of date.
Oh thanks ! I'll correct that.
Done :)
When running rose.py, with gizeh installed through pip
Running it with the repo here causes no problem. Just wanted to let you know that maybe the code on pip is out of date.