hi , i have download deluge-1.2.0_rc4, after that i install it in my opensuse 11.2. in graphical mode deluged and deluge run perfect, but i can't activate webui , and can't run it from console, when i use command
Quote:
deluge -u console
i get this error
Code:
[ERROR ] 14:18:30 ui:146 No module named curses
Hi All
I've been playing around with PyQt lately and I wanted to use it and the module ftplib for something cool.
>>> import tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.2/tkinter/__init__.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: /lib64/libtk8.5.so: file too short
>>>
I have already installed 'tkinter
I'm trying to update the QLabel in test.py using TimeThread from TimeThread.py.
I get this error....
Code:
Traceback (most recent call last):
File "/home/..../workspace/Python/Test/test.py", line 37, in <module>
t = Test()
File "/home/..../workspace/Python/Test/test.py", line 18, in __init__
self.myTimeThread.start()
I updated my system using pacman -Syu, the updates included a new version of PyQt4 and the replacement of Python 2 with Python 3.
I am trying to use ncurses in Python 2.6 on openSUSE 11.2, but the curses module appears to be missing.
I keep getting this error:
Code:
>>> import curses
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
Hello there!
as the title says bumblebee ui wont work for me, its a small python script that allows for some UI control over bumblebee (which works just fine for me)
it gives me this when run from terminal:
Code:
Traceback (most recent call last):
File "./bumblebee-app-settings", line 356, in <module>
Appset = Applications_settings()
I'm trying to run test-kernel-security.py from this Ubuntu wiki page, but when I try to run it I get the following error:
Code:
alex@kubuntu:~$ python test-kernel-security.py
Traceback (most recent call last):
File "test-kernel-security.py", line 49, in <module>
import testlib
ImportError: No module named testlib
How do I add this module?
my problem is the following when installing caffeine & Dockbarx I try to run nothing appears o.o?