Re: [Pythonmac-SIG] wxPython problem...

2007-04-23 Thread Kevin Ollivier
Hi Jerry, You should bring this up on the [EMAIL PROTECTED] list. I'm pretty sure someone there will be able to help you. Regards, Kevin On Apr 23, 2007, at 6:52 AM, Jerry LeVan wrote: > Hi, > > I am running latest OSX 10.4.9, Python 2.5.1 (r251:54869, Apr 18 > 2007, 22:08:04) and > wxPython

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ronald Oussoren
On 23 Apr, 2007, at 21:31, Robert Kern wrote: Ronald Oussoren wrote: On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" <[EMAIL PROTECTED]> wrote: Perhaps this is not possible, however I do see the following egg names through google so I wonder if it is possible: numpy-1.0.2.dev3507

Re: [Pythonmac-SIG] Numeric problem with Intel Mac OSX 10.4.8

2007-04-23 Thread Ronald Oussoren
On 23 Apr, 2007, at 17:20, David Worrall wrote: numeric is now called numpy That's not very helpful :-) see http://numpy.scipy.org/ also, all lower case... Jan, how did you install Numeric? Did you use a binary package, if so where did you download it? Are you on an Intel or PPC mac?

Re: [Pythonmac-SIG] Numeric problem with Intel Mac OSX 10.4.8

2007-04-23 Thread David Worrall
Thanks Christopher that's wot I meant but I was rushin' out the door Also, you'll find some of the matplotlib examples, amongst many others, still try to import numeric or even numarray. I've yet to have a problem by replacing them with numpy. Of course I haven't done intensive testing

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Robert Kern
Ronald Oussoren wrote: > On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" <[EMAIL PROTECTED]> > wrote: >> Perhaps this is not possible, however I do see the following egg names >> through google so I wonder if it is possible: >> >> numpy-1.0.2.dev3507-py2.5-macosx-10.4-i386.egg >> >> Thanks

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ulysses Known
> On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" > >I was wondering more along the lines of distutils.cfg so that I would > >set it once for this system and then have it affect all the installs > >thereafter. Ulysses Known wrote: > The answer (implied, but not explicitly stated) it that th

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Christopher Barker
Ulysses Known wrote: > The answer (implied, but not explicitly stated) it that this is not > possible, and that on OSX python installs with easy_install are > targeted at OSX 10.3 and Universal binaries. not quite. easy_install uses distutils (or a modified version, anyway), which builds extensio

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ulysses Known
Thanks to Ronald and Kevin for their replies. > On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" <[EMAIL PROTECTED]> > wrote: > >I was wondering more along the lines of distutils.cfg so that I would > >set it once for this system and then have it affect all the installs > >thereafter. The

Re: [Pythonmac-SIG] Numeric problem with Intel Mac OSX 10.4.8

2007-04-23 Thread Christopher Barker
David Worrall wrote: > numeric is now called numpy > see > http://numpy.scipy.org/ to clarify: "numpy" is a newer, next-generation version of the old and venerable "Numeric". numpy is newer, better, an under active development. The API is very similar, but not exactly the same as Numeric, so if

Re: [Pythonmac-SIG] Numeric problem with Intel Mac OSX 10.4.8

2007-04-23 Thread David Worrall
numeric is now called numpy see http://numpy.scipy.org/ also, all lower case... David On 24/04/2007, at 12:21 AM, Jan H. Jensen wrote: > Hi, I have the following problem. Can anyone help? > > best regards, Jan Jensen > > Python 2.4.4 (#1, Oct 18 2006, 10:34:39) > [GCC 4.0.1 (Apple Computer, In

[Pythonmac-SIG] Numeric problem with Intel Mac OSX 10.4.8

2007-04-23 Thread Jan H. Jensen
Hi, I have the following problem. Can anyone help? best regards, Jan Jensen Python 2.4.4 (#1, Oct 18 2006, 10:34:39) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import Numeric Traceback (most recent call last

[Pythonmac-SIG] wxPython problem...

2007-04-23 Thread Jerry LeVan
Hi, I am running latest OSX 10.4.9, Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) and wxPython2.8-osx-unicode-2.8.3.0-universal10.4-py2.5.dmg. When I try help(wx) I get: >>> help(wx) Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Ve

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ronald Oussoren
On Monday, April 23, 2007, at 02:46PM, "Ulysses Known" <[EMAIL PROTECTED]> wrote: >On 4/23/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: >> On 23 Apr, 2007, at 3:44, Ulysses Known wrote: >> > Hi, >> > >> > I just used easy_install to install a package on OSX 10.4.9 (MacBook >> > Pro) and noted

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Kevin Walzer
Ulysses Known wrote: > > Well, since easy_install pulled down and built the package on this > machine (a very slick and easy install indeed!) I see no need to have > PPC binaries on it, since I would use that same install process on a > PPC box. > Is space at a premium on your machine? If not,

Re: [Pythonmac-SIG] easy_install question

2007-04-23 Thread Ulysses Known
On 4/23/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > On 23 Apr, 2007, at 3:44, Ulysses Known wrote: > > Hi, > > > > I just used easy_install to install a package on OSX 10.4.9 (MacBook > > Pro) and noted that the built egg has the following name: > > > > FOO-py2.5-macosx-10.3-fat.egg > > > > Ho