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 am learning python and i have installed python 3 on my Ubuntu 11.10.
I'm trying to make a curses application for guessing Lottary numbers. I'm stuck on printing sorted list and converting it to string.
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?
sounds amazingaur package installs but i get this error on launch:Traceback (most recent call last): File "/usr/bin/keepassc", line 1479, in <module>  
I am working on an image compression module, for that I want use jpeg library, but when I am importing it I am getting the following error.
"" import jpeg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named jpeg
this was happening after i installed the libjpeg library also, I want use jpeg in python image compression, so can any tell
Guys I installed mySQLdb in Ubuntu with:
Code:
mycomp@mycomp-desktop:~$ sudo apt-get install python-mysqldb
but when I go to the python interpreter and type:
Code:
>>> import mySQLdb
I get:
Code:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mySQLdb
It is installed though, because whe
I updated my system using pacman -Syu, the updates included a new version of PyQt4 and the replacement of Python 2 with Python 3.
>>> 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