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.

0 votes
1 answer
603 views

Can't install Mercurial on Mac OS X 10.5.8

When selecting the volume in the installation program it says "You cannot install Merucrial on this volume. Mercurial requires Apple Python 2.6". I tried installing the latest version of Python from ...
user avatar
3 votes
2 answers
24k views

Python easy_install confused on Mac OS X

Environment info: $ which python /usr/bin/python $ python Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin $ echo $PATH /opt/local/bin:/opt/local/sbin:/...
slf's user avatar
  • 409
0 votes
1 answer
479 views

Customized Grid in wxPython? [closed]

How can I implement the grid(black border) in the following image in wxPython?
MA1's user avatar
  • 1,169
1 vote
3 answers
3k views

nmap 5.21 and Python problems

What does this mean and how can I fix it? root@bt:~# rpm -vhU http://nmap.org/dist/nmap-5.21-1.i386.rpm Retrieving http://nmap.org/dist/nmap-5.21-1.i386.rpm error: Failed dependencies: /usr/bin/...
user avatar
1 vote
1 answer
1k views

installing OpenCV 2.0 on Ubuntu Karmic: still get ImportError from "import cv" in Python

I have tried compiling and installing from the 2.0.0 release source, the SVN head, and from a PPA. After each, I still get the following from a Python console: >>> import cv Traceback (most ...
kostmo's user avatar
  • 322
1 vote
1 answer
4k views

How to install Lapack and atlas on ubuntu intrepid?

I have installed Ubuntu 8.10. I am using python 2.6.4. I want to install the following package along with its dependencies. scipy 0.7.1 I am getting some error related to ATLAS. How do I install ...
Bruce's user avatar
  • 3,167
3 votes
1 answer
2k views

Blender + Google Sketchup 7

I have been trying to import a model from Google Sketchup 7 into Blender 2.49. I have read countless tutorials on how to export it using the Sketchup program into various formats, but these are not ...
amphetamachine's user avatar
4 votes
2 answers
9k views

How do I prevent rpmbuild form injecting requirements into RPM package?

I'm creating an RPM package from native Python 2.5 one. Out corporate policy is to use python2.4 by default, so I'm adding a string Requires: python25 to a .spec file. When I look at created RPM ...
Basilevs's user avatar
  • 2,796
7 votes
5 answers
3k views

How can I prevent the python.el that ships with Emacs 23 from EVER loading?

I use python-mode.el instead of python.el for python work, and all of my customizations depend on it. However, periodically for some reason the python.el that ships with Emacs23 will magically get ...
Chris R's user avatar
  • 1,911
2 votes
2 answers
2k views

install pymedia and python audio tools

I noticed a pattern of errors while trying to install PyMedia and Python Audio Tools. For both modules I run the following: $ python setup.py install Then I get a series of compilation errors, and ...
aaron's user avatar
  • 543
0 votes
1 answer
2k views

Create a video file from PGM files

Is it possible to create a video file (playable in VLC) from a collection of pgm files. I would like to do this in Python.
user avatar
0 votes
2 answers
6k views

How do I install networkx 1.0 on windows?

I have the networkx 1.0 zip file. How do I install it on windows?
user avatar
3 votes
3 answers
10k views

How to install Deluge on Centos?

I have a problem with installing & running Deluge torrent on my Centos 5 (x86) . I get it from http://dag.wieers.com/rpm/packages/deluge/ this: _http://dag.wieers.com/rpm/packages/deluge/deluge-0....
NARKOZ's user avatar
  • 253
1 vote
1 answer
2k views

python-imaging and libjpeg on FreeBSD

I had a problem with image uploading to Django with FreeBSD, so I asked on SO: https://stackoverflow.com/questions/1959447/django-uploading-image-error and got an answer. Our admin can't install ...
valya's user avatar
  • 928
8 votes
1 answer
5k views

When a Python process is killed on OS X, why doesn't it kill the child processes?

I found myself getting very confused a while back by some changes that I found when moving Python scripts from Linux over to OS X... On Linux, if a Python script has called os.system(), and the ...
Hugh's user avatar
  • 1,211

15 30 50 per page