How to open a pdf

Create a button or link- in its event handler just call ShellExecute()
or ShellExecuteEx(), which is part of the PyWin32 extensions

···

On Dec 8, 7:34 am, Ignacio <ignacio.pu...@gmail.com> wrote:

Hi,

I'm making an application, and I would like to include a link or a button to
open a pdf that resides in the same folder as the .py archive, so I could
take both of them to another computer and run the program (and open the
pdf).

Do you know how I could do it?

Thanks,

Ignacio