[Distutils] Confused about distutils2/packaging

2012-09-17 Thread Almar Klein
different docs consistent. Thanks, Almar -- Almar Klein, PhD Science Applied phone: +31 6 19268652 e-mail: a.kl...@science-applied.nl ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Compiling Cython on Windows runs into link problems because of directories containing spaces

2012-01-11 Thread Almar Klein
> Ok, I will report the bug there. I wasn't sure whether distutils had its > own issue tracker (I couldn't find it anyway). > I reported the bug and supplied a patch: http://bugs.python.org/issue13765 Almar ___ Distutils-SIG maillist - Distutils-SIG

Re: [Distutils] Compiling Cython on Windows runs into link problems because of directories containing spaces

2012-01-11 Thread Almar Klein
Dear Mark, Thanks for the response. Is this is a bug, or is this a known "feature" that I should solve in >> another manner. If this is a bug, can someone help me fix it? >> > > It probably can be considered a bug - the Python issue tracker is the > place where it should be reported (but be sure

Re: [Distutils] Compiling Cython on Windows runs into link problems because of directories containing spaces

2012-01-08 Thread Almar Klein
the only one who wants to compile stuff with the MS compiler and who has Python installed in his "program files". Why is that? Regards, Almar On 5 January 2012 11:49, Almar Klein wrote: > Hi, > > I have a problem with compiling Cython code on Windows. I think this is a >

[Distutils] Compiling Cython on Windows runs into link problems because of directories containing spaces

2012-01-05 Thread Almar Klein
Hi, I have a problem with compiling Cython code on Windows. I think this is a bug in distutils which is easy to solve. I have reproduced this on Python 2.6 and Python 3.2 (32 bit). The problem occurs with the native msvc compiler. Using gcc works fine. And I prefer using gcc, but sometimes you ju