[Pythonmac-SIG] OT: auto launch X11 prefs

2005-09-20 Thread John Hunter
Sorry to abuse this list with an off-topic OS X question: time is very short for me because I am trying to get ready for a presentation this morning and I need to tap into your collective brains. I installed open office X11 edition last night and when it completed at launch time it asked me for m

[Pythonmac-SIG] xcode for 10.3

2005-09-10 Thread John Hunter
My powerbook died and I had to reinstall the OS (Panther). After googling and browsing the OS X web site, I still cannot find any download for the xcode tools for 10.3. All roads seem to lead to Tiger. Anyone have a link to panther tools, particularly xcode? Thanks, JDH ___

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

Re: [Pythonmac-SIG] matplotlib problems

2005-08-12 Thread John Hunter
> "Samuel" == Samuel M Smith <[EMAIL PROTECTED]> writes: Samuel> I installed the matplotlib from Samuel> http://pythonmac.org/packages/ Samuel> matplotlib-0.82-py2.4-macosx10.3.zip Samuel> if I try to import pylab it exits and complains about not Samuel> having pygtk.

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread John Hunter
> "Louis" == Louis Pecora <[EMAIL PROTECTED]> writes: Louis> numerix Numeric 22.0 My guess is that upgrading Numeric will fix this problem. JDH ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pyt

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread John Hunter
> "Louis" == Louis Pecora <[EMAIL PROTECTED]> writes: Louis> *This is deep in matplotlib. Anyone know what's happening? Louis> Here's what line 335 in ticker.py looks like (not sure if Louis> this helps since you'd probably have to know the code of Louis> matplotlib): Loui

Re: [Pythonmac-SIG] readline space problem?

2005-04-03 Thread John Hunter
Bob> Then either it's a bug in readline, or you have some kind of Bob> local configuration problem. If you search around the Fink Bob> project and find out that they're applying any patches, let Bob> me know and I'll see if I can do something, but I'm not going Bob> to researc

Re: [Pythonmac-SIG] readline space problem?

2005-04-01 Thread John Hunter
> "Bob" == Bob Ippolito <[EMAIL PROTECTED]> writes: Bob> Mac OS X does not ship with readline. If you downloaded Bob> readline from PackageManager, it's old and might have bugs. Bob> The one at http://pythonmac.org/packages/ should link in the Bob> latest version of readline a

[Pythonmac-SIG] readline space problem?

2005-04-01 Thread John Hunter
In ipython, which uses readline for tab completion in the shell, on my powerbook when I do >>>cd pyth The completer generates >>>cd python _ where the _ is a placeholder for where the cursor ends up. When completing on a long path, this is annoying, because I have to back

[Pythonmac-SIG] emergency python recovery

2005-03-17 Thread John Hunter
I was in the process of getting ready for a talk this morning at 9AM, one that was largely a demo of python for scientific computing, when I inadvertently did > sudo rm -rf /System/Library/Frameworks/Python/.framework/Versions/2.3/lib/python2.3 Ouch! I had meant to just remove site-packages/

Re: [Pythonmac-SIG] Re: [Matplotlib-users] matplotlib OS-X binary problems.

2005-02-04 Thread John Hunter
> "Chris" == Chris Barker <[EMAIL PROTECTED]> writes: Chris> The question is: Can I build a binary version that will Chris> work with all the back ends, if they are there, but also Chris> work on what is there if they aren't all. This comes down Chris> to when the linking happe

[Pythonmac-SIG] Re: [Matplotlib-users] Binary Matplotlib package

2005-02-02 Thread John Hunter
> "Chris" == Chris Barker <[EMAIL PROTECTED]> writes: Chris> Hi all, I think I've successfully build a binary matplotlib Chris> package for use with Apple's Python on OS-X 10.3.* In Chris> theory the only other thing it requires is Numeric, and I Chris> have a package for that