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

How To Put My Python C-module Inside Package?

I would like to gather multiple Python modules under one package, so they do not reserve too many n… Read more How To Put My Python C-module Inside Package?

Python Distutils - Change Path Rpm Installs To

I have Python 2.7.5 and am using distutils (python setup.py bdist_rpm) to create the following RPM.… Read more Python Distutils - Change Path Rpm Installs To

Top-level Package Handling With Setuptools (or Another Python Egg Builder)

I am writing a little python app. I want to be able to easily deploy the app. I know that python 2.… Read more Top-level Package Handling With Setuptools (or Another Python Egg Builder)

Place Pre-compiled Extensions In Root Folder Of Non-pure Python Wheel Package

TL;DR How do you get distutils/setuptools to include a non-pure data file correctly? I've got a… Read more Place Pre-compiled Extensions In Root Folder Of Non-pure Python Wheel Package

Python, Importerror: Undefined Symbol: G_utf8_skip

There are like tens of similar questions on StackOverflow, but after several hours of lurking I fin… Read more Python, Importerror: Undefined Symbol: G_utf8_skip

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?