Francesco Garosi

Results 22 comments of Francesco Garosi

Oops... I didn't notice it on 18.04: probably they changed the DBUS message(s) for the two events. Should be updated: let me just investigate on which message is used in...

Actually the unlock event might be intercepted, but it seems that lock still doesn't show up when the session is forced to be locked via *Cmd+L*. A reference [here](https://gitlab.gnome.org/GNOME/gnome-shell/issues/741). I'll...

Of course, the symptom is exactly that: Py3 does not support the old print syntax, without parentheses and PyCLIPS was designed on Py2. I actually paused the development of PyCLIPS,...

Which one is the `pip` that is called? Try: ``` C:\Users\xxxxxxx>where pip C:\[...]\Python-3.8\Scripts\pip.exe C:\[...]\Python-2.7\Scripts\pip.exe ``` or ``` C:\Users\xxxxxxx>pip --version pip 20.2 from C:\[...]\python-3.8\lib\site-packages\pip (python 3.8) ``` In case your setting...

More related to **whenever** than to **when** at the moment: closing it.

In fact I don't really remember why at the moment: the APG states that multifields can be of zero length - in which case the end index is lower than...

No, i mean the lower-level `i_do2py...()` and `i_py2do...()` function groups in __clipsmodule.c_ starting at line 1476.

The `0` value was used in that code as an initializer for `Py_ssize_t` (line 1756), so I used that value to determine that something went wrong. Probably I shouldn't have...

I think that PyCLIPS is somewhat outdated, both in terms of style and build process. Its code is delicate and prone to errors (such as memory leaks) that are quite...

Hi. It might occur when you exit the Python interpreter and thus PyCLIPS: in this case you can ignore it, although it's not a good sign, and the OS will...