You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no way to access Python's set (or is there?) if your program begins as
follows:
from pysvg.filter import *
from pysvg.gradient import *
from pysvg.linking import *
from pysvg.script import *
from pysvg.shape import *
from pysvg.structure import *
from pysvg.style import *
from pysvg.text import *
from pysvg.builders import *
The reason is that pysvg.animate.set hides Python's set keyword. Could PySVG
rename this object to something else?
Original issue reported on code.google.com by baoille...@gmail.com on 7 Apr 2011 at 1:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
baoille...@gmail.com
on 7 Apr 2011 at 1:42The text was updated successfully, but these errors were encountered: