Viacheslav Chimishuk

Results 23 comments of Viacheslav Chimishuk

@orestisf1993, actually I'm working on that. We want to add support for recently added man page.

> if we fix the releases @Roger, what do you mean here under the "fix"?

I've updated PKGBUILD. Changes: added some dependencies, use recommended package version, package man page.

Thanks, @Roger. Will do it soon.

@Roger, I have a problem to make the latest version works. I have the same issue for Python 2 & 3. Looks like there is some issue in setup.py. Could...

@Roger, the thing is it is installed and present in PKGBUILD. Also, I've tried to experiment with `gi` instead of `gobject` in `setup.py`, as was suggested under some similar issues...

@trinaldi, strange things here. Your PKGBUILD causes the same exception at the end. I've checked the actual files installed with the package and it is the latest version from Github...

I'm not familiar with easy install and stuff, but it looks like problem somewhere on that level. I can import the package when running python shell. ``` [vchimishuk@t420 escrotum-git] $...

``` [vchimishuk@t420 escrotum-git] $ python Python 3.8.1 (default, Jan 22 2020, 06:38:00) [GCC 9.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> __requires__ = 'escrotum==1.0.1' >>>...

``` [vchimishuk@t420 vchimishuk] $ pacman -Qs python2-gobject local/python2-gobject 3.34.0-3 Python2 Bindings for GLib/GObject/GIO/GTK+ local/python2-gobject2 2.28.7-4 Legacy Python 2 bindings for GObject [vchimishuk@t420 vchimishuk] $ ``` Could you send me the...