Re: Is there a way to turn off SSL in Eric6 ?

2020-07-10 Thread Detlev Offenbach
Am 10.07.20 um 03:30 schrieb Amir Zia: you need SSL to grab plugins in Eric and you cannot update the plugin URL: *https://eric-ide.python-projects.org/plugins6/repository.xml* from https to http .. on my OS Eric is giving me SSL errors So is there a way to disable SSL ? You may edit the

Re: Error when launching eric

2020-07-10 Thread Detlev Offenbach
Am 09.07.20 um 04:48 schrieb Amir Zia: I have two questions: (1) I installed eric like this in Linux: * |cd ~| * |python3 -m venv eric_env| * |~/eric_env/bin/python3 -m pip install --upgrade pip| * |~/eric_env/bin/python3 -m pip install eric-ide| Then I deleted |~/eric_env/ and