From: Anders W. <and...@gm...> - 2008-06-17 17:37:17
|
> With visual-3.2.9 you're using the older Numeric, not the newer numpy. It > does seem plausible that there could be some problems with Numeric in a > 64-bit environment, since it was developed and debugged long before 64-bit > computers were generally available. I don't know what would have to be > changed to get around this problem (and I myself don't have access to a > 64-bit machine). > It might be interesting to see what happens with the beta version of > Visual, since it is based on numpy. Yes! I downloaded visual-4.beta26 and installed all the dependencies that ./configure insisted on (including numpy), then installed with 'sudo make install', and now all the demos work fine. related to version numbers, what does this number mean? >>> visual.__version__ '1.0.4' Anders |