On 1/12/12 7:52 AM, Ed Leafe wrote:
>       That's a very odd traceback to get, since the code for that import is 
> inside of a try block that should deal with it:
>
>    5 try:
>    6     import numpy.oldnumeric as _Numeric
>    7 except ImportError:
>    8     _Numeric = False
>    9 except StandardError, e:
>   10     # Report the error, and abandon the import
>   11     dabo.log.error(_("Error importing numpy.oldnumeric: %s") % e)
>   12     _Numeric = False

Actually, there isn't a try block:

http://trac.dabodev.com/browser/trunk/demo/samples/dLinePlot.py

Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to