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

Python Packaging Multiple Subpackages With Different Data Directories

I have a structure of the directory as such with foobar and alphabet data directories together with… Read more Python Packaging Multiple Subpackages With Different Data Directories

How To Depends Of A System Command With Python/distutils?

I'm looking for the most elegant way to notify users of my library that they need a specific un… Read more How To Depends Of A System Command With Python/distutils?

How To Compile Python Code That Uses Boto To Access S3?

I'm trying to compile a simple Python program, that uploads files to an S3 bucket using the bot… Read more How To Compile Python Code That Uses Boto To Access S3?

Distribute Executable Module

I developed a program consisting of a package which is executable (i.e. two files x/__init__.py and… Read more Distribute Executable Module

How To Exclude Unnecessary Qt *.so Files When Packaging An Application?

After the successful packaging of my PySide app using PyInstaller, I've found lots of different… Read more How To Exclude Unnecessary Qt *.so Files When Packaging An Application?