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'
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
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
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 '
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
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:
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
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
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
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
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
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
12 matches
Mail list logo