|
- hua@hua:09$ python moz.py
- Traceback (most recent call last):
- File "moz.py", line 15, in ?
- from SimpleGladeApp import SimpleGladeApp
- ImportError: No module named SimpleGladeApp
复制代码
- Python 2.4.1 (#2, May 5 2005, 09:45:41)
- [GCC 4.0.0 20050413 (prerelease) (Debian 4.0-0pre11)] on linux2
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import os
- >>> import gtk
- >>> from SimpleGladeApp import SimpleGladeApp
- Traceback (most recent call last):
- File "<stdin>", line 1, in ?
- ImportError: No module named SimpleGladeApp
- >>>
复制代码
谢谢 |
|