You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saludos, turpial al ejecutarlo despues de una instalación limpia en fedora 21 me lanza este error:
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
DEBUG::Using gst as sound system
/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
set_interactive(1)
Could not initialize QT interface.
No module named jinja2
Traceback (most recent call last):
File "/usr/bin/turpial", line 9, in
load_entry_point('turpial==3.5.9-dev', 'console_scripts', 'turpial')()
File "/home/chuda/turpial/turpial/main.py", line 106, in main
t = Turpial()
File "/home/chuda/turpial/turpial/main.py", line 66, in init
self.ui = util.INTERFACESoptions.interface
TypeError: init() got an unexpected keyword argument 'debug'
The text was updated successfully, but these errors were encountered:
How did you try to install Turpial? You're lacking a jinja module (version is usually not part of the package). Install it via pip or rpm (python-jinja2? I'm running Sabayon Linux based on Gentoo Linux …)
Btw. would be super, if you could use Fenced Code Blocks for better readability. My Spanish is a bit rusty :-(
Hi @chudacontreras , I'm the Fedora Packager to Turpial, I have turpial working fine on Fedora 21 but my actual Fedora was an upgrade from Fedora 20, I'll to make a clean installation of Fedora 21 on a Virtual Machine to try reproduce your bug, thank you for the feedback
Saludos, turpial al ejecutarlo despues de una instalación limpia en fedora 21 me lanza este error:
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
DEBUG::Using gst as sound system
/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/init.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
set_interactive(1)
Could not initialize QT interface.
No module named jinja2
Traceback (most recent call last):
File "/usr/bin/turpial", line 9, in
load_entry_point('turpial==3.5.9-dev', 'console_scripts', 'turpial')()
File "/home/chuda/turpial/turpial/main.py", line 106, in main
t = Turpial()
File "/home/chuda/turpial/turpial/main.py", line 66, in init
self.ui = util.INTERFACESoptions.interface
TypeError: init() got an unexpected keyword argument 'debug'
The text was updated successfully, but these errors were encountered: