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)?
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: