I\'m trying to include some data files in a python package using the setuptools package_data option. I\'m then accessing the files with pkg_resources. This works perfectl开发者_高级运维y when the pyth
I can\'t seem to install zlib properly, I installed Python from source on Ubuntu10.4 \'######## edit #####################
I\'m installing a python egg using setup开发者_如何转开发tools with the \"python setup.py develop\" command.It\'s important that all install paths be relative.I see that I can do:
I\'m writing a tool to automatically generate .egg files from python projects. The tool basically discovers some properties to guess the setup options (such as ver开发者_如何学JAVAsion number etc).
I\'m attempting to add a video extension to the Python Markdown-2.0.3-py2.7.egg Things aren\'t working, so I want to use pdb debugger to see what\'s going on.
I\'m developing a django app which depends on an app in a private bitbucket repos开发者_如何学JAVAitory, for example ssh:/...@bitbucket.org/username/my-django-app.
i am using setuptools to create and upload a sdist package to PyPI. however everytime i run python setup.py sdist, it includes the dist/ folder and its contents, which i dont want . this behavoir do
When running Pip with a requirements.txt file which has fixed versions, we get the following error (or similar)开发者_开发技巧:
When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a \"PROJECT-egg.info\" file in the zip inside my \"dist\" folder, which I don\'t use, but it doesn\'t hurt
What\'s the best way to install two python modules with the same name? I currently depend on two different facebook libraries: pyfacebook and Facebook\'s new python-sdk. Both of these libraries instal