Ubuntu :: Can't Get To Python 3.1 / Fix This?

Jul 30, 2011

I already have the Python 2.6 interpreter installed on my system. I was reading A Byte of Python, and it said to get Python 3.1. So I typed in 'sudo apt-get install python3.1' in the terminal, followed the prompts and it installed. However, now I can't find it anywhere. I go either to the PyCrust of PyShell and it still says I'm using version 2.6.6. Any advice?

View 2 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 :: 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

Ubuntu :: Need Both Python V2.5 And 2.6?

Mar 27, 2010

It says in my package manager that i have both 2.5 and 2.6 installed. I'm trying to clean up my laptop, can i delete one of them or do i need both?

View 3 Replies View Related

Ubuntu :: How To Use Python 3.1 - Getting 2.6

Dec 15, 2010

Just installed Python 3 but every time I enter Python at the terminal I get 2.6. How do I use 3.1

View 2 Replies View Related

Ubuntu :: How To Install Python 2.6.5

Jun 10, 2010

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

Ubuntu :: How To Install Python 3.1.2

Jun 19, 2010

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

Ubuntu :: _tkinter In Python 2.5 In 10.04?

Jun 28, 2010

Ive recently needed to downgrade to python2.5 so i added the main repository for karmic. Then i downgraded _tkinter to the karmic version and installed python2.5. Previously i had gotten import _tkinter to work in python2.6 by doing the same procedure as above expect with python 2.6. However, now _tkinter isn't working, giving me the error 'no module named _tkinter'.

View 1 Replies View Related

Ubuntu :: How To Install Python 2.6 On 8.04

Oct 23, 2010

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

Ubuntu :: How To Setup Vim For Python

Nov 17, 2010

i have been trying to set up vim for python development but i cant seem to find vim-python package has it been removed or has it been combined with some other package

View 1 Replies View Related

Ubuntu :: 10.10 - How To Install Python

Dec 23, 2010

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

Ubuntu :: Using Deluge 1.2.2 In 11.04 With Python 2.6?

Jun 12, 2011

I am running a linux server with Ubuntu 10.04. It runs a deluge daemon. Deluge 1.2.2 with python 2.6. I have the client running in Ubuntu 11.04.

The problem is, some of the plugins require python 2.6 while I have 2.7. After some digging I have found that 11.04 supports and has installed python 2.6 /usr/bin/python2.6

I have edited all the deluge files

Code:
/usr/local/bin/deluge
/usr/local/bin/deluge-gtk
/usr/local/bin/deluge-console

[Code].....

View 4 Replies View Related

Ubuntu :: Python Will Only Importing Locally

Mar 5, 2010

I am having a problem with Python. I type "import" and it will not import. It will only import locally.

View 2 Replies View Related

Ubuntu Installation :: Python-dev 2.6 Via Synaptic?

Apr 9, 2010

I have to install this file - python-dev 2.6 - to run FreeCAD. I found the file by googling it however the site 'strongly suggests downloading this file via the synaptic package manager'. How do I do this?

View 3 Replies View Related

Ubuntu :: Python Drag Window Around?

May 16, 2010

I'm trying to manipulate the existing windows from within a python script similar to the BASH wmctrl. I've got the basics down with PyWnck, but I need to be able to tell when a window is actively being dragged (or just when the title bar is being clicked). I doubt this is a wnck function. direction of the right python package?

View 1 Replies View Related

Ubuntu :: Python 100% On One Cpu Of Dual Core?

Jul 4, 2010

my laptop fan was blazing like crazy for a while with only firefox and pidgin open. and even after closing firefox, it still continued. i took a look in htop, and appears that python is sucking 100% of 1 of the two cores all the time. it occasionally swaps core, but it always keeps 1 core completely occupied. i'm currently on lucid x64.

screenshots of htop and system monitor attached.

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

Ubuntu :: How To Get Python Script To Run Every Hour

Nov 23, 2010

I have a python script that I would like to run every hour regardless of whether I am logged in. I have tried putting a link to the script in cron.hourly, however, it does not run.

View 9 Replies View Related

Ubuntu :: Get A Python Shell And Idle?

Dec 23, 2010

how do i get a python shell and idle on Ubuntu? so i can start learning how to write codes.

View 1 Replies View Related

Ubuntu :: 10.10 Python 2.6 Modules Not Found?

Jan 4, 2011

I am trying to import some Python modules into Ubuntu 10.10 (PySCeS and PyDSTool). If I download the modules and extract them into a directoy in my home directory, open that directory in terminal, and then import them into python (>>>import module_x) then it loads fine. However, if I am outside of the directories then it always returns an error saying the module is not found. I have tried putting the modules into usr/local/lib/python2.6/site-packages or dist-packages and usr/shared/pyshared etc but it never sees any of my modules. It also does this with modules installed from the repository. They are always "not found" but if placed manually in the working directory they are.

View 2 Replies View Related

Ubuntu :: Python Or C++ Or Java Or Objective C?

Feb 7, 2011

i want to become a programmer and don't know any thing about the codeing. linux has python buit in so i tried it seems ok. C++ i heard is hard. Java is also hard but i managed a hello world on it. Objective C i hear is for writing in ipod language or something.I am a beginner so where should i start? Any good places to learn?

View 5 Replies View Related

Ubuntu :: Python Error After Update To 11.04?

May 10, 2011

i update my ubuntu(10.10) to 11.04 when it update i got one error that say can not install python or upgrade . the installation finsh and i reboot my pc then ubuntu wont start i try to use

Code:
sudo dpkg --configure -a --force-all

my system repair but i still Have problem with python

the real issue is that when i install a package that require python the package wont install and say error:

Code:
Package python is not configured yet

View 5 Replies View Related

Ubuntu :: Updating To Python 3.1 To 3.2 In LLucid?

Jun 25, 2011

I have 2 netbooks, one desk top and a server on my home network. I would like to have all my machines running the same version of Python. The Lucid machine repositories seem stuck at 2.6x and 3.1x ... I want them to be 2.7x and 3.2 so that I am consistant.

Is there a way to upgrade the repositories for Python without having to upgrade the whole system?

View 3 Replies View Related







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