Re: [Pythonmac-SIG] py2app crash if path contains a colon

2006-06-16 Thread Ronald Oussoren
On Wednesday, June 14, 2006, at 05:18PM, Bob Ippolito <[EMAIL PROTECTED]> wrote: >python itself needs to be in a directory containing a colon. > >bump:~/src/python/:colon bob$ ./python.exe -c "import sys; print >sys.path" >'import site' failed; use -v for traceback >['', '/usr/local/lib/python

[Pythonmac-SIG] Can't build 2.4.3 against X11 Tcl/Tk

2006-06-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is a new twist on an old problem. I'm trying to build a standard Unix version of Python (without - -enable-framework) and link it against an X11-based version of Tcl/Tk. However, no matter what I do, it builds against the system-installed Tk/Aqua

Re: [Pythonmac-SIG] Can't build 2.4.3 against X11 Tcl/Tk

2006-06-16 Thread Bob Ippolito
On Jun 16, 2006, at 9:40 AM, Kevin Walzer wrote: > This is a new twist on an old problem. > > I'm trying to build a standard Unix version of Python (without > - -enable-framework) and link it against an X11-based version of > Tcl/Tk. > However, no matter what I do, it builds against the system-

Re: [Pythonmac-SIG] py2app crash if path contains a colon

2006-06-16 Thread Ronald Oussoren
On 15-jun-2006, at 23:21, Bob Ippolito wrote: > > On Jun 15, 2006, at 2:12 PM, Bob Ippolito wrote: > >> FWIW, this isn't at all Mac OS X specific.. >> >> $ uname -rs && pwd && ./python -c "import sys; print sys.path" >> FreeBSD 6.0-RELEASE >> /usr/home/bob/src/python/:colon >> 'import site' faile

Re: [Pythonmac-SIG] py2app crash if path contains a colon

2006-06-16 Thread Bob Ippolito
On Jun 16, 2006, at 12:21 AM, Ronald Oussoren wrote: > > On 15-jun-2006, at 23:21, Bob Ippolito wrote: > >> >> On Jun 15, 2006, at 2:12 PM, Bob Ippolito wrote: >> >>> FWIW, this isn't at all Mac OS X specific.. >>> >>> $ uname -rs && pwd && ./python -c "import sys; print sys.path" >>> FreeBSD 6.0