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

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)

Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a … Read more Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

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

What's Wrong With This `setup.py`?

I've been having problems withe getting setup.py to do the sdist thing correctly. I boiled it d… Read more What's Wrong With This `setup.py`?

How Do You Get Cimport To Work In Cython?

I have a directory structure as so: /my_module init.py A/ __init__.py a.pyx B/ __init__.py … Read more How Do You Get Cimport To Work In Cython?

Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error

I'm trying to build a Python package (pyspotify) with bindings to a C library (libspotify). I&#… Read more Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error