/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to README.py3k

  • Committer: Gustav Hartvigsson
  • Date: 2011-01-03 20:24:45 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20110103202445-qh7ogio9ined8ufv
Made it compatible with Python 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
4
 
envorments.
5
 
 
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.
9
 
 
10
 
I recomend helping out with the code, and making it chip-shape. And then
11
 
"forward port" fetures from the py2.6+ version.
12
 
 
13
 
==== Repos ====
14
 
Py2.6+ repo:
15
 
 https://github.com/gak/pygooglechart
16
 
get it with:
17
 
 git clone https://github.com/gak/pygooglechart
18
 
 
19
 
 
20
 
the py3k branch :
21
 
 https://code.launchpad.net/~gustav-hartvigsson/+junk/pygooglechart-py3k
22
 
get it with:
23
 
 bzr branch lp:~gustav-hartvigsson/+junk/pygooglechart-py3k
24
 
 
25
 
==== bugs ====
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?
30