unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25457: assword: gui: Namespace Gtk not available
@ 2017-01-16 13:46 Ivan Vilata i Balaguer
  2017-01-28  4:36 ` 宋文武
       [not found] ` <handler.25457.D25457.148557824827723.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2017-01-16 13:46 UTC (permalink / raw)
  To: 25457

Hi, when running ``assword gui`` from Assword 0.10 I get the following error:

```
Traceback (most recent call last):
  File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/bin/.assword-real", line 9, in <module>
    load_entry_point('assword==0.10', 'console_scripts', 'assword')()
  File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/lib/python3.5/site-packages/assword/__main__.py", line 553, in main
    func(args)
  File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/lib/python3.5/site-packages/assword/__main__.py", line 327, in gui
    from assword.gui import Gui
  File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/lib/python3.5/site-packages/assword/gui.py", line 2, in <module>
    gi.require_version('Gtk', '3.0')
  File "/gnu/store/hii5dmg5qyawx6a883203dcxhbagmgrd-python-pygobject-3.20.0/lib/python3.5/site-packages/gi/__init__.py", line 102, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
```

Other commands not using the GUI work ok.  The error does not show with Assword 0.8.

```
$ guix package -I | grep assword
assword 0.10    out     /gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10
```

Thank you!

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#25457: assword: gui: Namespace Gtk not available
  2017-01-16 13:46 bug#25457: assword: gui: Namespace Gtk not available Ivan Vilata i Balaguer
@ 2017-01-28  4:36 ` 宋文武
       [not found] ` <handler.25457.D25457.148557824827723.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 @ 2017-01-28  4:36 UTC (permalink / raw)
  To: Ivan Vilata i Balaguer; +Cc: 25457-done

Ivan Vilata i Balaguer <ivan@selidor.net> writes:

> Hi, when running ``assword gui`` from Assword 0.10 I get the following error:
>
> ```
> Traceback (most recent call last):
>   File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/bin/.assword-real", line 9, in <module>
>     load_entry_point('assword==0.10', 'console_scripts', 'assword')()
>   File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/lib/python3.5/site-packages/assword/__main__.py", line 553, in main
>     func(args)
>   File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/lib/python3.5/site-packages/assword/__main__.py", line 327, in gui
>     from assword.gui import Gui
>   File "/gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10/lib/python3.5/site-packages/assword/gui.py", line 2, in <module>
>     gi.require_version('Gtk', '3.0')
>   File "/gnu/store/hii5dmg5qyawx6a883203dcxhbagmgrd-python-pygobject-3.20.0/lib/python3.5/site-packages/gi/__init__.py", line 102, in require_version
>     raise ValueError('Namespace %s not available' % namespace)
> ValueError: Namespace Gtk not available
> ```
>
> Other commands not using the GUI work ok.  The error does not show with Assword 0.8.
>
> ```
> $ guix package -I | grep assword
> assword 0.10    out     /gnu/store/wicbdk90fihvvc2zvbvn1wc7jfv8ypbi-assword-0.10
> ```
>
> Thank you!

Fixed in commit 0050876bcf, thank you!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#25457: closed (Re: bug#25457: assword: gui: Namespace Gtk not available)
       [not found] ` <handler.25457.D25457.148557824827723.notifdone@debbugs.gnu.org>
@ 2017-01-29 11:59   ` Ivan Vilata i Balaguer
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2017-01-29 11:59 UTC (permalink / raw)
  To: 25457

GNU bug Tracking System (2017-01-28 04:38:02 +0000) wrote:

> Your bug report
> 
> #25457: assword: gui: Namespace Gtk not available
> 
> which was filed against the guix package, has been closed.
> 
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 25457@debbugs.gnu.org.

> Date: Sat, 28 Jan 2017 12:36:57 +0800
> From: 宋文武 <iyzsong@member.fsf.org>
> To: Ivan Vilata i Balaguer <ivan@selidor.net>
> Cc: 25457-done@debbugs.gnu.org
> Subject: Re: bug#25457: assword: gui: Namespace Gtk not available
> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
> 
> Fixed in commit 0050876bcf, thank you!

Checked to work, thanks a lot!`:)`

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-29 12:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 13:46 bug#25457: assword: gui: Namespace Gtk not available Ivan Vilata i Balaguer
2017-01-28  4:36 ` 宋文武
     [not found] ` <handler.25457.D25457.148557824827723.notifdone@debbugs.gnu.org>
2017-01-29 11:59   ` bug#25457: closed (Re: bug#25457: assword: gui: Namespace Gtk not available) Ivan Vilata i Balaguer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).