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
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
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
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
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
I recently began learning Python, and I am a bit confused about how packages are distributed and installed.
I am new to distutils.. I am trying to include few data files along with the package.. here is my code..
The Selenium setup.py can be found at http://code.googl开发者_如何学JAVAe.com/p/selenium/source/browse/trunk/setup.py.
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
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