Re: [E-devel] Getting Started With The Python Bindings

2021-09-28 Thread Abdur-Rahmaan Janhangeer
Ok then ill go the system-wide way. Thanks¬ Kind Regards, Abdur-Rahmaan Janhangeer about | blog github Mauritius On Tue, Sep 28, 2021 at 11:42 AM Davide Andreoli wrote: > Hi, > the pipi py

Re: [E-devel] Getting Started With The Python Bindings

2021-09-28 Thread Davide Andreoli
Hi, the pipi python-efl packages are broken and no longer maintained (for technical reasons), so don't use them. The python-efl package is thinked to be installed system-wide, we never tested under a venv because it does not really have advantages in our opinion, you cannot have different python-e

[E-devel] Getting Started With The Python Bindings

2021-09-27 Thread Abdur-Rahmaan Janhangeer
Greetings list, Robert Wiley has been guiding me to set up efl. I downloaded the python binding repo. The normal way is to install python3-efl But i was wondering python-wise how exactly do you install the package in a virtual environment after cloning? I tried pip install . but did not work. Li