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:

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

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

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, gr...@iowntheinter.net wrote: Thanks for the clarification. On 2020-09-23 14:19, Rbt. Y-Lee wrote: Installing Python-efl

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

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

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

[e-users] python-efl from pypi

2020-09-22 Thread Pierre Cassimans via enlightenment-users
Hi, As a newbie python programmer, I want to use the python-efl libraries in a project. The IDE I use is Pycharm. I have successfully imported python-efl in my interpreter, but when I try to "from efl import elementary", I get the following error: Cannot find reference 'elementary' in