Re: [Pythonmac-SIG] matplotlib and postscript output

2005-09-08 Thread Teemu Rinne
Thanks a lot! I am now able to create ps output and can proceed with my work (although I have to deal with the fonts manually, but that's better than no postscript at all). Yes, the problem has something to do with fonts. My test script is now like this: #pstest.py import matplotlib matplotlib

Re: [Pythonmac-SIG] matplotlib and postscript output

2005-09-08 Thread John Hunter
> "Teemu" == Teemu Rinne <[EMAIL PROTECTED]> writes: Teemu> Any help/suggestions would be greatly appreciated. matplotlib emes it's freetype fonts into the postscript file. The fonts it finds are usually platform and per-computer specific. It looks to me like the errant platform has som

[Pythonmac-SIG] matplotlib and postscript output

2005-09-08 Thread Teemu Rinne
Hi, I am still not able to figure out what is wrong with the postscript output of my new matplotlib installations (pythonmac binaries). Test script: import matplotlib matplotlib.use('Agg') from pylab import * plot(arange(5),arange(5),'k-') title("some title") xlabel('some unit label') ylabel('s

Re: [Pythonmac-SIG] Newbie embedding question

2005-09-08 Thread Bob Ippolito
On Sep 8, 2005, at 12:35 PM, Jeff Geraci wrote: > I'm trying to embed the Python interpreter in a simple command-line > application which I'm building with XCode 2.1. Although the > application > links, when I run it, I get the following error: > > "ZeroLink: unknown symbol '_Py_Initialize' >

[Pythonmac-SIG] Newbie embedding question

2005-09-08 Thread Jeff Geraci
Hello, I'm trying to embed the Python interpreter in a simple command-line application which I'm building with XCode 2.1. Although the application links, when I run it, I get the following error: "ZeroLink: unknown symbol '_Py_Initialize' I've Googled this and can't seem to find much informati