as the newest 0.19b2 build from
github (58131b68dc033fc7ca269d875a2aab2b4e9646a2) and the results were the
same.
Thanks,
Hannes Röst
--
Hannes Röst
Institute of Molecular Systems Biology
ETH Zürich Hönggerberg HPT C75
Wolfgang-Pauli Strasse 16
CH-8093 Zürich (Switzerland)
phone: 0041 44 633 39
wrote:
> On Fri, Apr 12, 2013 at 8:04 AM, Hannes Röst
> wrote:
> > Dear mailing list
> >
> > In the process of developing a rather large Cython project where we wrap
> the
> > scientific OpenMS library (http://sourceforge.net/projects/open-ms/)
> using
> >
Dear mailing list
I am trying to compile a program with Cython using the compiler directives and
I am running into some trouble. Specifically, I am trying to port a Cython 0.18
program to Cython 0.19 and due to changes how char * and Python str are
handled, I need to set the c_string_encoding dir
Hi Stefan
Thank for your fast and detailed answer, this is helping us a lot.
On 17 July 2013 18:24, Stefan Behnel wrote:
> Hannes Röst, 17.07.2013 14:45:
>> I am trying to compile a program with Cython using the compiler directives
>> and
>> I am running into some troubl