Software :: Adding Safely Other Python Version

May 4, 2011

I need to add python2.6 to RHEL55/SL55 that is based on python2.4.3 to utilize the full functionality of another program. Since I already killed one system by replacing the default python version (previous tread), I asked developers how to safely enable already installed 2.6 without crashing the system. Here is the
You could install 'python26' from EPEL[1], presumably this does not break /usr/bin/python since it installs the new version as /usr/bin/python2.6.

View 1 Replies


ADVERTISEMENT

General :: Get Apt-get To Install Python Packages For A Different Version Of Python?

Oct 27, 2010

in 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 Related

Ubuntu :: Safely Resize A Partition Like Adding The Extra Space Without Touching The Existing Data?

Jul 9, 2011

I have a BIG extended partition. It's at about 750Gb. Aside from that, I have 2 unallocated spaces, one at 240Gb and one at 5Gb. I want to make one of my storage drives bigger, and so that I can take advantage of all the space I have. (Those 250Gb have been unused for ages. I want to use them for my growing libraries.) So I wonder: would it be safe to put these smaller "chunks" into the extended partition, and still have a working systen? I don't want to mess it all up.

Also, can I safely resize a partition, like adding the extra space, without touching the existing data? I'm not exactly sure how the resize/move function in GParted works. Will it wipe and extend or only extend it by adding it? It would be nice to have these questions answered. Also, if it's to any help, this is my partition table as of now:

[Code]....

As for the first entries, they're unallocated. They're the primary drives, but they don't exist. I'm actually considering to move my partitions out of the extended one, because I only have 3 partitions that I use and will ever use. But if the extended partition is not a problem, I will just keep it this way.

I'd imagine that I first extend the extended partition to consume the unallocated space, and then I move it all to the end of the partition, and then resize sda7 to consume it, and get a 750Gb partition. Can this be done without loss of data?

View 9 Replies View Related

Ubuntu :: Adding Python Support To Eclipse?

Apr 4, 2011

I have Eclipse Java IDE installed in Ubuntu, and now I want to add Python support

View 2 Replies View Related

Slackware :: Adding Python After Initial Install ?

Apr 14, 2011

Just installed 13.1 64bit on my laptop. In an effort to keep things slim, I neglected to install the 'D' group....didn't figure I would be doing any developing (call me a literalist). I install Wicd and find that Python is a dependency. What is the easiest way for me to make this happen? Should I just install the python txz or will there be more dependencies that could be solved easier with a script?

View 2 Replies View Related

Ubuntu :: What Version Of Python You Are Running

Jul 7, 2010

I need to know what version of python I am running. I am running ubuntu 10.04 and am going to be downloading wxpython but need to know what version of python I am running.In php there is a built in command phpinfo() that tells you everything you need to know about your installation of php, does python have something like this?Also, learned of python 2.7 today, I am currently learning python and am wondering if i should go ahead and upgrade or wait??

View 3 Replies View Related

Fedora :: Downgrading Python To 2.5 From 2.6 Version

May 13, 2010

I want to install OpenERP software which requires python 2.5 ,but my fedora 11 is having the python 2.6 installed by default, how can I downgrade the python 2.6 to 2.5 version. Also I need to know which version of yum is compatible with python 2.5 version.

View 3 Replies View Related

Slackware :: Possible To Downgrade Version Of Python To 2.5?

Oct 26, 2009

This may sound a bit of an awkward question, but I have this app, Salome-Platform, [URL], It requires Python 2.5 at most to be able to run. (Compiling it is way to complex.) Since the Python of Slackware is 2.6, can it be downgraded to 2.5...? If it can, how do I do it...?

View 15 Replies View Related

Fedora :: Install The Newest Version Python 3.1.2?

Apr 9, 2010

i got per default python 2.6.2 on my fedora 12. how can i install the newest version python 3.1.2?

View 2 Replies View Related

Programming :: Python Version And Trac Installation?

Oct 30, 2010

I have debian SID,my repository has libapache2-mod-python version 3.3.1-9+b1 and python 2.6.6-6 No, i configured my apache and restarted my apache, but i saw following errors in the apache's log file:

[Sat Oct 30 15:14:06 2010] [error] python_init: Python version mismatch, expected '2.6.5+', found '2.6.6'.
[Sat Oct 30 15:14:06 2010] [error] python_init: Python executable found '/usr/bin/python'. [Sat Oct 30 15:14:06 2010] [error] python_init: Python path being used '/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/u

i can't downgrade my python and my libapache2-mod-python is last version.

View 1 Replies View Related

Ubuntu :: Make A Program Use An Older Python Version?

Jun 3, 2011

I need to know how to make a program use a version of python older than the newest one. I am trying to run the Traipse fork of OpenRPG. Through their forums, I have learned that one of my problems is that I am running too new a version of python. I have python 2.7.1 installed.

I also have python2.6.6 installed, so I should be able to use that. My first thought was to uninstall 2.7.1 and just use the older version. The problem is that if i uninstall 2.7.1, it wants to also uninstall all the packages dependent on that program. Let's face it, in Natty Narwhal, that is pretty much everything.

Do you know how to force Traipse make it use the 2.6 version?

View 2 Replies View Related

Ubuntu Servers :: Changing Default Version Of Python In Lucid 10.04

Sep 17, 2010

how you change the default version of python in Lucid. Lucid comes packaged with 2.6 but we use 2.5 where I work. I didn't see much of anything on the web for this topic so figured I'd post something. If you are installing python2.5 on Lucid version 10.04 (comes package with 2.6 only)

View 1 Replies View Related

General :: Time To Change - Installed Newer Version Of Python 2.6

Apr 18, 2011

I installed a newer version of python in /usr/local/bin/python2.6. Now I want to use that python and only that one. When I type "Which python", I want to see /usr/local/bin/python2.6, NOT /usr/bin/python, which is old one (2.4). Also, I want to see the same even after I reboot. How do I do that?

View 2 Replies View Related

Ubuntu :: Install A Version Of The GStreamer Python Bindings Greater Or Equal To 0.10.19" Without The Quotes?

Sep 29, 2010

When i try to run pitivi i get the following message and it closes down. "Install a version of the GStreamer Python bindings greater or equal to 0.10.19" without the quotes.What do I need to do? Where is the deb package for gstreamer needed?

View 9 Replies View Related

CentOS 5 :: Adding Newest Version Of RRDtool To Repository?

Feb 15, 2011

Can I ask if it is possible to add the newest version of rrdtool to CentOS repositories? Now I'm using 1.3.8 but there is already 1.4.5. We have some policy so I'm not able to install it not via repo way...

View 1 Replies View Related

Programming :: Make Python Programs Run Without Entering The Command Python?

Mar 22, 2009

I 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?

View 5 Replies View Related

Programming :: Python - Get Text File Data Into An Array On Python?

Nov 30, 2009

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?

View 3 Replies View Related

Software :: Python 3 Want Situation For Python 2 And Become Stop?

Jul 17, 2010

Python 3 want situation for python 2?Python 2 become stop?

View 1 Replies View Related

CentOS 5 :: Yum - Python-devel / Python Dependency

Jan 7, 2011

yum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:

[Code]....

View 2 Replies View Related

Programming :: Python 2.x - Represent The Same In Python 3.x

Mar 4, 2010

I have a function definition in a Python 2.x script which take a tuple as one of its arguments, but 2to3 has no answers nor any of my searching on how to represent the same in Python 3.x

Code:

def blah(self, (string1, string2))

View 4 Replies View Related

CentOS 5 :: Upgrade Python-2.4.3 To Python-2.5?

Mar 30, 2011

How can I upgrade python-2.4.3 to python-2.5?

View 1 Replies View Related

Fedora :: Using Python 2.5 With Python 2.6 With F12?

Nov 30, 2009

Fedora 12 officially uses Python 2.6, good. But the Google AppEngine still goes by Python 2.5 and is showing import errors while i try to start the SDK. Here is the stack trace.

[URL]

View 3 Replies View Related

Fedora :: Switch For Gnome To KDE Safely?

Aug 3, 2009

So, how do I switch from Gnome to KDE safely? Every time I attempt this, I crash the whole thing and have to start over.

View 1 Replies View Related

Fedora :: Can Safely Remove Ubuntu?

Sep 23, 2009

I am having Fedora 11 installed on my laptop. I installed Ubuntu 9.04 a few days back but I don't seem to like it. I had installed grub loader of Ubuntu 9.04.

View 12 Replies View Related

Fedora :: Clean / Tmp Safely At Shutdown

Jan 20, 2010

I have been using this tip at URL.. to delete the temporary files created in /tmp for quite a few Fedora versions. But, I just found out that it does not work in F12. Is there are reason why it doesn't work?

You can put this into /etc/rc.d/init.d/syslog into the "stop)" section. This will clean up /tmp at every shutdown and keep your disk clean. Please note that you should not run this command when X-Windows is running.

View 7 Replies View Related

OpenSUSE :: How To Safely Update Evolution

Jun 22, 2010

The latest version of Evolution is 2.31.x.There is a GnuPG performance bug affecting me that was fixed since version 2.30.x that I would like to get rid of.How can I safely update to 2.31.x or 2.30.x taking care of the appropriate dependencies?Via Software.openSUSE.org I can locate newer rpms in various repositories but they all seem to be GNOME (I am using KDE).

View 7 Replies View Related

OpenSUSE Hardware :: 'Safely Remove' USB HDD?

May 28, 2010

Is there a good/simple way to do this?OK - Under certain other OSs, the 'safely remove' option on usb devices will...1/ On usb pen drive with a power/activity led, switch it off (trivial nicety, but reassuring).2/ On usb HDDs, spin down the disk - seems more important.I don't know if it really is but 'pulling the plug' on a spinning HD makes me nervous!I have tried a number of linux distros recently and only ubuntu 10.04 with gnome seems to do the same. Most others (including openSUSE 11.2, kde 4.3.5 - which I have) only seem to unmount

View 2 Replies View Related

OpenSUSE Install :: Over Vista SAFELY?

Dec 29, 2009

In attempting to install Opensuse 11.X, I have repeatedly encountered a warning I am not sure how to get past safely. The systems I wish to dual-boot Opensuse with will either be primarily Vista, Win 7, or XP, all of which will hopefully also have a third boot option for Windows Server 2008. If there are suggestions of which order to install these operating systems, but I understand if no one wants to waste this thread simply discussing that. When installing Opensuse over a Vista installation, it comes to a point where it finds the previously used partition, which is one a single HD laptop. It will warn, no matter which direction I try to go, that I will lose the entire partition.

This is the step I wish assistance with, as it seems to happen with any option chosen. Otherwise, I am aware that another partition could be created on this single drive, from within Vista, and that one could be chosen during Opensuse installation. I have understanding of the MBR. If someone was to make a reply and mentioned what they know would occur to the MBR, if I chose to install Opensuse to a separate empty partition than the one Windows is using, it would be helpful. A step by step explanation of which option to choose, when all options I've tried keep telling me that the partition will be lost, If someone knows a separate page that lists steps to take at that point of the Opensuse installation, designed to help those that are warned that the partition will be lost, it would be good to mention for novice users like me.

I was hoping that downloading and burning the installation disc would be half the battle for an experienced OS user of 15 years, but it wasn't. I am getting in to Opensuse because it is the alternate OS of choice for IBM, my future dream employer, as I get closer to a Computer Science degree and begin to learn programming. All systems that will use Opensuse will be experimental, and never mission critical, in my education.

View 1 Replies View Related

Ubuntu :: What Programs Can Be Safely Uninstalled?

Jan 2, 2010

What programs can be safely removed to free up space? I'm working with a 4GB SSD (actually 3.3GB) and Ubuntu itselfs takes 2.2GB and after updating it I only have 500MB left. I want to remove everything that can be removed (things like games and such).

View 7 Replies View Related

Ubuntu :: What Directories Can Safely Restore?

Jun 25, 2010

Just in case I have some kind of error (again) I am wondering what directories I could restore without causing a boot error or force me to play with configure files using a live disk on the next reboot.List of directories I could restore that I know won't cause a boot error.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved