Michael Hoffman wrote:
>Timothy Smith wrote:
>
>
>
>>yep the program is executed in the same dir as the pdf file. like i said
>>it actually opens it, but throws up an exception as well.
>>
>>
>
>You are far more likely to get informed help if you post the traceback
>here, as has been sugge
Timothy Smith wrote:
> yep the program is executed in the same dir as the pdf file. like i said
> it actually opens it, but throws up an exception as well.
You are far more likely to get informed help if you post the traceback
here, as has been suggested twice already.
--
Michael Hoffman
--
h
Dennis Lee Bieber wrote:
>On Tue, 02 Aug 2005 17:35:27 +1000, Timothy Smith
><[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>
>
>
>
>>it's iterally just
>>
>>PDFname = 'tmp.pdf'
>>os.startfile(PDFname)
>>
>>thats the code.
>>
>>
>>
> No "import os"?
> And the fu
Dennis Lee Bieber wrote:
>On Tue, 02 Aug 2005 15:10:23 +1000, Timothy Smith
><[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>
>
>
>>i'm very curious as to what everyone thinks
>>
>>
>
> I suspect most of us think: Where's the code?
> followed by: Where's the tra