python question

Tim Wintle tim.wintle at teamrubber.com
Fri May 22 09:05:36 EDT 2009


On Fri, 2009-05-22 at 05:51 -0700, Craig wrote:
> I use python 2.6.2 and i useing ubuntu 9.04 not windows.

What are you trying to install?

is it available in Synaptic package manager?


If it's a program written in python, then there may be a file called
"setup.py". If there is then open a terminal, cd to that directory, and
then type:

python setup.py install

(you may need to do "sudo" before it) - that will normally automatically
compile any extensions written in C

hope that helps.


Tim W




More information about the Python-list mailing list