[GRASS-dev] WxPython GUIs on Debian/stable?

Hamish hamish_nospam at yahoo.com
Wed Oct 25 02:28:13 EDT 2006


Hi,

I am trying to get the WxPython GUIs started on Debian/stable (sarge).

cd grass63/gui/wxpython

G:wxpython > r.shaded.relief --interface-description | ./grassgui.py 
Traceback (most recent call last):
  File "./grassgui.py", line 33, in ?
    import wx
ImportError: No module named wx


# apt-get install libwxgtk2.4-python   # Version: 2.4.3.1

G:wxpython > r.shaded.relief --interface-description | ./grassgui.py 
Traceback (most recent call last):
  File "./grassgui.py", line 45, in ?
    import subprocess
ImportError: No module named subprocess


where do I get "subprocess" ?




interesting: "python-opengl" package

Description: Python binding to OpenGL
 PyOpenGL is a cross-platform open source Python binding to the standard
 OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the
 GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter,
 wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python
 windowing library which can provide an OpenGL context).



thanks,
Hamish




More information about the grass-dev mailing list