Quote:
Originally Posted by phenomshel
Cabbages, I left a comment for you on your blog, also downloaded and tried the script, but I'm lost at the part where you "put those kids together" (I'm assuming this means the two scripts).
|
Oh, like the directions at the top of the script say, just put the mobidedrm.py script in the same directory as unswindle.pyw. That's all it means.
Quote:
Originally Posted by phenomshel
I'm also confused about the .pyw extension. Everything else I have has extension .py.
|
Things with a .py extension run in a console version of the Python interpreter. Things with a .pyw run in a non-console version, which means you don't get an ugly console window showing up for no reason. That's the only difference.