Open GoogleCodeExporter opened 9 years ago
Hi, noticed you're looking at this when I a fresh version out this morning. If
you've not already tried it, I think replacing line 7:
import commands
with:
if(sys.version_info.major==3):
import subprocess
else:
import commands
Might go some way to allowing execution under both versions of python. The
interpreter seems happy enough, but I'll have to wait until I finish PyQt
compiled into Python 3.2 before I can confirm this.
Original comment by steakand...@gmail.com
on 10 Jan 2013 at 7:05
[deleted comment]
[deleted comment]
Thanks, Ill be sure to include this change in the next update
Original comment by savioboy...@gmail.com
on 10 Jan 2013 at 8:56
Original issue reported on code.google.com by
steakand...@gmail.com
on 7 Jan 2013 at 5:29