FS#58157 - [python-wxpython] ImportError: dynamic module does not define module export function (PyInit__core)

Attached to Project: Community Packages
Opened by Eric Anderson (ejona86) - Saturday, 07 April 2018, 19:19 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 08 April 2018, 14:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Importing wx in python3 fails

Additional info:
* package version: 4.0.1-1

Log:
$ python3
Python 3.6.4 (default, Jan 5 2018, 02:35:40)
[GCC 7.2.1 20171224] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.6/site-packages/wx/__init__.py", line 17, in <module>
from wx.core import *
File "/usr/lib/python3.6/site-packages/wx/core.py", line 12, in <module>
from ._core import *
ImportError: dynamic module does not define module export function (PyInit__core)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 08 April 2018, 14:54 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#58156 

Loading...