Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

urllib2, py3.3 #14

Open
simonpa71 opened this issue Jun 17, 2013 · 3 comments
Open

urllib2, py3.3 #14

simonpa71 opened this issue Jun 17, 2013 · 3 comments

Comments

@simonpa71
Copy link

python 3.3 version installled using easyinstall under Windows7.
error:
File "C:\Python33\lib\site-packages\python_tablefu-0.4.2-py3.3.egg\table_fu__
init__.py", line 15, in
ImportError: No module named 'urllib2'

tried fixing using 2to3, but have no success yet.

@ftobia
Copy link
Contributor

ftobia commented Jun 21, 2013

The codebase looks like it's Python 2.5+ excluding Python 3. (After I worked through urllib2, StringIO started causing problems.)

@eyeseast Would you be amenable to some combination of me 1) trying to add Python 3 support, 2) using six for compatibility with Python 2 and 3 on a single codebase (http://pythonhosted.org/six/), 3) using tox to test on multiple python versions, and 4) update documentation regarding supported python versions?

@eyeseast
Copy link
Owner

@ftobia Yes please. Preferably each of those in its own pull request, if you can. (Sorry for the late reply here.)

@ftobia
Copy link
Contributor

ftobia commented Jul 11, 2013

No problem. I'll try to break up the pull requests appropriately.

FYI I've got an open pull request over on a dependent package (datadesk/latimes-statestyle#3). You wouldn't happen to know anyone over there?

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

No branches or pull requests

3 participants