Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans for py3k support #18

Open
excentris opened this issue Jul 16, 2012 · 1 comment
Open

Any plans for py3k support #18

excentris opened this issue Jul 16, 2012 · 1 comment

Comments

@excentris
Copy link

Hi, I am working on a project that must communicate with themoviedb to retrieve some data and would like to use pytmdb3. The problem is the project I'm working on is in python 3. Do you plan on porting the code to py3k? Any idea if such task would be too hard? It would be great not to start from scratch :)

@tpoliaw
Copy link

tpoliaw commented Oct 17, 2013

2to3 will successfully convert the code to Python 3 and it works up until you try and actually get data through it. As far as I can make out, the errors are with the JSON module and the way that Py3k handles bytestreams and strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants