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)

How To Get Error Log Of A Disutils Setup In Python?

I am new to Python. I have created some C/C++ extensions for Python and able to build those with th… Read more How To Get Error Log Of A Disutils Setup In Python?

How Can I Install Python Modules Programmatically / Through A Python Script?

Can I download and install Python modules from PyPi strictly inside a script, without using a shell… Read more How Can I Install Python Modules Programmatically / Through A Python Script?

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?

Importerror: No Module Named Distutils

Attempt to install psutils resulted a big headache... $ python -V Python 2.4.2 $ cat /etc/SuSE-rel… Read more Importerror: No Module Named Distutils

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?

How To Make A Pyme (python Library) Run In Python 2.4 On Windows?

I want to run this library on Python 2.4 in Windows XP. I installed the pygpgme-0.8.1.win32.exe fil… Read more How To Make A Pyme (python Library) Run In Python 2.4 On Windows?

Why Is An Egg-info File Created When I'm Using Distutils?

Below is my setup.py. I don't use anything from setuptools in my code and my project has no ext… Read more Why Is An Egg-info File Created When I'm Using Distutils?