On Sep 24, 2009, at 10:00 PM, Jeff Forcier wrote:
Still thinking it's a problem with 10.6 or its Python (or your nosetests install.) You're using the builtin Python? How'd you install nose and the other packages, via easy_install? Are you using virtualenv?
I've had *major* problems where nose was installed into the system Python, then a virtualenv, without nose, got all confused using the nosetests in /usr/local/bin.
Put everything in a virtualenv, created with --no-site-packages, then install nose *into that virtualenv* so it's not picked up by the one in /usr/local/bin.
I'm almost sure, from the symptoms, that that's the problem. S _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
