Re: wxPython 4.0.0a3

Michael Eager <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel,gmane.comp.python.wxpython
Message-ID <[email protected]>
I On Sunday, June 4, 2017 at 8:17:09 PM UTC-7, Robin Dunn wrote:
>
> Announcing wxPython 4.0.0a3 
> =========================== 
>
> https://pypi.python.org/pypi/wxPython/4.0.0a3 
>
> I built the latest sources using python3.4.  

When I run python3 and do "import wx", I get the following error:
>>> import wx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.4/site-packages/wx/__init__.py", line 17, in 
<module>
    from wx.core import *
ImportError: No module named 'wx.core'

There's no core.py installed:
$ ls /usr/lib64/python3.4/site-packages/wx/core.py
ls: cannot access /usr/lib64/python3.4/site-packages/wx/core.py: No such 
file or directory

I don't find core.py in the build tree. There is wx/core.pyi.  

Am I building something incorrectly?

-- 
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.