Results 1 to 2 of 2
I am a newbie to Python. I have downloaded Python 3.2.2 as a tar ball and installed it on Ubuntu 11.10 (installed on HDD from Live CDs), but the problem ...
- 11-12-2011 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
Development with Python
I am a newbie to Python. I have downloaded Python 3.2.2 as a tar ball and installed it on Ubuntu 11.10 (installed on HDD from Live CDs), but the problem arises with sqlite3 import. Also many other modules are not present. What are the libraries needed so that i can install these modules on both the OS?
- 11-18-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
1. Python should have been installed with the operating system. Don't install a different version unless you are very sure you have to.
2. Are you trying to install sqlite3 separately?
3. How are you installing these packages - via apt-get (or synaptic), or from source or other .deb packages?Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote