I\'m writing a setup script for a python distribution, foo. My code requires BeautifulSoup, so currently my directory is structured like so:
I\'m writing a setup.py which uses setuptools/distutils to install a python package I wrote. It need to install two DLL files (actually a DLL file and a PYD file) into location which is available for
I am creating rpm\'s for my project which is in pure python. I am running the command python setup.py bdist_rpm
Is开发者_如何学JAVA it possible to specify during the installer generation (or during the actual installation) a custom path for Python modules? By way of example, let\'s say I have 5 modules for whic
I\'ve built a python package that installs with a number of external files. I need to be able to read those files from a script that gets installed with the package. I can see that I can use __file__
I use Python on Mac OS X version 10.6. I recently installed the newest Mac OS X developer tools SDK, which has GCC in it.The SDKs I have are:
The Twisted Plugin Systemis the preferred way to write extensible twisted applications. However, due to the way the plugin system is structured (plugins go into a twisted/plugins directory which sho
Many posts on different aspects of this question but I haven\'t seen a post that brings it all together.
There 开发者_StackOverflow中文版is a ton of information on how to do this, but since \"there is more than one way to skin a cat\", and all the tutorials/manuals that cover a bit of the process seem to
I am trying to find a solution for a problem I am working on.I have a python program which is is using a custom built sqlite3 install (which allows > 10 simultaneous connections) and in addition requi