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

Importing Python Package - "importerror: No Module Named..."

I know there are a lot of questions about 'ImportError: No module named...' but they ususal… Read more Importing Python Package - "importerror: No Module Named..."

Exception When Installing Setuptools On Python 2.7.6

I'm installing setuptools for Python 2.7.6 on Windows 7 64-bit machine and get the following er… Read more Exception When Installing Setuptools On Python 2.7.6

Easy_install Lxml On Python 2.7 On Windows

I'm using python 2.7 on Windows. How come the following error occurs when I try to install [lxm… Read more Easy_install Lxml On Python 2.7 On Windows

Setup.py Exclude Some Python Files From Bdist

I have a django project with this kind of architecture : setup.py project/ __init__.py manage.py… Read more Setup.py Exclude Some Python Files From Bdist

Pkg_resources.resource_filename Is Not Extracting Files

I want to package a project that contains (and uses) template html files and distribuite it as an e… Read more Pkg_resources.resource_filename Is Not Extracting Files

Python Setuptools: How Can I Install Package With Cython Submodules?

I have a python package named pytools. It contains a cython-based submodule nms. When I install the… Read more Python Setuptools: How Can I Install Package With Cython Submodules?

How Can I Use Pbr Version From Source?

My goal: I want to keep coherent versions in my GIT repository, my distribution on pypi repository,… Read more How Can I Use Pbr Version From Source?

How To Install Writable Shared And User Specific Data Files With Setuptools?

I know package_data. But it is for readonly data inside the package. Or is this assumption wrong? H… Read more How To Install Writable Shared And User Specific Data Files With Setuptools?