Re: building c extensions with setuptools that are not tied to python installed on build machine

2015-02-12 Thread Matthew Taylor
Ned, thank you for your insight on this problem. I will take your advice and do some more digging. You've been very helpful. Regards, - Matt Taylor OS Community Flag-Bearer Numenta On Wed, Feb 11, 2015 at 4:23 PM, Ned Deily n...@acm.org wrote: In article

Re: building c extensions with setuptools that are not tied to python installed on build machine

2015-02-11 Thread Ned Deily
In article cajv6ndphginodqq1fkh1-ubcyzq2chag7qjxsbq0_pht5z8...@mail.gmail.com, Matthew Taylor m...@numenta.org wrote: Does this make sense to anyone? I'm still a little new to Python in general (especially binary packaging), and it seems like this would be a common problem for any projects

building c extensions with setuptools that are not tied to python installed on build machine

2015-02-11 Thread Matthew Taylor
Hello pythonistas, This is my first message to this mailing list, so if my question is off-topic, please direct me to the correct mailing list. I manage the NuPIC [1] open source machine intelligence project, which is a python project with C extensions. We have a build on Travis-CI [2] that

[issue902065] fails building C++ extensions when configured --without-cxx

2010-07-10 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks, closing. -- nosy: +georg.brandl resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue902065

[issue902065] fails building C++ extensions when configured --without-cxx

2010-07-09 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This can be closed as a duplicate as Lib/distutils/sysconfig.py already refers to LDSHARED and CCSHARED. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org

[issue902065] fails building C++ extensions when configured --without-cxx

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch stage: - test needed type: - behavior versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue902065 ___

Building C extensions

2006-11-06 Thread Paolo Pantaleo
Well I'm just courious: if I want to buid a C extension, I shoul use the same compiler that has been used to build python (right?). Since python has been built using Visual C, how can I build an extension if I don't have Visual Studio? PAolo -- http://mail.python.org/mailman/listinfo/python-list

Re: Building C extensions

2006-11-06 Thread casevh
Paolo Pantaleo wrote: Well I'm just courious: if I want to buid a C extension, I shoul use the same compiler that has been used to build python (right?). Since python has been built using Visual C, how can I build an extension if I don't have Visual Studio? PAolo Use mingw32. It should

Re: Building C extensions

2006-11-06 Thread Martin v. Löwis
Paolo Pantaleo schrieb: Well I'm just courious: if I want to buid a C extension, I shoul use the same compiler that has been used to build python (right?). Since python has been built using Visual C, how can I build an extension if I don't have Visual Studio? If you don't have mingw32,