Re: array setting and math function annoyance
Robert Bradshaw <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
On Mar 13, 2008, at 12:14 AM, Arc Riley wrote: > 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' Yes, we handle submodule naming based on the directory hierarchy to be consistent with Python. Sorry this doesn't work for you. - Robert