Python 不能直接使用 wxWidgets,還需要安裝 wxPython 才行。Asus 並沒有提供 wxPython 套件,只好跟 Ubuntu 借。方法如下:
- 在 /etc/apt/sources.list 新增以下這一行 (或其他 Ubuntu mirror):
- deb http://free.nchc.org.tw/ubuntu dapper main universe
- 然後到 console 執行以下指令:
- sudo apt-get update
- sudo apt-get install python-wxgtk
- libwxgtk2.6-0 (2.6.1.2ubuntu2)
- python-wxversion (2.6.1.2ubuntu2)
- python-wxgtk2.6 (2.6.1.2ubuntu2)
- http://www.wxpython.org/test7.py.html
- http://yenjinc.info/?p=46
(python:4924): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)'還不知道怎麼解決這現象。不過,將就用用還可以...
(python:4924): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(python:4924): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)'
(python:4924): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
沒有留言:
張貼留言