Re: [Pythonmac-SIG] setting a link to a script using matplolibs WXAgg fails

2005-05-28 Thread Christian Meesters
On 28 May 2005, at 20:07, Bob Ippolito wrote: > > Use #!/usr/bin/env /usr/bin/pythonw > > pythonw is a script and can't be invoked directly from an #! > > -bob > Oh, yes! I didn't think of it. (The program still crashes, but this is definitively a bug related to converting into a bitmap. I will n

Re: [Pythonmac-SIG] setting a link to a script using matplolibs WXAgg fails

2005-05-28 Thread Bob Ippolito
On May 28, 2005, at 4:13 AM, Christian Meesters wrote: > Hi > > Currently I'm writing a bunch of scripts for batch processing and a > few > for graphical display of my data. During the process of writing I > simply put links in /usr/local/bin to my scripting directory. Invoking > the 'non-graph

[Pythonmac-SIG] setting a link to a script using matplolibs WXAgg fails

2005-05-28 Thread Christian Meesters
Hi Currently I'm writing a bunch of scripts for batch processing and a few for graphical display of my data. During the process of writing I simply put links in /usr/local/bin to my scripting directory. Invoking the 'non-graphical' scripts this way in any directory is no problem. Calling the '