Hello, my question is a strange thing, but if in wxpython I have created a window in the main.py file
import wx
import wx.xrc
#from accion import evento
class MyFrame(wx.Frame):
def __init__(self, parent):
wx.Frame.__init__(self,...
asked by
03.07.2018 / 04:26