setup.py
Require BeautifulSoup in a Python Package - What's needed in setup.py?
I\'m writing a setup script for a python distribution, foo. My code requires BeautifulSoup, so currently my directory is structured like so:[详细]
2023-04-08 11:36 分类:问答setup.py and source control repository
I am about to build a new python lib and I was seeking information concerning packaging in Python. I understand that \"setup.py\" is the script that controls everything. I wonder how to deal with it[详细]
2023-04-05 16:57 分类:问答Python: multiple packages with multiple setup.py files
I\'m having a hard time constructing my Python setup.py files to do what I want. I have one pacakge set up like this:[详细]
2023-03-31 01:41 分类:问答When to use pip requirements file versus install_requires in setup.py?
I\'m using pip with virtualenv to package and install some Python libraries. I\'d imagine what I\'m doing is a pretty common scenario.I\'m the maintainer on several libraries for which I can specify[详细]
2023-03-26 04:20 分类:问答Modeller script build_profile.py doesnt get the correct output
9 for protein structure modelling, by the way it runs on python2.3, i made the installation previously, when i run the script the output isnt rigth it should be an aligment of all the protein sequence[详细]
2023-03-25 04:50 分类:问答How may I override the compiler (GCC) flags that setup.py uses by default?
I understand that setup.py uses the same CFLAGS that were used to build Python. I have a single C extension of ours that is segfaulting. I need to build it without -O2 because -O2 is optimizing out so[详细]
2023-03-25 04:26 分类:问答How to add a variable in Directory MSI table using msilib
I want to use a path edit control in my setup application I am designing using Python msilib. But I am getting an error in the MSI saying:[详细]
2023-03-13 13:36 分类:问答library path for setup.py?
When trying to build numpy on a linux platform, I can\'t make the configure script look in the right place.[详细]
2023-03-05 17:48 分类:问答Not install all files in site_packages using setup.py
When i install software(XYZ) using setup.py file using command \"python setup.py install\" it copy only files present in parent directory to the folder present in site_packages/XYZ .in setup file i de[详细]
2023-03-04 13:01 分类:问答Check all dependencies of python software before installing in window
i make the single exe file for installing my software in window using \"python setup.py bdist_wininst\" but when install this software using exe it check only for python install in system or not , it[详细]
2023-03-04 10:03 分类:问答