Re: array setting and math function annoyance

"Arc Riley" <[email protected]>
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
> You could file a bug at https://launchpad.net/cython/ and note that
> it also affects Pyrex.
>

We'd be using Cython if it were not for a few pesky bugs we've yet to work
around, namely our source is arranged in a manner which Cython cannot
handle;

src/<extension>/soy.<extension>.pyx which includes
src/<extension>/<EachClass>.pxi

The resulting compile, as you could likely guess, raises errors such as:
  AttributeError: 'src.colors.soy.colors.Color' object has no attribute '_a'

I love a lot of what you guys are doing, as well as your project goals and
organization.  There's a number of Cython features that would make our code
cleaner, but we also find the way our source is arranged very useful for our
purposes.

If you could suggest how to override this behavior it'd be much appreciated.

Here's our setup.py script, which uses Pyrex.Compiler directly and includes
some OS conditionals and other tricks which may be obsolete:
  http://www.pysoy.org/browser/trunk/pysoy/setup.py

_______________________________________________
Pyrex mailing list
[email protected]
http://lists.copyleft.no/mailman/listinfo/pyrex
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.