fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] running tests


From: Steve Steiner (listsin)
Subject: Re: [Fab-user] running tests
Date: Thu, 24 Sep 2009 23:20:57 -0400


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]