1
====== pygooglecharts-py3k ======
2
This is an unstable, testing branch of pygooglechart that has been ported to
3
py3k, I would not recomend using it in production code, or other high stability
6
All I did was to change the urllib2 things to urllib and changed xrange to range
7
, this due to the fact that urllib2 in py2.6 is the same as urllib in py3k, and
8
xrange is no longer supported/depricated from py3k.
10
I recomend helping out with the code, and making it chip-shape. And then
11
"forward port" fetures from the py2.6+ version.
15
https://github.com/gak/pygooglechart
17
git clone https://github.com/gak/pygooglechart
21
https://code.launchpad.net/~gustav-hartvigsson/+junk/pygooglechart-py3k
23
bzr branch lp:~gustav-hartvigsson/+junk/pygooglechart-py3k
26
There are some bugs that in the code due to the fact that I only did a copy
27
paste port of the code:
28
· the map test do not work.
29
· Some of the labels seem to not work?