106 questions
0
votes
1
answer
494
views
How to uninstall the files the python3 DMG installer installed?
I want to delete what was installed. But I am not sure what was there or what wasn't. What should I delete? I believe it is somewhere in
/Library/Frameworks/...
but don't really know what I should ...
2
votes
1
answer
2k
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
1
answer
469
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):
...
1
vote
2
answers
2k
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 ...
3
votes
5
answers
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
3
answers
4k
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 ...