Getting beogle-gnome-search (tested on Fedora 25): git clone https://github.com/vinsce/beagle-gnome-search.git cd beagle-gnome-search/ python3 source/app.py
ebuild for Gentoo Linux (thanks to mrbitt): https://github.com/mrbitt/mrbit-overlay/blob/master/gnome-extra/beagle-gnome-search/beagle-gnome-search-0.1.1.ebuild
this is exactly what i did:
1::dodona/workspace/python: cd beagle-gnome-search/
1::workspace/python/beagle-gnome-search: python3 source/app.py
Traceback (most recent call last):
File "source/app.py", line 74, in
app = Application()
File "source/app.py", line 19, in __init__
self.add_main_option("base", ord("b"), GLib.OptionFlags.NONE, GLib.OptionArg.NONE, "Open directly the base search screen", None)
AttributeError: 'Application' object has no attribute 'add_main_option'
python3 --version
Python 3.4.3
Hi, please add link ebuild for Gentoo linux -> https://github.com/mrbitt/mrbit-overlay/blob/master/gnome-extra/beagle-gnome-search/beagle-gnome-search-0.1.1.ebuild
Thanks
Ratings & Comments
5 Comments
Traceback (most recent call last): File "source/app.py", line 74, in
app = Application()
File "source/app.py", line 19, in __init__
self.add_main_option("base", ord("b"), GLib.OptionFlags.NONE, GLib.OptionArg.NONE, "Open directly the base search screen", None)
AttributeError: 'Application' object has no attribute 'add_main_option'
***
mint:17.3
ubuntu:14.04.5 LTS, Trusty Tahr
python 2-4
Hi dodona, run it using python 3 instead of python 2
this is exactly what i did: 1::dodona/workspace/python: cd beagle-gnome-search/ 1::workspace/python/beagle-gnome-search: python3 source/app.py Traceback (most recent call last): File "source/app.py", line 74, in
app = Application()
File "source/app.py", line 19, in __init__
self.add_main_option("base", ord("b"), GLib.OptionFlags.NONE, GLib.OptionArg.NONE, "Open directly the base search screen", None)
AttributeError: 'Application' object has no attribute 'add_main_option'
python3 --version
Python 3.4.3
Hi, please add link ebuild for Gentoo linux -> https://github.com/mrbitt/mrbit-overlay/blob/master/gnome-extra/beagle-gnome-search/beagle-gnome-search-0.1.1.ebuild Thanks
I updated the description, thank you