Hi all, I am learning python and i have installed python 3 on my Ubuntu 11.10.
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>
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'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()
Hi!
I am trying to convert my c/c++ code into a python module. The code captures an image which it then runs some algorithms upon. For a start, I am trying to write a code that just captures an image. I am using opencv for the image capture (in the c/c++ code).
In the compiling options, I compile the file with the opencv functions using the following options:
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
I'm trying to start virt-manager but apparently libvirt is not installed and i can't seem to install it.
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 did a netinstall of 12.10 amd64 + xfce4 and installed the nvidia-current & nvidia-settings (v304.43) from the repos.
I can't save the output of nvidia-settings to xorg.conf in /etc/X11 or my home folder.