Tagged Questions
The python-install tag has no wiki summary.
3
votes
5answers
3k views
Python with PIL and Libjpeg on Leopard
I'm having trouble getting pictures supported with PIL - it throws me this:
IOError: decoder jpeg not available
I installed PIL from binary, not realizing I needed libjpeg.
I installed libjpeg and ...
2
votes
3answers
3k views
Python + Leopard + Fink + Mac Ports + Python.org + Idiot = broken Python - fresh start?
I have been enjoying learning the basics of python, but before I started reading things I tried to install various python versions and modules clumsily. Now that I have some ideas of what I want to do ...
1
vote
1answer
72 views
Max recursion in “pip install” & “setup.py install” [closed]
I'm trying to install a package (splinter) on a Macbook (OS X 10.6.8), but I keep getting maximum recursion errors. They occur whether I use "setup.py install" or "pip install", and whether I try to ...
0
votes
1answer
213 views
Problem installing neo4j.py
I have followed the instructions here and for some reason I am getting the following traceback:
root@ubuntu:~/Downloads/neo4j-python# python setup.py install
Traceback (most recent call last):
...
0
votes
2answers
293 views
add Python path to PATH system variable automatically under Windows
I'm creating one-click python installer (integrated with my application). Is there any way to force Python MSI installer to add python's path to SYSTEM PATH variable?
I'm using MSI installer because ...