Changes between Initial Version and Version 1 of Ticket #37558, comment 10


Ignore:
Timestamp:
Feb 28, 2013, 8:13:23 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37558, comment 10

    initial v1  
    33However, I'm getting errors with importing scipy in various examples ....
    44
    5 "try:
     5{{{
     6try:
    67    import scipy
    78except ImportError:
    89    print "Error: could not import scipy (http://www.scipy.org/)"
    910    sys.exit(1)
    10 "
     11}}}