Re: [PyMOL] pymol fails to compile

2013-07-23 Thread Thomas Holder
numpy issue fixed in svn r4036. Cheers, Thomas Thomas Holder wrote, On 07/23/13 11:18: > Hi Andreas, > > I recently made a small change regarding numpy support. Can you please > send me the output of the following command: > > ls /usr/lib64/python2.6/site-packages/numpy/core/include/numpy >

Re: [PyMOL] pymol fails to compile

2013-07-23 Thread Thomas Holder
Hi Andreas, I recently made a small change regarding numpy support. Can you please send me the output of the following command: ls /usr/lib64/python2.6/site-packages/numpy/core/include/numpy Meanwhile, just disable numpy support by removing the try/except block in setup.py line 221. Thanks, T