Hello,

On StackOverflow, I asked if it was possible to package a command-line 
tool<http://stackoverflow.com/questions/13998830/include-pdftk-in-a-distributable-python-module>(specifically
 pdftk and gsview) with a Python script that used them (just 
on Windows).  One answer suggested PyInstaller, but I'm still not certain 
that willl work, since I'm not using ctypes to access the libraries (I'm 
using subprocess.call to access the tools - they're on my system path). 
 Can I just include pdftk as a resource file and dump it into a directory 
with the script?

I'm over my head on this one - thanks for any guidance you can provide.


Cheers,
Matt

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/a102-yoNbRMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to