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

Pythonpath Is Still Ignored And Unable To Install Locally With Pip

I'm finding that my pythonpath environment variable is ignored. I'm using python 2.6 on ubu… Read more Pythonpath Is Still Ignored And Unable To Install Locally With Pip

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)

How Do I Package For Distribution A Python Module That Uses A Shared Library?

I'm writing some bindings for a C library and am not sure how to configure all this for distrib… Read more How Do I Package For Distribution A Python Module That Uses A Shared Library?

How To Create A .dylib C Extension On Mac Os X With Distutils And/or Setuptools?

I need to make a C extension with distutils (and/or setuptools) that can be used BOTH dynamically a… Read more How To Create A .dylib C Extension On Mac Os X With Distutils And/or Setuptools?

How To Strip Source From Distutils Binary Distributions?

I want to create a bytecode-only distribution from distutils (no really, I do; I know what I'm … Read more How To Strip Source From Distutils Binary Distributions?

Is `setup.cfg` Deprecated?

It's not completely clear to me, what is the status of setup.cfg. I am looking for solutions fo… Read more Is `setup.cfg` Deprecated?