> > 2008/4/10, Gustavo Martinez <[EMAIL PROTECTED]>: > > > I've checked and I have python-wxgtk2.8 installed. Also at the configure > > > step I use --with-python --with-wxwidgets and it lists wxpython as yes. > > > > that's strange, try > > > > python > > > > >>> import wx
> [EMAIL PROTECTED]:~$ python > Python 2.4.5 (#2, Mar 11 2008, 23:38:15) > [GCC 4.2.3 (Debian 4.2.3-2)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import wx > > Traceback (most recent call last): > > File "<stdin>", line 1, in ? > > ImportError: No module named wx then wxPython is missing or you have installed wxPython for other version of python on your system (e.g. python2.5) ? that's strange, for Debian Sid (which I am also using) is default python2.4 so wx packages should be installed for that version. dpkg -L python-wxgtk2.8 | grep _core_ ? Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
