johnchoiniere / pfx_parser

A new PitchFX parser, written in python
GNU General Public License v3.0
26 stars 20 forks source link

Python 2.7 compat #1

Open bcipolli opened 8 years ago

bcipolli commented 8 years ago

I can confirm this script chokes on Python 2.7; at least because of the use of urllib.request. Using six could alleviate this

johnchoiniere commented 8 years ago

I wrote this for 3.4; I can try to add 2.7 compatibility, though - I haven't thought about that at all up to this point.

bcipolli commented 8 years ago

Yep. You expressed doubt in the article about it; I just thought I'd follow up :)