Re: [Pythonmac-SIG] matplotlib vector graphics

2005-09-02 Thread Christian Meesters
Hi Teemu, Sure, why not? It works like in the examples provided with matplotlib. For Example: import matplotlib matplotlib.use('Agg') import pylab pylab.plot(list1,list2,'k-') pylab.title("some title") pylab.xlabel('some unit label'

Re: [Pythonmac-SIG] matplotlib on Tiger?

2005-06-07 Thread Christian Meesters
Hi Frank, You might want to check this link: http://sda.iu.edu/projects.html It provides you with binary installers. The link was posted in the matplotlib mailing list. I suggested to announce it for the Pythonmac-SIG as well (hereby done *g*), but got no reply so far. Cheers, Christian On

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

[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 '

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
On 23 Mar 2005, at 17:00, Bob Ippolito wrote: I think what's most important here is how you installed MySQL. Apparently the MySQL extension is looking for components of MySQL that you do not have installed, or that you have installed in a location other than where the extension knows to look. R

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
Hi Jim, On 23 Mar 2005, at 15:07, Jim Muller wrote: Well, the last few errors are probably caused by the first few -- what are they? Sorry, didn't thought that it could be all too important - but thinking about it, my excuse sounds a bit silly. Well here they are: $ python setup.py build sh:

[Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
Hi Has anybody experience installing MySQL-Python (v1.2)? In this case I'd like to install it for the standard 2.3 (for the record: I'm using 10.3.8 with Python Panther Fix). Simply starting 'python setup.py build' results in a bunch of errors and compiler warning and eventually fails: #just

RE: [Pythonmac-SIG] PIL - image.show() problem on 10.2.8 in X11

2005-02-24 Thread Christian Meesters
Hi In addition to what Bob said my $.02: show() will call _showxv() if you can't import Tk - which, as I suppose, is the case on most Macs. _showxv() on the other hand will try to open Preview. But for this you'll need to install the 'JPEG dependencies' as well. Then it will go for xv. You c

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
Well, I followed Robert's instructions and it failed. I then tried to install 'directly' and got the same error message. Guess I must admit that I simply have no clue how to solve this problem. typing 'make' results in this: building 'waste' extension gcc -bundle -undefined dynamic_lookup build

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
pythonw is a shell script that has always shipped with framework builds of Python 2.3.0 and later, just like a pythonw.exe has shipped with the Windows version of Python for quite some time. There's nothing special about it. The fact that it happens to use a "fake" application bundle that li

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
On Dec 8, 2004, at 11:04 AM, Bob Ippolito wrote: On Dec 8, 2004, at 1:53 PM, Christian Meesters wrote: On Dec 8, 2004, at 1:06 AM, Robert Valsjö wrote: How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4 ... Thanks, interesting. But does anybody know how this will

Re: [Pythonmac-SIG] How-To upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4

2004-12-08 Thread Christian Meesters
Thanks, interesting. But does anybody know how this will effect pythonw (e.g. for use with wxPython)? Admittingly I'm a bit hesitant to try out. Cheers Christian On Dec 8, 2004, at 1:06 AM, Robert Valsjö wrote: How to upgrade Apples python installation in Mac OS X 10.3 from python 2.3 to 2.4