Changes between Initial Version and Version 1 of Ticket #45245
- Timestamp:
- Oct 2, 2014, 12:18:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45245
- Property Cc sean@… dh@… michaelld@… added
- Property Keywords python Scientific removed
- Property Port py-scientific py-numpy added
-
Ticket #45245 – Description
initial v1 3 3 I think the newest version of Numpy raises some issues with the port python-scientific. 4 4 Importing Scientific into python works, but Scientific.Functions.FirstDerivatives raises the error: 5 ------------------------------------ 5 6 {{{ 6 7 from numpy.oldnumeric import * 7 8 ImportError: No module named oldnumeric 8 ------------------------------------ 9 }}} 9 10 10 11 As oldnumeric has recently been removed from the numpy distribution, this should be tested. 11 12 oldnumeric was in numpy 1.8.0 but not anymore in numpy 1.9.0 12 13 13 Cheers, 14 Cheers, [[br]] 14 15 Romain 15 16