> Thanks for the fast reply... it nevertheless leaves me with a problem ;0) > How do I apply it...? > > I tried > jfmou...@jfm:/usr/lib/python2.5/site-packages/Cython/Compiler$ patch > -p0 </home/jfmoulin/Downloads/T155.patch
cd ../.. patch -p1 < ... should work. If you have hg installed you can also try "hg import thepatch" If this fails (likely because the development version has drifted too far from the release) you can either apply it manually by finding the relevant spot, or download the development trunk (which should be fairly OK now): Click the download icons next to cython-devel at http://hg.cython.org/ Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
