By default it will use whatever Python was built with.
Um, which python? The one that I invoked on the command line
like this:
/usr/local/bin/python seutp.py install
Or the one that's first on the PATH? I'm suspecting it's the
latter, which isn't right...
It will be the one for the python used to run setup.py.
I changed the path so that the recently built python was first
on the path, and that didn't help. It's still using the wrong
compiler settings (which I can override) and the wrong linker
settings (which I can't override).
Just out of curiosity what is it using for the compile and link steps?
···
On 2007-11-17, Grant Edwards <grante@visi.com> wrote:
On 2007-11-17, Grant Edwards <grante@visi.com> wrote:
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!