Phoenix crash python interpreter on Windows 64

Robert Rehammar <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Hi guys,

I just installed Phoenix under Anaconda Python 3.5 64 bit under Windows 10. 
But when I run anything wxPython'ic it crashes the interpreter. This 
happens both to python and iPython and it crashes when the window created 
by the app is displayed. A minimal (non-) working example is:
import wx

if __name__ == "__main__":
    app = wx.PyApp()
    fr = wx.Frame(None, title='test')
    fr.Show() ################### Python crashes at this line
    app.MainLoop()
    del app

I have tried to Google this, but without any success. Anyone can give a 
hint?

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.