Kevin Lewandowski
unread,Apr 22, 2008, 1:42:51 PM4/22/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GChartWrapper
Hi, this module looks great. But I've installed it and get the
following error any time I try to get an url (either with "str(G)" or
"print G").
>>> G
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "GChartWrapper/__init__.py", line 251, in __repr__
def __repr__(self): self.__str__()
File "GChartWrapper/__init__.py", line 256, in __str__
self.render()
File "GChartWrapper/__init__.py", line 177, in render
self.data.update(**self.axes.render())
TypeError: update() takes no keyword arguments
I'm running python 2.3.4.
thanks,
Kevin