第一个python的GUI程序
时间:2007-05-27 来源:yecheng_110
import sys, os |
今天用网上某人的第一个python的GUI程序测试,结果有一个警告:
Warning (from warnings module):
File "D:\Python25\gui_test.py", line 2
from wxPython.wx import *
DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained. Please switch to the wx package as soon as possible.
改写为以上程序后,一切OK。