On Tue, Jan 27, 2009 at 10:00:15AM +0530, Christopher Lee wrote: -> Marek, I suggest that you summarize Pygr's exact Pyrex version -> dependencies, since they seem to be multiplying... For example, I -> remember a couple of different Pyrex bugs that make the Pyrex version -> crucial. I think they're both in the issue tracker. Getting rid of -> "prefixed module filenames" would add a third dependency (since Istvan -> says this was only added in 0.9.8). I suggest you add your summary to -> the tracker as a new 0.8 issue "What pyrex version should pygr -> require?", and then the developer group can discuss and decide this -> issue. Finally, we'll also add this dependency information to both -> the documentation and setup.py pyrex version check.
There were two issues I had with pyrex, one of which is fixed and one of which isn't: http://groups.google.com/group/pygr-dev/browse_thread/thread/793289d312a90d71/809a10eb2362eac0?lnk=gst&q=pyrex+seqdb#809a10eb2362eac0 http://groups.google.com/group/pygr-dev/browse_thread/thread/123a4a6b92d7abe8/6f7538876e3f9e14?lnk=gst&q=pyrex+seqdb#6f7538876e3f9e14 If we distribute packages and not source, we should be sure to build with the latest Pyrex. If we distribute source, we should be sure to compile the pyx files with the latest version of Pyrex and include them. Other than that, let's just be sure to write tests for pyx version issues. cheers, --titus -- C. Titus Brown, [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
