Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Pascal Bompard
Returning to this 3 week old chestnut, (apologies for delay - my second child was born in the interim), and thanks to all who attempted to help, but I am still struggling with this issue. Christopher Barker wrote: If you have scripts you want to run from anywhere, make them executable:

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Mike Covill
On 7-Aug-08, at 9:34 AM, Pascal Bompard wrote: Returning to this 3 week old chestnut, (apologies for delay - my second child was born in the interim), and thanks to all who attempted to help, but I am still struggling with this issue. Christopher Barker wrote: If you have scripts you want

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Mike Covill
On 7-Aug-08, at 9:45 AM, Mike Covill wrote: On 7-Aug-08, at 9:34 AM, Pascal Bompard wrote: Returning to this 3 week old chestnut, (apologies for delay - my second child was born in the interim), and thanks to all who attempted to help, but I am still struggling with this issue.

Re: [Pythonmac-SIG] module 'New' no in MacPython?

2008-08-07 Thread Chris Barker
Bill Janssen wrote: There is a Python standard library module called new, and the Mac filesystem is case-insensitive... Try doing % touch new % touch New % ls case-insensitive, yet case-preserving -- weird. apparently the case preserving does effect *nix apps like python. You can:

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Timothy Grant
On Thu, Aug 7, 2008 at 6:58 AM, Mike Covill [EMAIL PROTECTED] wrote: On 7-Aug-08, at 9:45 AM, Mike Covill wrote: On 7-Aug-08, at 9:34 AM, Pascal Bompard wrote: Returning to this 3 week old chestnut, (apologies for delay - my second child was born in the interim), and thanks to all who

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Chris Barker
Timothy Grant wrote: While command lines can be made to lie, it concerns me that it looks like you're using and Administrator account to do all this work. Administrators have far to much power and can do far too much damage far too quickly. very true. However, OS-X be default does not allow

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Timothy Grant
On Thu, Aug 7, 2008 at 9:48 AM, Chris Barker [EMAIL PROTECTED] wrote: Timothy Grant wrote: While command lines can be made to lie, it concerns me that it looks like you're using and Administrator account to do all this work. Administrators have far to much power and can do far too much damage

[Pythonmac-SIG] python 2.6 trunk

2008-08-07 Thread Chris Kees
Hi, I'm trying to rebuild my 4-way universal framework build of python 2.6 using the latest revision in the trunk. I got a compile error due to a redefinition of FSIORefNum in some of the Mac/Modules files (see svn diff output at end of email). After changing that, I still get a

[Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Kenneth Miller
Has anyone had success with this? This is what I'm encountering. Here i printed the sys.path, why does this include modules local to the machine? I want it to be independent of any local resources? 8/7/08 2:22:55 PM ['/Users/xkenneth/work/mwdconfig/tkpyro/dist/

Re: [Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Chris Barker
Kenneth Miller wrote: This is what I'm encountering. Here i printed the sys.path, why does this include modules local to the machine? I want it to be independent of any local resources? '/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5', This is Apple's installed

Re: [Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Kenneth Miller
Chris, How can I build python to link to the OS X Tkinter libraries? That's the ONLY reason I'm using the system python. I usually use the python built by macports. Regards, Ken On Aug 7, 2008, at 3:59 PM, Chris Barker wrote: Kenneth Miller wrote: This is what I'm encountering.

Re: [Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Christopher Barker
Kenneth Miller wrote: How can I build python to link to the OS X Tkinter libraries? That's the ONLY reason I'm using the system python. I usually use the python built by macports. I'm pretty sure the build you get from python.org works fine with Tkinter -- it is well integerated with

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Pascal Bompard
Thank you! This solved it for me. I knew it had to be something as ridiculously n00bish as keeping python in the script call. On 07/08/2008, at 9:58 PM, Mike Covill wrote: You should be able to execute your script by typing just your script name from anywhere, leave out python:

Re: [Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Mike Keith
On Thu, Aug 7, 2008 at 11:18 PM, Christopher Barker [EMAIL PROTECTED] wrote: Kenneth Miller wrote: How can I build python to link to the OS X Tkinter libraries? That's the ONLY reason I'm using the system python. I usually use the python built by macports. I'm pretty sure the build you