[Pythonmac-SIG] Re: [Python-checkins] python/dist/src/Mac/OSX fixapplepython23.py, 1.1, 1.2

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 4:30 PM, [EMAIL PROTECTED] wrote: Update of /cvsroot/python/python/dist/src/Mac/OSX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9229 Modified Files: fixapplepython23.py Log Message: Just passing -undefined dynamic_lookup isn't enough: we also need to set the MACOSX_D

Re: [Pythonmac-SIG] py2app error with _py_suffixes

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 10:18 PM, Kevin Dangoor wrote: Bob Ippolito wrote: On Dec 28, 2004, at 12:14 PM, Kevin Dangoor wrote: Kevin Dangoor wrote: I don't see _py_suffixes defined anywhere... One more bit of relevant info... I just noticed that the file in question was a ".ptl" file (from Quixote) th

Re: [Pythonmac-SIG] py2app error with _py_suffixes

2004-12-28 Thread Kevin Dangoor
Bob Ippolito wrote: On Dec 28, 2004, at 12:14 PM, Kevin Dangoor wrote: Kevin Dangoor wrote: I don't see _py_suffixes defined anywhere... One more bit of relevant info... I just noticed that the file in question was a ".ptl" file (from Quixote) that was compiled into a ".pyc". That would probabl

Re: [Pythonmac-SIG] Qt is

2004-12-28 Thread Charles Hartman
Hey, that's great -- thanks! RegexPlor looks like what I need. (I've got a regex puzzle that's made my head hurt for two days. [Not knowing what I'm doing might have *something* to do with it.]) Charles Hartman http://cherry.conncoll.edu/cohar http://villex.blogspot.com On Dec 28, 2004, at 8:19

Re: [Pythonmac-SIG] Qt is

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 8:07 PM, Charles Hartman wrote: commercial, I take it. I was hoping to try Kodos, which looks like a helpful learning tool. So, not knowing anything about it, I followed the trail from Kodos, to PyQt, to SIP, to Qt, to the little box that wants $1,550. Oops, I think I just st

[Pythonmac-SIG] Qt is

2004-12-28 Thread Charles Hartman
commercial, I take it. I was hoping to try Kodos, which looks like a helpful learning tool. So, not knowing anything about it, I followed the trail from Kodos, to PyQt, to SIP, to Qt, to the little box that wants $1,550. Oops, I think I just stepped out of the GNU world & into the old. Charles

Re: [Pythonmac-SIG] Using TkAqua /Tkinter with custom Python 2.2

2004-12-28 Thread Jack Jansen
On 28-dec-04, at 20:46, Andrew Roazen wrote: I was referred here by Kevin Walzer at tcl-mac's mailing list: > Can any of the core MacPython developers take a look at this thread and > give us the Pythonic viewpoint on these questions? (hooking TkAqua and > Tkinter into an old version of Python fo

Re: [Pythonmac-SIG] More testers needed: Fix installer v1.1

2004-12-28 Thread Jack Jansen
There's a new one, with a new name and the environment bug fixed: . Please give it a try, -- Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman

[Pythonmac-SIG] How badly is _locale broken?

2004-12-28 Thread Brett C.
I am planning to attempt to fix the _locale module (which 'locale' itself imports and uses) for OS X. As of this exact moment I am planning just fixing localeconv (thanks to CFNumberFormatter and setlocale still at least storing the supposed locale, even if it does ignore it), but I realized ot

Re: [Pythonmac-SIG] py2applet question

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 4:14 PM, Kevin Walzer wrote: Kevin-Walzers-Computer:~/Desktop/eric-3.5.1/eric kevin$ py2applet eric3.py from: can't read /var/mail/py2app.scripts.script_py2applet /usr/local/bin/py2applet: line 3: syntax error: unexpected end of file Sounds like the hash-bang is missing from /u

[Pythonmac-SIG] py2applet question

2004-12-28 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've been playing with py2applet and py2app with a PyQt application. I'm running into this error when I try to run py2applet: Kevin-Walzers-Computer:~/Desktop/eric-3.5.1/eric kevin$ py2applet eric3.py from: can't read /var/mail/py2app.scripts.scr

Re: [Pythonmac-SIG] Using TkAqua /Tkinter with custom Python 2.2

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 2:46 PM, Andrew Roazen wrote: I was referred here by Kevin Walzer at tcl-mac's mailing list: > Can any of the core MacPython developers take a look at this thread and > give us the Pythonic viewpoint on these questions? (hooking TkAqua and > Tkinter into an old version of Pyth

[Pythonmac-SIG] Using TkAqua /Tkinter with custom Python 2.2

2004-12-28 Thread Andrew Roazen
I was referred here by Kevin Walzer at tcl-mac's mailing list: > Can any of the core MacPython developers take a look at this thread and > give us the Pythonic viewpoint on these questions? (hooking TkAqua and > Tkinter into an old version of Python for the Mac with undocumented, > proprietary modi

Re: [Pythonmac-SIG] py2app error with _py_suffixes

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 12:14 PM, Kevin Dangoor wrote: Kevin Dangoor wrote: First of all, thanks for all of the work put into py2app! Hard to imagine how much time it would have taken me to figure out all of the various things that it does (particularly since I'm new to Mac development). I was just

Re: [Pythonmac-SIG] py2app error with _py_suffixes

2004-12-28 Thread Bob Ippolito
On Dec 28, 2004, at 12:05 PM, Kevin Dangoor wrote: First of all, thanks for all of the work put into py2app! Hard to imagine how much time it would have taken me to figure out all of the various things that it does (particularly since I'm new to Mac development). I was just going to rebuild an

Re: [Pythonmac-SIG] py2app error with _py_suffixes

2004-12-28 Thread Kevin Dangoor
One more bit of relevant info... I just noticed that the file in question was a ".ptl" file (from Quixote) that was compiled into a ".pyc". Kevin Kevin Dangoor wrote: First of all, thanks for all of the work put into py2app! Hard to imagine how much time it would have taken me to figure out all

[Pythonmac-SIG] py2app error with _py_suffixes

2004-12-28 Thread Kevin Dangoor
First of all, thanks for all of the work put into py2app! Hard to imagine how much time it would have taken me to figure out all of the various things that it does (particularly since I'm new to Mac development). I was just going to rebuild an app and ran into this error: File "/purelib/py2app/

Re: [Python-Dev] Re: [Pythonmac-SIG] The versioning question...

2004-12-28 Thread Martin v. Löwis
Chris Barker wrote: This really doesn't work well for complex packages. I was quite involved with the debate about versioning for wxPython (and helped drive it happening) and that was what I originally proposed. The problem is that you have a whole pile of modules and libs and user code that all