Ubuntu :: How To Install Python-xml In Karmic
Feb 8, 2010I need to install python-xml on my kubuntu 9.10 but I cant do it with apt-get.I downloaded it from somewhere else but still I cant install it because of python 2.6.
View 1 RepliesI need to install python-xml on my kubuntu 9.10 but I cant do it with apt-get.I downloaded it from somewhere else but still I cant install it because of python 2.6.
View 1 Repliesin ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work
View 3 Replies View RelatedI want to be able to do
sudo ./program.py
instead of always having to do
sudo python program.py
What do I need to change?
I've already used line split stuff to transform my data into something like this in a text file:
Code:
['1', '1', '3', '20.7505207']
['2', '1', '3', '23.0488319']
['3', '1', '3', '-1.5768747']
['4', '1', '3', '-26.4772491']
[code]....
How can I get this on a python program so I can manipulate it as an array?
I have logged into root via SSHI followed instructions from here[URL]And here[URL]
View 1 Replies View RelatedI tried to downloaded and installed from the Internet directly but it gives me error message. Also I tried to downloaded it from Ubuntu but when I go to the software package and click on python it show me hundreds of python types. I'm a beginner and I need to use Python for my class this summer, I only need to use python GUI. how to install python on Ubuntu and also how to find it after installation.
View 6 Replies View RelatedI've done command line work in Linux, so I need a refresher.I have downloaded and extracted Python 3.1.2. How do I install? All of the HELP and README files are a little vague for me. but when I type in "./configure" in a terminal session, it says "command not found".
View 2 Replies View Relatedhow to install Python 2.6 on Ubuntu 8.04, I checked and the latest ver. on the ubuntu repository is 2.5 I need 2.6 I just compiled it using the following guide.[URL] I just didn't get how to set my PATH I followed all the steps that were there exactly.
View 2 Replies View RelatedI am super new to Linux and Ubuntu. I am trying to install python and I downloaded it from the website. I do not know how to actually install it though. I have Ubuntu 10.10.
View 6 Replies View RelatedWhat's the right direction or give me step by step on how to do this?
View 6 Replies View RelatedPython 3 want situation for python 2?Python 2 become stop?
View 1 Replies View Relatedyum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:
[Code]....
I am trying to install the MySQLdb package for python and the instructions tell me that I need to add mysql_config to my path. This file does not appear to exist in my mysql installation, or anywhere on my machine. I installed mysql-server from the ubuntu package manager, and then did a search of my system for that file.
Code:
sudo find / -name mysql_config
This gave me no results. where I can find this? Is it part of some extra toolkit for mysql?
I am trying to install the python-matplotlib package but I get E:broken packages. I have tried the apt-get -f install, apt-get update, apt-get clean all in various permutations but it doesnt solve the problem.I also tried uninstalling the dependednt packages and then reinstalling them but that doesnt work either.
root@ubuntu:~# apt-get install python-matplotlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
[Code]...
I downloaded this programs source and I'm having a hard time figuring out how to install it. I assume it is python source? I tried downloading the debian file but could not figure out how to install it aswell. I downloaded the software from [URL]
View 9 Replies View Relatedi want IDLE on my Fedora 15, is this possible?
View 2 Replies View RelatedI can't install Python 2.6 on Fedora 15 - I have only Python 2.7. Also I can't add EPEL repository to try to install: yum install python26 I didn't find any info about how can I solve this problem.
View 12 Replies View RelatedI'm running Ubuntu 10.4 64bit, and I would like to run python 32bit.The current Python version used is the 64bit one.What can be some good ways for installing the python 32bit version without compromising the OS. I'm kind of new to this, so I don't really know if I could substitute the python version, or know how to make it available by using short commands such as python or easy_install.
View 1 Replies View RelatedSo I was trying to upgrade kupfer when it told me it couldn't, as python-keyring was a virtual package and could not be installed. I'm using Karmic, so the package python-keyring is not available, although it is in Lucid. How would I go about upgrading kupfer/installing python-keyring??
View 2 Replies View RelatedI'm trying to install Python and a LaTeX editor and can't really get either to work out. For texlive, I used 'sudo apt-get texlive-full', which didn't generate any errors, but I now can't seem to open the application. For Python, I used 'sudo apt-get update sudo apt-get install python2.6' which generated the error "Unable to lock directory /var/cache/apt/archives." I tried to remove a lock file that I read about on another post and open up SPM, but the error persisted.
View 2 Replies View RelatedI am trying to install sqlite-python package in my FC11 machine. I couldn't find an rpm to install.
View 2 Replies View Relatedhow can i install python 3 and idle in fedora 12? yum search for any plausible variation on python3 (python-3, Python-3.1, etc.) that i could think of yields nothing, same in add/remove software. so i got the tarball from python.org and followed book instructions on it (summerfield's python 3, p. 4), namely unpack it, run './configure', run 'make' and finally run 'make install'
in my add/remove programs window, for idle, it says i have the one for python 2.6 installed, but i can't find where to open the program. but i'd like to use 3.1.2 python anyway. additional note: if i type python -V i get Python 2.6.x (can't remember the last digit, i think it's 2), and if i type python3 -V i get Python 3.1.2. so, how do i get python 3 installed and idle for python 3 running?
I am fairly new to Linux. I have OpenSuse Desktop 11.3. For a software package I need to install, I have to have Python 2.4 or 2.5 - it will not run with Python 2.6. I cannot find any way in Yast to install the older version of Python. So my question is this: How do I first uninstall Python 2.6 so I don't screw anything up, and then install Python 2.5? Is it as simple as using Yast for the uninstall, then finding the tarball for 2.5, unpacking it, ./configure, sudo make, sudo make install?
View 3 Replies View RelatedI want to install python in RHEL 5.0.
View 2 Replies View RelatedI have a deb file I need to install to make my thinkpad buttons work, but don't understand how. I have it saved in my documents folder.
View 6 Replies View RelatedCan you install itunes on 9.10 karmic if so can u tell me how?
View 9 Replies View RelatedI have a cd from one of those old computer mags, which has loads of tt fonts on it. How do I get them installed and running in linux.
View 1 Replies View RelatedI've never had any use for IE, all the browsers that run natively are just fine. This is the first time I've actually needed it -- I'm applying for a job that happens to be on an IE only website. (Sofrustrating) I've tried many approaches to install Internet Explorer through wine and have failed so far. Everything I've read seems to point towards ies4linux. I attempted this:
Code:
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
[Code]...
IEs4Linux 2 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version. It's recommended that you update your wine to the latest version (Go to: winehq.com). So I removed wine and installed version 1.0.1, which resulted in the same error. Is this wine version too new? even if it doesn't involve ies4linux.
I'm trying to setup Tor in Karmic. I went through a few guides already, including [URL]. I added the repos in /etc/apt/sources.list and did "apt-get update". My sticking point is here:
Code:
#apt-get install tor
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code].....
I just recently upgraded from Jaunty to Karmic and now I can't seem to get the nvidia drivers to work properly. It originally came up in low graphics mode and said that the 190 driver was installed, but it didn't work properly so I disabled it.After rebooting, the 190 driver will never properly activate. I tried launching jockey-gtk and it tells me to see /var/log/jockey.log which shows:
Code:
2010-05-16 08:54:58,054 DEBUG: Installing package: nvidia-glx-190
2010-05-16 08:54:58,778 ERROR: XorgDriverHandler.enable(): package or module not installed, aborting
I wasn't able to get the 185 drivers either until I did a manual apt-get install nvidia-glx-185. Then it eventually worked and nvidia-xconfig got my xorg.conf updated and correct. So now the 185 drivers are installed (though jockey-gtk does NOT show those drivers in green -- it doesn't think that I have any of the drivers enabled so all of the little bubbles show up as grey). The 185 drivers are definitely installed though (185.18.36 to be exact) and Compiz is enabled, desktop effects are on, etc.
Any idea what is up with this? Why doesn't jockey show the drivers that are installed and more importantly, how come I cannot install the 190 drivers? I tried doing it via apt but this is what it tells me:
Code:
$ sudo apt-get install nvidia-glx-190
[sudo] password for bdmayes:
Reading package lists... Done
Building dependency tree
[code]....