On Thu, 28 Aug 2008 12:58:05 -0500 "Robert Kern" <[EMAIL PROTECTED]> wrote: > On Thu, Aug 28, 2008 at 12:55, Matthew Brett ><[EMAIL PROTECTED]> wrote: >> Hi, >> >>> find . -name example.py >>> >>> in my svn/numpy directory yields >>> >>> ./doc/example.py >>> ./doc/newdtype_example/example.py >> >> Ah - how strange - I just tried deleting my doc >>directory and checking >> it out again, and don't have those files or directory... > > He's talking about the root trunk/doc/ directory (named >svn/numpy/doc/ > on his machine), not the trunk/numpy/doc/ directory. >However, the file > that is getting picked up earlier is installed into >site-packages, > meaning it is from an old installation. > > Nils, remove the site-packages/numpy/ directory and >reinstall numpy. > > -- > Robert Kern > > "I have come to believe that the whole world is an >enigma, a harmless > enigma that is made terrible by our own mad attempt to >interpret it as > though it had an underlying truth." > -- Umberto Eco > _______________________________________________ > Numpy-discussion mailing list > [email protected] > http://projects.scipy.org/mailman/listinfo/numpy-discussion
Works for me. Thank you very much ! Nils Ran 1716 tests in 24.268s OK (SKIP=1) <nose.result.TextTestResult run=1716 errors=0 failures=0> _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
