julian-klode / dir2ogg

Official repository of dir2ogg
https://jak-linux.org/projects/dir2ogg/
GNU General Public License v2.0
15 stars 6 forks source link

python 3 migration #9

Closed je-vv closed 5 years ago

je-vv commented 5 years ago

dir2ogg is written for python 2. As python 2 is soon to cease support, it should be migrated to python 3. If installed as a python 3 sw, just executing dir2ogg one gets the following error:

File "/usr/bin/dir2ogg", line 145
print 'INFO: %s' % msg
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('INFO: %s' % msg)?

julian-klode commented 5 years ago

Oh wow, yeah that's true.

julian-klode commented 5 years ago

Fixed in 0.13