On Sat, Jul 5, 2014 at 6:21 PM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
""" try: import wxversion wxversion.select('2.9') except: pass
try: import wxversion wxversion.select('2.8') except: pass
import wx """
Actually, on both machines, I installed wxPython 3.0.
Is 3.0 OK? Or should I downgrade them to 2.9?
-Mike#2