Skip to main content

Questions tagged [python]

Python is an interpreted, general, high-level programming language. Programming questions are off topic. Questions about the use of Python should be asked at Stack Overflow (https://www.stackoverflow.com) instead.

2 votes
2 answers
7k views

How to install Visual Python in Ubuntu 10.04?

I am trying to do a Physics problem in python. I need to install visual python because I get the error that it can't find the visual library when I type import visual from * The documentation on the ...
Glen's user avatar
  • 41
0 votes
1 answer
79 views

Python crash issue in Fedora 12

How to fix the following issue and what's the underlying problem? Due to this problem, everything that uses python is not working. /lib/librt.so.1: symbol pthread_barrier_wait, version GLIBC_2.2 not ...
MA1's user avatar
  • 1,169
1 vote
2 answers
121 views

Is it possible to Install one testing package by just modifying source.list file?

I want to pick up Python3 from squeeze, meanwhile I would like to stay with lenny with all other packages. Is this possible by just modifying source.list file?
aXqd's user avatar
  • 473
1 vote
1 answer
3k views

Set default open-with app to a Python program on a Mac

I use the open source application UliPad to edit restructured text files (rst). It is a Python application that I launch via Terminal like so: python32 UliPad.py I have python32 as an alias to the ...
Vincent's user avatar
  • 273
2 votes
4 answers
3k views

How to identify what is starting a process?

On my XP machine, a python.exe process starts every so on which takes up 100% of my CPU. I have to kill it from the task monitor.. How can one identify what this process is and how you can disable ...
Marcus Leon's user avatar
  • 3,075
0 votes
3 answers
4k views

Downloading Python 2.5.4 (from official website) in order to install it

I was quite hesitant about whether I should post this question here on "StackOverflow" or on "SuperUser", but finally decided to post it here as Python is more a programming language rather than a ...
brilliant's user avatar
  • 287
1 vote
1 answer
199 views

How do I install mod_wsgi2.6 in Ubuntu?

I am having a problem while installing mod_wsgi 2.6 which supports Python 2.5 but I have Python 2.6 as the default in Ubuntu. Can you please tell me whether I have to find a mod_wsgi version ...
Subhransu Mishra's user avatar
7 votes
3 answers
4k views

`which python` points to the python I want, but `python` runs the wrong version

I want to use python24 provided by ports, so I've installed it, and python_select -s shows that the version I want is indeed selected. Running which python gives /opt/local/bin/python, and running /...
tramdas's user avatar
  • 173
1 vote
1 answer
199 views

Trouble installing Mercurial 1.5 on Mac OS X 10.5.8 (without using MacPorts)

I'm having trouble installing Mercurial 1.5 (build 20100307) from the prebuilt installer on Mac OS X 10.5.8 (2006 Core Duo MacBook Pro). The machine has never had the mac developer tools installed. ...
user avatar
5 votes
3 answers
13k views

Syntax Highlighting in Terminal for Python?

Is there a way to turn on python syntax highlighting for Terminal.app on Mac OS X?
user avatar
1 vote
1 answer
2k views

CentOS: revert python version back to original

I installed python 2.6 using the instructions here on CentOS 5.4. However I realized it was a bad move and I need to revert back to 2.4, which was there originally. Can anyone guide me on how to undo ...
Neil's user avatar
  • 1,515
3 votes
3 answers
2k views

mysql-python on Snow Leopard with MySQL 64-bit

Can't seem to get mysql-python to work on Snow Leopard for the life of me. Currently using the default version of python that ships with Snow Leopard (python 2.6.1). Installed MySQL 5.1.45 x86_64. I ...
Derek Reynolds's user avatar
4 votes
3 answers
12k views

How to install Zope on Windows?

I am currently trying to setup BuildBot. BuildBot requires Twisted, which in turn requires Zope. I cannot manage to setup this Zope stuff. I have the full source code for Zope-3.4.0, nothing goes as ...
Didier Trosset's user avatar
0 votes
1 answer
6k views

Error with python-setuptools doing "sudo easy_install python-graph-core"

Using easy_install, part of the python-setuptools, I get the following error: $ sudo easy_install python-graph-core [sudo] password for dan: Searching for python-graph-core Reading http://pypi....
Jarvin's user avatar
  • 7,316
1 vote
2 answers
8k views

Problem with installing sqlite3 module for python 2.6 on an ubuntu system

I need to run the sqlite3 module on python 2.6 in an ubuntu system. How do I install this module for Python 2.6? Somehow I don't have this module, it raises the error: Python 2.6.5 (r265:79063, Mar ...
Hoang Pham's user avatar

15 30 50 per page
1
206 207
208
209 210
212