Tagged Questions
2
votes
2answers
264 views
Python 2.7: no documentation found when typing help('print')
I have just installed Python 2.7 and Python 3.2 on my Ubuntu 12.04 (32 bit).
sudo apt-get install python python-doc python3 python3-doc
I opened a Python 3 shell (is it called like that) typing ...
1
vote
1answer
383 views
How do I install the latest python-opencv in 64-bit Ubuntu?
I heard that OpenCV supports only 32 bit Python.
But my OS is Ubuntu 12.04 64 bit and it has Python 2.7 64 bit.
How can I install latest OpenCV-Python bindings on this system for 32 bit Python?
.