setup.py
How do I stop setup.py from trying to include -arch ppc on MacOSX builds?
It appears that Xcode4 doesn\'t include PPC as a build option anymore.When using setup.py for modules that include C extensions, setup.py always attempts the build with these options:[详细]
2023-03-03 23:59 分类:问答setup.py imports not working correctly
I\'m trying to install a simple python library I created and think I may be missing a step. The setup goes fine (or runs at least) but when I import it doesn\'t work as I expect.[详细]
2023-03-01 03:36 分类:问答imdbpy and setuptools - dependency problem
Currently I\'m working on one of my first python projects so sorry in advance if some problems seems to be a bit too simple... Anyway.[详细]
2023-02-21 19:34 分类:问答want to use distutils to install my python app with a "one-click" launcher file
I\'m trying to figure out how to make my program installable via distutils. My end goal is to make a .deb installer for ubuntu users. The main issue is getting a \"one-click\" launcher file to work.[详细]
2023-02-18 21:13 分类:问答In setup.py or pip requirements file, how to control order of installing package dependencies?
I\'ve got a Python package with its setup.py having dependencies declared via the usual way, in install_requires=[...].One of the packages there, scikits.timeseries, has a setup.py expecting numpy to[详细]
2023-02-10 16:34 分类:问答Call a function in a module after setup.py installation
I\'ve got a program/joke that needs a reasonably large data structure to operate, (a dictionary that takes a few开发者_JS百科 seconds to construct) and I would like to create and pickle it into the in[详细]
2023-01-20 08:46 分类:问答Why does "python setup.py sdist" create unwanted "PROJECT-egg.info" in project root directory?
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[详细]
2023-01-17 12:59 分类:问答Setuptools not found
I am switching from Linux to OSX and when I run our build\'s setup.py script, I get an error message that contains the text[详细]
2023-01-14 06:31 分类:问答python c extension, problems with dlopen on mac os
I\'ve taken a library that is distributed as a binary lib (.a) and header, written some c++ code against it, and want to wrap the results up in a python module.[详细]
2022-12-30 01:37 分类:问答setup.py install dependency too?
I have a python source distribution, and it depends on some other modules that I\'ve also made. The directory tree looks like this.[详细]
2022-12-29 06:52 分类:问答
加载中,请稍侯......