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