Hi Aaron,
Thanks for pointing me in the right direction. I added a few lines to my setup.py which attempts to discover the 'Cython/Includes/' dir and it confirms the directory you mentions.
However, my build still fails because as you can see in the dir's path you are still on EPD 6.2 (
epd-6.2-2-rh5-x86_64), not EPD 6.3 as you mentioned before (at least for building packages). There are some pretty serious differences between Cython 0.12 (EPD 6.2) and Cython 0.13 (EPD 6.3). The major issue here is that the structure of the 'Cython/Includes/' dir is completely different.
I'd rather not have to support an old (and inferior) version of Cython in my code. Is there any way for you to update to EPD 6.3? I'd imagine it is easier than EPD 7. Or at least use enpkg to update Cython on your 6.2 install...
(Really I think that the long term solution here is allowing users to select what version(s) of Python/EPD they want to build with. I understand that might take a while to implement ;).
Thanks again!
Anthony