Results 51 comments of lovetox

I tried to get this working on MSYS2 In setup.py this ``` if not which("make"): raise Exception("ERROR: The 'make' utility is missing from PATH") ``` can not work on MSYS2....

I looked into this and i have some questions how does pylint discover all members of a object that is imported from a third party module? does it search that...

@PCManticore a comment would be appreciated, i would like to work on this, but i have no idea on the direction how to solve the whole gi dilema, thanks

I get this, but not with pacman, just executing various examples of the gpgme lib ``` import gpg def print_engine_infos(): print("gpgme version:", gpg.core.check_version(None)) print("engines:") for engine in gpg.core.get_engine_info(): print(engine.file_name, engine.version)...

@genbtc its the same story there, can you reproduce this behavior on your installation? does that python script prints something different for you?

I just tested this and i dont have the problem in the MSYS env, only in MINGW env, so i will move my issue

If i follow the guide from the homepage, the keyring verification fails see: https://ci.appveyor.com/project/lovetox/gajim/builds/34604241/job/6b9d0ab7m4925v56

I would suggest to leave this project dead and move on, there is no reason we need so many python xmpp librarys, and i see no benefit to put any...

It stands for Free, i don't see the context to what i said. I was answering a question @amotl asked > Considering that Python 2 is essentially dead, shall we...

Disabling `Force SSL` fixed this problem also for me