Google docstring

2024-04-04 Thread Christian Haul
Hi all, I tried to generate docstrings but when using the Google style simply nothing happens. All other available styles produce something. Am I missing a dependency or some config file? This Eric 24.4 on win11 with Python 3.11.7 On a side note: is format on save available somehow? Thanks in

Re: tips for using eric for micropython?

2022-09-03 Thread Christian Haul
fficient code maturity, you can copy these files onto the µController using the built in µPy file management UI. Hope this helps a little bit. Once you worked out a workflow for you, I would be happy to get a HowTo on this topic. Regards, Detlev Am 03.09.22 um 18:23 schrieb Christian Hau

tips for using eric for micropython?

2022-09-03 Thread Christian Haul
Hi list, I have recently started using Eric7 22.9 for micropython on an ESP8266 (Wemos D1 mini to be precise) and it works nicely. However, I'm missing API hints and validation. Is there a way to tell Eric about the environment and provide feedback on misspelled method names and get

Micropython setup?

2022-09-03 Thread Christian Haul
Hi list, Ich habe gerade angefangen, mit Eric auf einem ESP8266 uPy zu machen. Das funktioniert eigentlich ganz gut. Ich vermisse etwas das Ergänzen von APIs und es wäre cool, Schreibfehler in Methodennamen schon vor dem Start auf dem Device zu entdecken. Hat jemand dazu Tipps, wie man das am

Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-23 Thread Christian Haul
dependencies, it might explain Mick's problems. So, sorry for the noise and keep up the good work! Chris. Ursprüngliche Nachricht Von: Detlev Offenbach Gesendet: 23. Mai 2021 11:25:41 MESZ An: Christian Haul , eric@riverbankcomputing.com Betreff: Re: Help to upgrade to 21.5

Re: Help to upgrade to 21.5 please - Sorry please ignore that last message

2021-05-23 Thread Christian Haul
Not sure it's related. I have installed Eric on win10 with the zip and install.py files. When upgrading plugins for rope and vulture I had to install dependencies manually ie by running pip. Previous installs handled that automatically. Chris. Ursprüngliche Nachricht Von:

Re: pipenv and eric?

2020-07-13 Thread Christian Haul
Hi all, looks like I should have tried a little longer. Anyway, hopefully someone with a similar problem will find this :-) Am 13.07.20 um 20:05 schrieb Christian Haul: > $ pipenv --python 3.8 This is the important line in the output: > Virtualenv location: /home/xyz/.local/share/virtu

pipenv and eric?

2020-07-13 Thread Christian Haul
Hi all, I'm still quite new to python and am just starting to get my head around virtual environments. I got the impression that pipenv https://pipenv.pypa.io/en/latest/ is the way to go. How could I use such an environment it eric? IIUC pipenv creates regular virtualenv environments. $ pipenv