On Thu, Apr 14, 2011 at 3:06 AM, Martin Rubey
wrote:
> Robert Bradshaw writes:
>
>> On Wed, Apr 13, 2011 at 7:19 AM, Martin Rubey
>> wrote:
>>> Simon King writes:
>>>
On 13 Apr., 15:53, Martin Rubey
wrote:
> > 2) The spyx file gets a header prepended, meaning that the #cython ...
Simon King writes:
> On 14 Apr., 12:06, Martin Rubey
> wrote:
>> Please bear with me - what would that mean? Yes, the first line of
>>
>> /home/martin/martin/TeXSource/Mathematik/configs.spyx
>>
>> contains this
>>
>> # cython: profle=True
>
> Note the type (profle versus profile). Is it the sa
On 14 Apr., 12:06, Martin Rubey
wrote:
> Please bear with me - what would that mean? Yes, the first line of
>
> /home/martin/martin/TeXSource/Mathematik/configs.spyx
>
> contains this
>
> # cython: profle=True
Note the type (profle versus profile). Is it the same in the file?
Cheers,
Simon
Robert Bradshaw writes:
> On Wed, Apr 13, 2011 at 7:19 AM, Martin Rubey
> wrote:
>> Simon King writes:
>>
>>> On 13 Apr., 15:53, Martin Rubey
>>> wrote:
> 2) The spyx file gets a header prepended, meaning that the #cython ...
> pragmas are not at the top of the file anymore, and so a
On Wed, Apr 13, 2011 at 7:19 AM, Martin Rubey
wrote:
> Simon King writes:
>
>> On 13 Apr., 15:53, Martin Rubey
>> wrote:
>>> > 2) The spyx file gets a header prepended, meaning that the #cython ...
>>> > pragmas are not at the top of the file anymore, and so are not
>>> > applied. (Similar issue
Simon King writes:
> On 13 Apr., 15:53, Martin Rubey
> wrote:
>> > 2) The spyx file gets a header prepended, meaning that the #cython ...
>> > pragmas are not at the top of the file anymore, and so are not
>> > applied. (Similar issues happen with __future__ imports).
>>
>> ... How
>> could I ci
On 13 Apr., 15:53, Martin Rubey
wrote:
> > 2) The spyx file gets a header prepended, meaning that the #cython ...
> > pragmas are not at the top of the file anymore, and so are not
> > applied. (Similar issues happen with __future__ imports).
>
> ... How
> could I circumvent 2)?
Just guessing: Us