Control: tags -1 + upstream fixed-upstream On Fri, May 31, 2013 at 11:49:25PM +0200, David Suárez wrote: > > x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 > > -Wall -Wstrict-prototypes -fPIC > > -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 > > -c pandas/src/tseries.c -o build/temp.linux-x86_64-2.7/pandas/src/tseries.o > > pandas/src/tseries.c:1:2: error: #error Do not use this file, it is the > > result of a failed Cython compilation. > > error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 The actual error:
cythoning pandas/src/tseries.pyx to pandas/src/tseries.c
Error compiling Cython file:
------------------------------------------------------------
...
import time
^
------------------------------------------------------------
pandas/src/join.pyx:1:7: Assignment to non-lvalue 'time'
This seems to be caused by careless 'from cpython cimport *' which is
already fixed upstream.
--
WBR, wRAR
signature.asc
Description: Digital signature

