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

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

How Do I Check If An Rpm Package Is Installed Using Python?

I am writing a Python 2.7 app that relies on several rpm packages to be installed. There is a plann… Read more How Do I Check If An Rpm Package Is Installed Using Python?

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

Pkg_resources.distributionnotfound When Using A Module Installed From A Bdist_rpm

I am trying to create a rpm of a CLI tool I have built. The rpm is being created and is installing … Read more Pkg_resources.distributionnotfound When Using A Module Installed From A Bdist_rpm