On Mar 11, 2010, at 11:45 AM, Ondrej Certik wrote: > On Thu, Mar 11, 2010 at 12:00 AM, Craig Citro <[email protected]> > wrote: >>> Did you run "python setup.py build_ext -i" locally? The compiled >>> Cython >>> parser is not automatically rebuilt on source changes. Try "make >>> clean". >>> >> >> Oh, it was just PEBKAC -- I had already made the fix I suggested to >> Ondrej in my local copy of Cython before I even downloaded the >> example. :) >> >> Ondrej -- even with that fix, you hit some other issues. I'm not >> going >> to look at this now -- hopefully tomorrow night or Friday, if no one >> beats me to it. > > I don't have time for this either now, I just wanted to quickly try it > on my project yesterday before going to sleep, and give you guys some > feedback. In general, I am impressed with this, it makes wrapping C++ > way easier.
Yes, it's so much cleaner. It's a lot of new code, and has far too few tests yet, so thanks for being adventurous and trying this out on real world code so we can at least get rid of some bugs that we didn't think of before we release. Let us know if (I should probably just say when) you find anything else. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
