/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
====== pygooglecharts-py3k ======
This is an unstable, testing branch of pygooglechart that has been ported to
py3k, I would not recomend using it in production code, or other high stability
envorments.

All I did was to change the urllib2 things to urllib and changed xrange to range
, this due to the fact that urllib2 in py2.6 is the same as urllib in py3k, and
xrange is no longer supported/depricated from py3k.

I recomend helping out with the code, and making it chip-shape. And then
"forward port" fetures from the py2.6+ version.

==== Repos ====
Py2.6+ repo:
 https://github.com/gak/pygooglechart
get it with:
 git clone https://github.com/gak/pygooglechart


the py3k branch :
 https://code.launchpad.net/~gustav-hartvigsson/+junk/pygooglechart-py3k
get it with:
 bzr branch lp:~gustav-hartvigsson/+junk/pygooglechart-py3k

==== bugs ====
There are some bugs that in the code due to the fact that I only did a copy
paste port of the code:
· the map test do not work.
· Some of the labels seem to not work?