Package Details: python-gdbgui 0.15.3.0-3

Git Clone URL: https://aur.archlinux.org/python-gdbgui.git (read-only, click to copy)
Package Base: python-gdbgui
Description: Browser-based frontend to gdb. Debug C, C++, Go, or Rust.
Upstream URL: https://www.gdbgui.com
Keywords: debugger debugging gdb python
Licenses: GPL
Submitter: zwindl
Maintainer: Rubo
Last Packager: Rubo
Votes: 27
Popularity: 0.000786
First Submitted: 2017-03-01 14:03 (UTC)
Last Updated: 2025-06-30 09:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

zwindl commented on 2017-08-07 09:07 (UTC)

@muttleyxd What? ... ok, I don't know much about python, and I'm going to wait for the author's reply.

muttleyxd commented on 2017-08-07 08:59 (UTC)

@zwindl Editing this file makes it work: /usr/lib/python3.6/site-packages/gdbgui-0.7.9.1-py3.6.egg-info/requires.txt I just changed required version to >=0.11 and it runs - seems like 0.12.2.dev0 seems smaller than 0.12 to Python's version comparing method.

zwindl commented on 2017-08-07 03:11 (UTC)

@potatoe thanks for that comment, license will update when I fixed @muttleyxd's issue. @muttleyxd I don't know what happend either, I'm opening new issue at https://github.com/cs01/gdbgui/issues

muttleyxd commented on 2017-08-06 19:18 (UTC)

pkg_resources.ContextualVersionConflict: (Flask 0.12.2.dev0 (/usr/lib/python3.6/site-packages), Requirement.parse('Flask>=0.12.2'), {'gdbgui'}) pkg_resources.DistributionNotFound: The 'Flask>=0.12.2' distribution was not found and is required by gdbgui [muttley@muttley-pc:~]$ pacman -Q python-flask python-flask 0.12.2-2 [muttley@muttley-pc:~]$ sudo pip install flask Requirement already satisfied: flask in /usr/lib/python3.6/site-packages Requirement already satisfied: Werkzeug>=0.7 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: Jinja2>=2.4 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: itsdangerous>=0.21 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: click>=2.0 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3.6/site-packages (from Jinja2>=2.4->flask) Seems like there is a missing dependency, but I'm not exactly sure what is happening.

potatoe commented on 2017-08-05 16:31 (UTC)

The author seems to have changed the license to GPLv3: https://github.com/cs01/gdbgui/commit/a1e179e69a5032e72ad51a53522cbc26e21b52c1

zwindl commented on 2017-07-30 15:25 (UTC)

@greyltc The python-flask package in community match the version, and it's no problem on my laptop.

greyltc commented on 2017-07-27 14:22 (UTC)

pkg_resources.DistributionNotFound: The 'Flask>=0.12.2' distribution was not found and is required by gdbgui

zwindl commented on 2017-04-29 09:20 (UTC)

@elgaton Thanks for your comment, fixed

elgaton commented on 2017-04-25 16:14 (UTC)

There is a second dependency missing (python-pygments).

zwindl commented on 2017-03-26 13:24 (UTC)

@JP-Ellis fixed, thanks