Quote:
Originally Posted by SGOKEE
1: I have my adeptkey. but nothing happens when I run the 7.0 version of ineptpdf.pyw file.
|
Try the following:
- Open Command Prompt (run cmd.exe).
- Change the directory to where you saved the pyw scripts
i.e. - Run ineptpdf.pyw by invoking python first as follows:
Code:
python ineptpdf.pyw
If that does not work, then try running it with pythonw as follows:
Code:
pythonw ineptpdf.pyw
After running your scripts by invoking python or pythonw, you should get at least an error message that can be used to find out what is going wrong.