distutils
Change the gcc version that distutils uses
I\'m on Snow Leopard, and want distutils to use gcc 4.0 and not 4.2, can anyone tell me how to make it do that? I\'ve tried changing the /usr/bin/g* symlinks, 开发者_如何学运维and setting the C* envir[详细]
2023-01-06 22:57 分类:问答Cross-compiling python extensions under Linux using distutils
Is there any way to compile bot开发者_高级运维h Windows and Linux versions of Python/distutils/SWIG/C++ extensions under Linux? As far as I understand the problem is at least in obtaining windows vers[详细]
2023-01-06 19:51 分类:问答GCC not recognising standard header files when using swig and distutils
I\'m trying to generate a python wrapper for a C++ library that I am putting together. I have just come across SWIG and am trying to use this in conjunction with distutils. I\'m modifying someone else[详细]
2023-01-06 15:25 分类:问答Python distutils builds extensions differently on different machines
I have been working on a Python extension module with lots of files. While building on one machine, python setup.py build will ha开发者_StackOverflow中文版ppily detect changed files, build just those[详细]
2023-01-05 17:17 分类:问答Python can't locate distutils_path on Mac OSX
I\'ve been using virtualenv + pip for python development.I\'m not sure what happened, 开发者_JAVA百科but suddenly whenever I try to run a command-line tool or import libraries, I get this error messag[详细]
2023-01-05 09:12 分类:问答Python packages installation in Windows
I recently began learning Python, and I am a bit confused about how packages are distributed and installed.[详细]
2023-01-05 03:47 分类:问答python distutils does not include data_files
I am new to distutils.. I am trying to include few data files along with the package.. here is my code..[详细]
2023-01-03 03:51 分类:问答Directory ignored by "setup.py"
The Selenium setup.py can be found at http://code.googl开发者_如何学JAVAe.com/p/selenium/source/browse/trunk/setup.py.[详细]
2023-01-02 17:11 分类:问答2 techniques for including files in a Python distribution: which is better?
I\'m working on packaging a small Python project as a zip or egg file so that it can be distributed. I\'ve come across 2 ways to include the project\'s config files, both of which seem to produce iden[详细]
2023-01-02 09:12 分类:问答Setuptools not passing arguments for entry_points
I\'m using setuptools for a Python script I wrote After installing, I do: $ megazord -i input -d database -v xx-xx -w yy-yy[详细]
2022-12-30 09:21 分类:问答