Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ubuntu 12.04

Adding Modules To Python3

I am trying to use the library matplotlib, but can't get it to work with python3. The python 2.… Read more Adding Modules To Python3

Python Opencv - Waitkey(0) Does Not Respond?

I'm using opencv 2.4.7 on ubuntu 12.04. I'm programming with python and I have a problem wh… Read more Python Opencv - Waitkey(0) Does Not Respond?

Ensuring That My Program Is Not Doing A Concurrent File Write

I am writing a script that is required to perform safe-writes to any given file i.e. append a file … Read more Ensuring That My Program Is Not Doing A Concurrent File Write

Installing Matplotlib For Python3 On Ubuntu

I'm running Ubuntu 12.04, and I need to use matpltlib in Python 3.2.3. I successfully installed… Read more Installing Matplotlib For Python3 On Ubuntu