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


ADVERTISEMENT

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

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

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

Ubuntu :: Python Interactive Session: "help()", Then "modules" Freezes Python?

Jan 12, 2011

This problem has to do with Python's interactive help (To get to the interactive help, just type help() at any interactive session). I like to browse all my installed Python modules, to see if I can find something that would be useful for my hobby programming projects. However, recently, typing modules (which is the command to list all installed modules) freezes the interactive session.

View 1 Replies View Related

Fedora :: Python 2.5 On 12 Not Working

Feb 15, 2010

I've got Fedora 12 and I need to install python 2.5. Without trhis version of python, very important program to me will not work - is it possible?

View 6 Replies View Related

Fedora :: Install Python 2.7 On 15?

Jul 29, 2011

i want IDLE on my Fedora 15, is this possible?

View 2 Replies View Related

Fedora :: Can't Install Python 2.6 On 15

Aug 13, 2011

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

Red Hat / Fedora :: IDLE In Python 2.6.2 In 12?

Apr 2, 2010

I used the Windows form of Python's IDLE for a long time and now that i have fedora, I only can get into the command line interactive. I have TKinter and a bunch of packages for it, so I don't think thats the problem, I just cant get into idle.

View 8 Replies View Related

Fedora :: How To Install Sqlite-python

Nov 18, 2009

I am trying to install sqlite-python package in my FC11 machine. I couldn't find an rpm to install.

View 2 Replies View Related

Fedora :: Getting A Python Bug Surfacing Through ABRT

Dec 21, 2009

Lately I have been getting a Python bug surfacing through my ABRT. The Python version is 2.6.2-2.fc12.

View 1 Replies View Related

Fedora :: Using Yum To Reinstall Python And Zlib?

Jan 9, 2010

I've recently installed fedora 12 and I'm trying to install setuptools using the following commands:

Code:
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
However, I get the following error:
Quote:

zipimport.ZipImportError: can't decompress data; zlib not available

I've tried using yum to reinstall python and zlib to no avail.

View 2 Replies View Related

Fedora :: Python Module Urlgrabber

May 12, 2010

After trying to upgrade from fedora 10 to fedora 11 gui and yum will not run. When i try to use yum i get a message that module urlgrabber is missing or wrong version. also libssl.so.7 is missing.

No yum options work.

View 3 Replies View Related

Fedora :: Install Python 3 And Idle In 12?

May 28, 2010

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

View 9 Replies View Related

Fedora :: How To Tell IDLE To Run Python 3 In Core 13

Sep 24, 2010

I have IDLE installed with the Python-tools package, but when I run IDLE in command line, it runs python 2.6...I have python 3 installed, I'm just wondering how to tell IDLE to run Python 3. The reason I ask is because, if I go through IDLE, file>Path Browser, I see a lot of Python 2.6 files...but no Python 3 files. When i run yum install Python3 -

[root@Homecomp Legio]# yum install python3
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Package python3-3.1.2-7.fc13.x86_64 already installed and latest version
Nothing to do

When I look for Python 3, I find it in /usr/bin/Python3, an executable file, along with 3.1, 2.6 and a link to executable 2. I have no files in /usr/local/bin. My question is...How do I tell IDLE to run Python 3 instead of 2? I just started using Fedora, so I don't have all the commands down yet. Have to say its a bit different than Windows...but in a good way so far.

View 6 Replies View Related

General :: Python Crash In Fedora 12

May 5, 2010

Due to this problem, everything that uses python is not working.

/lib/librt.so.1: symbol pthread_barrier_wait, version GLIBC_2.2 not defined in file libpthread.so.0 with link time reference

Please install a package which provides this module, or verify that the module is installed correctly.It's possible that the above module doesn't match the current version of Python, which is: 2.6.2 (r262:71600, Aug 21 2009, 12:22:21) [GCC 4.4.1 20090818 (Red Hat 4.4.1-6)]

View 1 Replies View Related

Red Hat / Fedora :: Installing Python On 13 - 32 Bit OS, 64 Bit Computer

Jul 4, 2011

I'M trying to install python on Fedora 13, 32 bit OS, 64 bit computer. Here are the instructions. On Unix, Linux, BSD, OSX, and Cygwin:

./congigure
make
make test
sudo make install

[Code]....

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

Fedora :: Giving Errors About Python At Bootup?

Sep 1, 2009

I had some problems and had to upgrade my motherboard. I chose the same manufacturer and haven't had any major problems booting into Fedora 11. (I was totally amazed by this BTW).The only thing is that I have 8 GBs of memory in my computer and System-monitor now says that I only have 3.2. Lastly my nvidia driver which is working correctly, is giving errors about python at bootup. Something about glib being presentAnother weird thing is that GRUB will not let me interrupt it either during normal usage nor with a live CD loaded. This also started happening after I installed Fedora 11 on my old board.

View 9 Replies View Related

Fedora :: Error: Missing Dependency: Python(abi)

Nov 23, 2009

I get this missing dependency: Error: Missing Dependency: python(abi) = 2.3 I've tried to find this, but can find only references to it in past versions of Fedora (<9). I'm running F11.

View 1 Replies View Related

Fedora :: Eric The Python IDE After Updating To PyQt 4.6.2e?

Nov 30, 2009

after updating to kde 4.3.3 PyQt4 updated to 4.6.2 since that eric is open with lots of errors and when i try to run apython script inside it the run fail

i reported a bug
https://bugzilla.redhat.com/show_bug.cgi?id=541982

View 1 Replies View Related

Fedora :: Fatal Python Error After SW Update

Dec 8, 2009

Last night software updater notification showed 29 updates. I was building a liveCD image so decided create the image first then install the updates. After the updates were finished, I did a reboot because some packages required it, I logged on successfully, then I shutdown for the night. This morning when I executed the same command used to create the liveCD image, I get the following error.

[Code]....

View 3 Replies View Related

Fedora :: Upgrade / Replace Current Python 2.5.2 On F10?

Dec 31, 2009

I have some tools that seem to have issues with Python 2.5 but are OK (on other systems) with Python 2.6. So, I was considering upgrading my Python interpreter to the current 2.6.4, but I know that in various RH distros, this was strongly discouraged. Is it OK to replace my current Python 2.5.2 on F10? If so, should that be done from source or can I do this cleanly through yum?

View 4 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

Fedora Installation :: Cannot Install Python-virtualenv?

May 7, 2010

I get an error when trying to install python-virtualenv package:

Quote:
# yum install python-virtualenv
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check

[Code]...

AFAIK, python-virtualenv package does not really require any development packages (at least in ubuntu, debian, opensuse). Is it a bug? I didn't find anything with search engines...

View 6 Replies View Related

Fedora Installation :: Python Error When Trying To Upgrade F13 To 14?

Nov 27, 2010

I'm encountering a python error in the beginning of the upgrade. See screenshot. How can this be solved or should I indeed file a bug report? Problem is that except for taking the picture, I've been unable to save the info.

View 3 Replies View Related







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