-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attribute error #7
Comments
usr/bin/python3 '_gobject': <module '_gobject'>, 'version_info': (3, 20, 0), '_overridesdir': '/usr/lib/python3/dist-packages/gi/overrides', 'version': '3.20.0', 'spec': ModuleSpec(name='gi', loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fa2076290f0>, origin='/usr/lib/python3/dist-packages/gi/init.py', submodule_search_locations=['/usr/lib/python3/dist-packages/gi']), '_gi': <module 'gi._gi' from '/usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so'>, 'check_version': <function check_version at 0x7fa20760c7b8>, 'importlib': <module 'importlib' from '/usr/lib/python3.5/importlib/init.py'>, 'types': <module 'types' from '/usr/lib/python3.5/types.py'>, 'path': ['/usr/lib/python3/dist-packages/gi'], 'os': <module 'os' from '/usr/lib/python3.5/os.py'>, 'builtins': {'abs': , 'int': <class 'int'>, 'classmethod': <class 'classmethod'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'len': , 'TypeError': <class 'TypeError'>, 'RuntimeError': <class 'RuntimeError'>, 'Exception': <class 'Exception'>, 'debug': True, 'min': , 'UserWarning': <class 'UserWarning'>, 'compile': , 'globals': , 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), 'OSError': <class 'OSError'>, 'filter': <class 'filter'>, 'BufferError': <class 'BufferError'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'delattr': , 'round': , 'FileExistsError': <class 'FileExistsError'>, 'chr': , 'BytesWarning': <class 'BytesWarning'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'package': '', 'all': , 'next': , 'sorted': , 'build_class': , 'slice': <class 'slice'>, 'TabError': <class 'TabError'>, 'repr': , 'NameError': <class 'NameError'>, 'TimeoutError': <class 'TimeoutError'>, 'vars': , 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'copyright': Copyright (c) 2001-2016 Python Software Foundation. Copyright (c) 2000 BeOpen.com. Copyright (c) 1995-2001 Corporation for National Research Initiatives. Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. |
I have installed anaconda python and activated the 2.7 at the moment |
Hi, |
raceback (most recent call last):
File "InstantLyrics.py", line 1, in
from src.appIndicator import AppIndicator
File "/home/ranavita/Downloads/Instant-Lyrics/src/appIndicator.py", line 2, in
gi.require_version('Gtk', '3.0')
AttributeError: 'module' object has no attribute 'require_version
The text was updated successfully, but these errors were encountered: