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.tar.xz. With the last commit concerning cython
it's impossible to
compile with my version of cython 3.10. I can compile econnman but it
fails in error when I try to use it

antoine@grat-os1:~$ econnman-bin
Traceback (most recent call last):
  File "/usr/bin/econnman-bin", line 77, in <module>
    from configparser import SafeConfigParser
ImportError: cannot import name 'SafeConfigParser' from 'configparser'
(/usr/lib/python3.12/configparser.py). Did you mean:
'RawConfigParser'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/econnman-bin", line 79, in <module>
    from ConfigParser import SafeConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

configparser is deprecated and has been removed from python 3.12 list.
There is some patches to include again configparser to python 3.12 but
I don't think it's a good solution"

I can't speak of python 3.13 as my version is 3.12

Best regards

Daniel


Le sam. 21 juin 2025 à 18:33, Conrad Knight <iestynap...@gmail.com> a écrit :
>
> > From: Davide Andreoli <d...@gurumeditation.it>
> > 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...
>
> However, cython2 has a requirement for python2, which i have not had
> installed for years at this point. As i mentioned in my original
> message, this problem cropped up between the upgrade from python 3.12
> to python 3.13.
>
> I'll rephrase my original question: is there any way to get econnman
> working on an otherwise up-to-date (Arch) system?
>
> Thanks,
> -Conrad.
> --
> Shine like thunder
> Cry like rain
>
>
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to