19 Mar
2011
19 Mar
'11
12:44 a.m.
Hi Stefan, I had an opportunity to look at a few things tonight and found my first landmine :P I had installed scikits.learn using pip and after cloning scikits.image from my fork on github I could not get it to import scikits.image. After much tearing of hair I realized that it (seems to have been) that having a scikit in site-packages and one on the PYTHONPATH caused it to "short-circuit" it's search early. Removing scikits.learn fixed the issue, and I just cloned learn from git and added it to my pythonpath and now I can use both (with both built in place). -Dan