Custom Query (2449 matches)
Results (595 - 597 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1069 | Fixed | [win32] no country name tooltips in peer list | ||
| Description |
In peers_tab.py, calling widget.get_tooltip_context throws an exception: <type 'exceptions.AttributeError'>: 'gtk.TreeView' object has no attribute 'get_tooltip_context' I know next to nothing about Python, but my guess is that an outdated PyGTK version (2.12.1) was used for the Win32 build. The changelog for PyGTK 2.13.0 includes:
gtk.gtk_version = (2, 16, 6) gtk.pygtk_version = (2, 12, 1) Windows XP SP3 |
|||
| #1070 | Duplicate | Deluge won't start - crashes | ||
| Description |
Hi!
I get kick-out from bugs.launchpad.net because I use the latest deluge package 1.2.0_rc3 which is not in official Ubuntu archives.
So here I am, complaining. ;D
The problem is: Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.2.0-rc3', 'console_scripts', 'deluge')()
File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
UI(options, args, options.args)
File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
ui = GtkUI(args)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 193, in __init__
self.ipcinterface = IPCInterface(args)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/ipcinterface.py", line 110, in __init__
reactor.listenUNIX(socket, self.factory, wantPID=True)
File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 315, in listenUNIX
p.startListening()
File "/usr/lib/python2.6/dist-packages/twisted/internet/unix.py", line 71, in startListening
if not self.lockFile.lock():
File "/usr/lib/python2.6/dist-packages/twisted/python/lockfile.py", line 147, in lock
kill(int(pid), 0)
OSError: [Errno 1] Operation not permitted
My system info: Thanks for quick repair! |
|||
| #1071 | Fixed | Deluge won't start - crashes | ||
| Description |
Hi!
I get kick-out from bugs.launchpad.net because I use the latest deluge package 1.2.0_rc3 which is not in official Ubuntu archives.
So here I am, complaining. ;D
The problem is: Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.2.0-rc3', 'console_scripts', 'deluge')()
File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
UI(options, args, options.args)
File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
ui = GtkUI(args)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 193, in __init__
self.ipcinterface = IPCInterface(args)
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/ipcinterface.py", line 110, in __init__
reactor.listenUNIX(socket, self.factory, wantPID=True)
File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 315, in listenUNIX
p.startListening()
File "/usr/lib/python2.6/dist-packages/twisted/internet/unix.py", line 71, in startListening
if not self.lockFile.lock():
File "/usr/lib/python2.6/dist-packages/twisted/python/lockfile.py", line 147, in lock
kill(int(pid), 0)
OSError: [Errno 1] Operation not permitted
My system info: Thanks for quick repair! |
|||
