Re: [Numpy-discussion] OT: request help building pymex win64

2010-07-03 Thread Robin
On Fri, Jul 2, 2010 at 6:10 PM, David Cournapeau wrote: > Also, I would double check the issue is not something else altogether, Hi, I got it working eventually - it was something else altogether! I had made some mistakes in the changes I had made to get it to compile with visual studio that wer

Re: [Numpy-discussion] OT: request help building pymex win64

2010-07-02 Thread David Cournapeau
On Sat, Jul 3, 2010 at 1:58 AM, Robin wrote: > On Fri, Jul 2, 2010 at 5:47 PM, David Cournapeau wrote: >> >> The problem may be that matlab is built with one runtime, and Python >> with another Unless your matlab is very recent, it is actually >> quite likely to be compiled with VS 2005, whic

Re: [Numpy-discussion] OT: request help building pymex win64

2010-07-02 Thread Ken Watford
That's an excellent point. I've noticed on my (Linux) workstation that pymex works fine, but PyCUDA fails to import properly, because PyCUDA is a Boost::Python project and expects a different libstdc++ than the one that MATLAB jams into its LD_LIBRARY_PATH. (I got around this using an evil LD_PRELO

Re: [Numpy-discussion] OT: request help building pymex win64

2010-07-02 Thread Robin
On Fri, Jul 2, 2010 at 5:47 PM, David Cournapeau wrote: > > The problem may be that matlab is built with one runtime, and Python > with another Unless your matlab is very recent, it is actually > quite likely to be compiled with VS 2005, which means you should use > python 2.5 instead (or buil

Re: [Numpy-discussion] OT: request help building pymex win64

2010-07-02 Thread David Cournapeau
On Sat, Jul 3, 2010 at 1:37 AM, Robin wrote: > Hi, > > Sorry for the offtopic post but I wondered if any Windows experts who > are familiar with topics like linking python on windows and visual > studio runtimes etc. might be able to help. > > I'm on a bit of a mission to get pymex built for 64 bi

[Numpy-discussion] OT: request help building pymex win64

2010-07-02 Thread Robin
Hi, Sorry for the offtopic post but I wondered if any Windows experts who are familiar with topics like linking python on windows and visual studio runtimes etc. might be able to help. I'm on a bit of a mission to get pymex built for 64 bit windows. Pymex ( http://github.com/kw/pymex ) is a matla