Re: [e-users] econnman and python-efl

2025-06-21 Thread daniel antoine
Hi Conrad Hi Dave I have opened a ticket in 2024 about the problem of compiling econnman with python 3.12. here is the content of my contact "Since an upgrade of python to the version 3.12 I can compile python-efl but just by using the tarball provided by the enlightenment site python-efl-1.26.1.

Re: [e-users] econnman and python-efl

2025-06-21 Thread Conrad Knight
> From: Davide Andreoli > This last error Is your issue: you need Cython 2.x to build pyefl Really? You'd think, since cython is a new requirement for the git version of python-efl over the previously released version, there would be a mention somewhere that you need an older version of cython...

Re: [e-users] econnman and python-efl

2025-06-19 Thread Davide Andreoli via enlightenment-users
Messaggio originale 19/06/25 01:44, Conrad Knight ha scritto: > I noticed recently that econnman has stopped working. I get the following > error: > > $ econnman-bin > Traceback (most recent call last): >File "/usr/bin/econnman-bin", line 18, in > import efl.eva

[e-users] econnman and python-efl

2025-06-18 Thread Conrad Knight
I noticed recently that econnman has stopped working. I get the following error: $ econnman-bin Traceback (most recent call last): File "/usr/bin/econnman-bin", line 18, in import efl.evas as evas ModuleNotFoundError: No module named 'efl' During handling of the above exception, another ex