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

Excluding Source Files From Built Rpm Distribution With Setuptool

I have a typical project structure that looks as follows: EngineEmulator src ship … Read more Excluding Source Files From Built Rpm Distribution With Setuptool

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)

Python - Pip Install Pyublas : Could Not Build The Egg

I'm having trouble installing PyUblas on Ubuntu 14.04, via pip. I am using Python 2.7.6. Here g… Read more Python - Pip Install Pyublas : Could Not Build The Egg

Create A Python Executable Using Setuptools

I have a small python application that I would like to make into a downloadable / installable execu… Read more Create A Python Executable Using Setuptools

Problem Accessing Config Files Within A Python Egg

I have a Python project that has the following structure: package1 class.py class2.py ... pac… Read more Problem Accessing Config Files Within A Python Egg

Exclude Single Source File From Python Bdist_egg Or Bdist_wheel

Background: I have one source file which is responsible for security. In there are magic keys and s… Read more Exclude Single Source File From Python Bdist_egg Or Bdist_wheel