Quote:
Originally Posted by Skydog
Joblack,
Yes, of course. I did replace it with the actual file name. What I was saying was that regardless of including or not including "$" it was not successful.
What I was asking, perhaps poorly, was if the pdf filename should follow the scriptname (in this case ineptpdf.pyw). None of these methods work for me.
Thank you.
|
No the $ only gives a hint that it is a variable to be substituted. Indentation is a problem with the python indentation (python needs it to work).
Read a little bit about indentation and check the script for that (most probably there are spaces instead of tabulator spaces. Perhaps the wrong download source (if other people got it right).