On Mon, Feb 8, 2010 at 3:02 PM, Jack Culpepper <jackculpep...@gmail.com> wrote: > On Mon, Feb 8, 2010 at 12:38 PM, Jonathan Ellis <jbel...@gmail.com> wrote: >> On Mon, Feb 8, 2010 at 2:25 PM, Jack Culpepper <jackculpep...@gmail.com> >> wrote: >>> Are you running on a platform that doesn't care about capitalization? >> >> Yes. If you're building Thrift on windows you're only the second >> person I know to have done so. :) >> > > Your platform *cares* about capitalization, right? Maybe I'm missing > something, but how can you "from Constants import VERSION"? The file > containing VERSION is called "constants.py" in the tree.
Ah, I see. Yes, my linux VM is accessing a NTFS fs here. Fixed in r907797. > No exceptions. I actually get a different error when I run the tests now. Sorry, I have no useful suggestions here, other than passing the -x flag to nosetests to get it to quit at first error. -Jonathan