Zulko / gizeh

Simple Vector Graphics for Python
Other
704 stars 69 forks source link

Issue running rose.py with pip package #8

Closed mysteryDate closed 10 years ago

mysteryDate commented 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.

Zulko commented 10 years ago

Oh thanks ! I'll correct that.

Zulko commented 10 years ago

Done :)