[Tutor] Python proxy settings in OS X

2008-08-18 Thread John DeStefano
I'm having trouble with OS X proxy settings and getting Python to ignore them. I have multiple Python installations on my system: /opt/local/bin/python (2.5.1) /usr/local/bin/2.3 /opt/local/bin/2.4 /usr/bin/python244 (2.4.4) /opt/local/bin/2.5 I've noticed that when using some of these version

[Tutor] python-ldap installation

2008-08-16 Thread John DeStefano
This may sound silly, but I've been searching for a reliable method for installing the python-ldap module for Python 2.4 in a Windows XP environment. Actually, I'm looking for a method that would work cross-platform with Linux and OS X as well, or at least methods that were close enough in nature

Re: [Tutor] Tkinter import error

2007-04-24 Thread John DeStefano
Michael Lange <[EMAIL PROTECTED]> wrote: > Usually there is no need to pass extra arguments to configure. > My guess is that you missed to install Tcl / Tk and/or the Tcl/Tk development > packages before compiling python. That was it: I had both Tcl and Tk installed, but not the development packag

Re: [Tutor] Tkinter import error

2007-04-23 Thread John DeStefano
On 4/23/07, Luke Paireepinart <[EMAIL PROTECTED]> wrote: > So the problem is in your 2.5 install? Well, I get the same error no matter whether I try to import Tkinter while running 2.3, 2.4, or 2.5. > Can you just use a binary package or do you need to compile from scratch? I don't need to compi

[Tutor] Tkinter import error

2007-04-23 Thread John DeStefano
Hi all, I've been lurking for a while; I'm just picking up Python and most of the posts have been a bit over my head. I've run into an error that I've seen reported in several places, but none of the fixes seem to be working for me: when I try to "import Tkinter" I get a configuration error: Trac