Skip to content Skip to sidebar Skip to footer
Showing posts with the label Executable

Creating Self-contained Python Applications

I'm trying to create a self-contained version of pisa (html to pdf converter, latest version), … Read more Creating Self-contained Python Applications

Python Deployment And /usr/bin/env Portability

At the beginning of all my executable Python scripts I put the shebang line: #!/usr/bin/env python … Read more Python Deployment And /usr/bin/env Portability

How To Specify Python Version And Library Versions For Pyinstaller Executable

When creating an executable file using PyInstaller, how can I bundle a specific Python interpreter … Read more How To Specify Python Version And Library Versions For Pyinstaller Executable

Executing Python Program

I have been searching the web for an answer now for quite a while, but this is giving me really hea… Read more Executing Python Program

How To Get Output Of A Lisp Program Into Python?

I've got a very large Lisp project whose output I'd like to programmatically pipe to a Pyth… Read more How To Get Output Of A Lisp Program Into Python?

Distribute Python Code As Executable For Mac/windows/linux

I am working on an interesting tool which I feel has good value and may eventually want to open sou… Read more Distribute Python Code As Executable For Mac/windows/linux