View previous topic :: View next topic |
Author |
Message |
picarica Guru

Joined: 11 Aug 2018 Posts: 356
|
Posted: Tue May 13, 2025 7:01 am Post subject: Could not determine wxWidgets version. |
|
|
so hello i have emerged kicad with wxpython, but i am still unable to get any plugins working
here is screen of error
i verified both are emerged fine, the only issue i noticed is this error
Code: |
python3.12
Python 3.12.10 (main, Apr 14 2025, 08:33:32) [GCC 14.2.1 20241221] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from wx import version
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.12/site-packages/wx/__init__.py", line 17, in <module>
from wx.core import *
File "/usr/lib/python3.12/site-packages/wx/core.py", line 12, in <module>
from ._core import *
ImportError: /usr/lib/python3.12/site-packages/wx/_core.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZN14wxTranslations27GetBestAvailableTranslationERK8wxString, version WXU_3.0
|
i have both emerged against python 3.12
kicad --info
wxpython
is there something i am missing? how do i verify installation of wxpython |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31670 Location: here
|
Posted: Tue May 13, 2025 7:35 am Post subject: |
|
|
Try to rebuild x11-libs/wxGTK:3.2-gtk3 package. _________________ Questions are guaranteed in life; Answers aren't.
"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968 |
|
Back to top |
|
 |
picarica Guru

Joined: 11 Aug 2018 Posts: 356
|
Posted: Tue May 13, 2025 10:57 am Post subject: |
|
|
fedeliallalinea wrote: | Try to rebuild x11-libs/wxGTK:3.2-gtk3 package. |
tried, didnt seem to work
info of wxGTK |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31670 Location: here
|
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2334
|
Posted: Fri May 16, 2025 7:25 am Post subject: |
|
|
More specifically, see bug 955865. |
|
Back to top |
|
 |
|