Thread: tab2opf
View Single Post
Old 12-08-2011, 01:00 PM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,650
Karma: 205022288
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
You usually have to preface a command with "python" so your computer knows what to interpret the script with:
Code:
python "C:\Documents and Settings\user\Desktop\tab2opf.py" -utf "C:\Documents and Settings\user\My Documents\angpol.tab"
But if that were the problem, the error would likely be different (unknown command/program or some-such).

It looks like tab2opf.py is a python 2.x.x script. You aren't, by chance, trying to run it with Python 3 are you? (If you just type "python" at a command prompt, you should be able to determine your Python version). That won't work.
DiapDealer is online now   Reply With Quote