Re: [Pythonmac-SIG] Problem w/Tkinter on 2.5 (Panther)

2006-04-07 Thread w chun
update: the original build i used was 2.5a0 on Mar 28. with the latest 2.5a1 on Apr 6, i don't see this problem anymore, and my Tkinter scripts run fine straight from the shell. i love it when problems disappear like this, but it always leaves me wondering what the breakage was and what fixed it

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-07 Thread Ronald Oussoren
On Friday, April 07, 2006, at 08:10AM, Bob Ippolito <[EMAIL PROTECTED]> wrote: > It really has nothing to do with Xcode (or even GCC). This is all autoconf, > but I'm pretty sure it was just that Ronald had an OPT > environment variable set when he built it because I can't reproduce. See Mac

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-07 Thread Ronald Oussoren
On Friday, April 07, 2006, at 09:09AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > >On Friday, April 07, 2006, at 08:10AM, Bob Ippolito <[EMAIL PROTECTED]> wrote: > >> It really has nothing to do with Xcode (or even GCC). This is all autoconf, >> but I'm pretty sure it was just that Ronald

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-07 Thread Zachery Bir
On Apr 7, 2006, at 9:33 AM, Ronald Oussoren wrote: > I found some time to fire up the compiler. There's a new build of > the 2.4.3 installer on my iDisk. If that works correctly I'll ask > someone to replace the DMG on python.org. Please test if this > fixes the speed issues and works in ge

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-07 Thread Daniel Lord
;-( Thanks Ron--Not! Now my 1.8 Dual really looks long in the tooth at 3.0 pystones. Guess I need to buy a MacBook now that it runs rings around my clunky old desktop. It would be interesting to see how the dual core G5 and Quad core do as well as the 2+ Ghz newer duals. I know the origina

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-07 Thread Shane Holloway (IEEE)
Works great!! Thanks Ronald & crew! [EMAIL PROTECTED] ~% /Library/Frameworks/Python.framework/Versions/ 2.4/bin/python -c "from test.pystone import pystones; print pystones()" (1.6299, 30674.846625766873) Very exciting times in the Mac community all around. Looking forward to so

Re: [Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

2006-04-07 Thread Ted Leung
Looks good here, too: [sprout:2012]> /Library/Frameworks/Python.framework/Versions/2.4/bin/ python -c "from test.pystone import pystones; print pystones()" (1.26, 39682.539682539682) === 2006-04-07 9:50 [sprout:2012]> /Library/Framewor

[Pythonmac-SIG] Suggest Aqua Tcl/Tk 8.4.11 instead of 8.4.12

2006-04-07 Thread Russell E. Owen
I produce a cross-platform Python/Tkinter application. The last major release ran fine emulated on an intel Mac, but when I produced a recent alpha, that one did not. The new version had serious problems with pointer coordinates (in an image viewer that shows the image coords as the mouse moves

[Pythonmac-SIG] Fwd: MacPython icon mockup

2006-04-07 Thread Kevin Ollivier
Hi all, Sorry this has taken forever and a day, but I didn't really want to say too much until I had something ready to show. Here is a 3D mock- up by Kenichi Yoshida (http://www.kenichiyoshida.jp/), who I've been working with on the icon. http://kevino.theolliviers.com/0406_macpython.jpg I

Re: [Pythonmac-SIG] Fwd: MacPython icon mockup

2006-04-07 Thread Zachery Bir
On Apr 7, 2006, at 5:55 PM, Kevin Ollivier wrote: > Hi all, > > Sorry this has taken forever and a day, but I didn't really want to > say too much until I had something ready to show. Here is a 3D mock- > up by Kenichi Yoshida (http://www.kenichiyoshida.jp/), who I've been > working with on the ic

[Pythonmac-SIG] libpython2.4 for OS X?

2006-04-07 Thread Tom Loredo
Hi folks, I'm introducing a colleague of mine to Python. He heavily uses R, and so is interested in using the RPy (R from Python) and RSPython (R-Python bidirectional bridge) packages. We have RPy working, with plots displayed via X11; the quartz interface suffers the spinning ball problem, eve

Re: [Pythonmac-SIG] libpython2.4 for OS X?

2006-04-07 Thread Bob Ippolito
On Apr 7, 2006, at 3:24 PM, Tom Loredo wrote: > I'm introducing a colleague of mine to Python. He heavily uses R, > and so is interested in using the RPy (R from Python) and RSPython > (R-Python bidirectional bridge) packages. We have RPy working, > with plots displayed via X11; the quartz inte

Re: [Pythonmac-SIG] Fwd: MacPython icon mockup

2006-04-07 Thread Bill Janssen
Hmmm... Kevin, I wonder if the checkerboard the blocks are standing on could perhaps become more of a morph of the new yin/yang Python logo. I'd like to see some kind of connection to the graphics being developed for the main Python web site. > http://kevino.theolliviers.com/0406_macpython.jpg

Re: [Pythonmac-SIG] Fwd: MacPython icon mockup

2006-04-07 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Kevin Ollivier <[EMAIL PROTECTED]> wrote: > Some things to note: > > - The final icon will be in the OS X photo-illustrative style (see > his web site for examples). This 3D mockup is to review the design of > the icon. > > - We plan in the final design to pu

Re: [Pythonmac-SIG] libpython2.4 for OS X?

2006-04-07 Thread Tom Loredo
Quoting Bob Ippolito <[EMAIL PROTECTED]>: Thanks for the input, Bob. > Frameworks are dynamic libraries (technically MH_DYLIB on OS X), but > they do not follow the same naming scheme, so they're not going to > get picked up by a typical dumb configure-search. > > If you wanted, you could ma

Re: [Pythonmac-SIG] libpython2.4 for OS X?

2006-04-07 Thread Bob Ippolito
On Apr 7, 2006, at 4:21 PM, Tom Loredo wrote: > Quoting Bob Ippolito <[EMAIL PROTECTED]>: > > Thanks for the input, Bob. > >> Frameworks are dynamic libraries (technically MH_DYLIB on OS X), but >> they do not follow the same naming scheme, so they're not going to >> get picked up by a typical du

[Pythonmac-SIG] Python Universal packages- how can I help

2006-04-07 Thread Jordan Mantha
Hi all! Ok, so I recently got my first mac, an Intel iMac (17") for work. So far I have been totally impressed. I really enjoy OSX and starting to get into Python more. However, I'm starting to feel bad that I have this thing and I'm not helping with testing/building Universal packages

Re: [Pythonmac-SIG] Python Universal packages- how can I help

2006-04-07 Thread Bob Ippolito
On Apr 7, 2006, at 5:25 PM, Jordan Mantha wrote: > Ok, so I recently got my first mac, an Intel iMac (17") for work. > So far I have been totally impressed. I really enjoy OSX and starting > to get into Python more. However, I'm starting to feel bad that I > have this thing and I'm not helpi

Re: [Pythonmac-SIG] libpython2.4 for OS X?

2006-04-07 Thread Andrew Trevorrow
At 3:39 PM -0700 7/4/06, Bob Ippolito wrote: > Really the right way to link to Python is to ask it how via distutils ... That's what I'm trying to do for my app, but on 10.4.5 I get an incorrect result using: python -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('LINKF

Re: [Pythonmac-SIG] libpython2.4 for OS X?

2006-04-07 Thread Bob Ippolito
On Apr 7, 2006, at 9:16 PM, Andrew Trevorrow wrote: > At 3:39 PM -0700 7/4/06, Bob Ippolito wrote: > >> Really the right way to link to Python is to ask it how via >> distutils ... > > That's what I'm trying to do for my app, but on 10.4.5 I get an > incorrect > result using: > > python -c "i

[Pythonmac-SIG] is anyone annoyed with MacPython2.4's IDLE's cursor info

2006-04-07 Thread Nehemiah Dacres
I just don't like it being in the same corner as the resize handle (mostly because it completely distorts the text underneath) so maybe it should be moved to the left instead of the right bottom corner. has anyone else had a problem with this? Is there any reason for this design choice? will it be

Re: [Pythonmac-SIG] Python Universal packages- how can I help

2006-04-07 Thread Jordan Mantha
Bob Ippolito wrote: > > On Apr 7, 2006, at 5:25 PM, Jordan Mantha wrote: > >> Ok, so I recently got my first mac, an Intel iMac (17") for work. >> So far I have been totally impressed. I really enjoy OSX and starting >> to get into Python more. However, I'm starting to feel bad that I >> hav