Re: [e-users] python-efl from pypi

2020-09-23 Thread grant
I am using Ubuntu 20.04. EFL is installed from apt $ dpkg -l | grep efl ii efl-doc1.23.3-8 all Documentation for the Enlightenment Foundation Libraries ii libefl-all-dev 1.23.3-8

Re: [e-users] python-efl from pypi

2020-09-23 Thread Rbt. Y-Lee
You are not including alot of details here. What Distro? What version of EFL do you have installed? Specifically what steps did you take to install python3-efl? As to sample.py it works here with no issues, so I am unsure. Perhaps post on our forums: https://bodhilinux.boards.net/board/25/efl-prog

Re: [e-users] python-efl from pypi

2020-09-23 Thread grant
Thanks for the instruction. Now $ echo "from efl import elementary" | python3 works with no error. The sample from the enlightenment.org website still fails to run however. https://docs.enlightenment.org/python-efl/current/elementary/elementary.html#a-sample-python-elementary-program It now pr

Re: [e-users] python-efl from pypi

2020-09-23 Thread Rbt. Y-Lee
Follow the directions in its install file: https://git.enlightenment.org/bindings/python/python-efl.git/tree/INSTALL I don't know what distro you are using but it should make no difference if efl was installed is a package manager. It doesn't on ubuntu/debian based distros. On Wed, Sep 23, 2020 a

Re: [e-users] python-efl from pypi

2020-09-23 Thread grant
What is the recommended way to install python-efl on systems where efl has been installed from a package manager (ubuntu) and not built from source? On 2020-09-23 14:41, [email protected] wrote: Thanks for the clarification. On 2020-09-23 14:19, Rbt. Y-Lee wrote: Installing Python-efl f

Re: [e-users] python-efl from pypi

2020-09-23 Thread grant
Thanks for the clarification. On 2020-09-23 14:19, Rbt. Y-Lee wrote: Installing Python-efl from pip does not work. It should be fixed or removed from there but it has not been. On Wed, Sep 23, 2020 at 9:32 AM wrote: I am also confused about this, and I am not a python newbie, although maybe

Re: [e-users] python-efl from pypi

2020-09-23 Thread Rbt. Y-Lee
Installing Python-efl from pip does not work. It should be fixed or removed from there but it has not been. On Wed, Sep 23, 2020 at 9:32 AM wrote: > I am also confused about this, and I am not a python newbie, although > maybe I am missing something > from the docs here, it does appear you shoul

Re: [e-users] python-efl from pypi

2020-09-23 Thread grant
I am also confused about this, and I am not a python newbie, although maybe I am missing something from the docs here, it does appear you should be able to do that https://docs.enlightenment.org/python-efl/current/elementary/elementary.html#a-sample-python-elementary-program however /tmp/blash