On Tue, Sep 6, 2016 at 7:31 PM, Rich Shepard <[email protected]> wrote: > On Tue, 6 Sep 2016, Anna Petrášová wrote: > >> Can you run 'import numpy' for example from GUI Python shell? >> The imports in GUI look correct to me. > > > Anna, > > Yes: > > GRASS 7.3.svn > (Oregon-Dayton):~/projects/oregon/project/data/topography > > python > Python 2.7.5 (default, May 29 2013, 03:26:28) [GCC 4.8.0] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> >>>> import numpy >>>> > > Does this mean I ignore the startup errors?
the error means that 'import numpy' fails, so I am surprised it works for you otherwise. The import happens in gui_core/wxlibplot.py, wxplot/profile.py and nviz/wxnvix.py if you want to investigate more. > > Thanks, > > Rich > > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
