Hi!
I’m not sure if this is maybe a newbie issue but nevertheless, I created a GUI a long time ago using wxpython 2.8. I used this example:
#----------------------------------------------------------------------------
# Name: DocViewDemo.py
# Purpose: Port of the wxWindows docview sample classes
#
# Author: Peter Yared
#
# Created: 8/1/03
# CVS-ID: $Id$
# Copyright: (c) 2003-2005 ActiveGrid, Inc. (Port of wxWindows classes by Julian Smart et al)
# License: wxWindows License
#----------------------------------------------------------------------------
#----------------------------------------------------------------------
# This isn't the most object oriented code (it is somewhat repetitive,
# but it is true to the wxWindows C++ demos.
#----------------------------------------------------------------------
This file has been truncated. show original
to get started. However this example does not work in wxpython 4+.
All I get when running this example in wxpython 4.1 is the parent frame and a stream of
TypeError: ProcessEvent() takes exactly 1 argument (2 given)
Does anyone have a similar working example for wxpython 4.1?
Many thanks in advance!
/Mahir