Karsten Hilbert
2014-10-05 17:10:24 UTC
When running the wxPython 3.0 demo while wxPython 2 is
installed a warning is shown that some incompatibilities may
show up. After that the demo throws an exception due to
app introspection initiation.
Might it be possible, however, to make use of wxversion
similar to this pseudocode:
try:
import wxversion
try:
select_required_version_of_wx()
except wxversion.VersionError:
raise ImportError
except ImportError:
if not required_wx_version_active():
show_warning()
startup()
?
This change would make it possible to properly run either of
the wxp2 or wxp3 demo on a machine having both wxp2 and wxp3
installed.
Thanks,
Karsten
installed a warning is shown that some incompatibilities may
show up. After that the demo throws an exception due to
app introspection initiation.
Might it be possible, however, to make use of wxversion
similar to this pseudocode:
try:
import wxversion
try:
select_required_version_of_wx()
except wxversion.VersionError:
raise ImportError
except ImportError:
if not required_wx_version_active():
show_warning()
startup()
?
This change would make it possible to properly run either of
the wxp2 or wxp3 demo on a machine having both wxp2 and wxp3
installed.
Thanks,
Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.