Re: [Pythonmac-SIG] Python Help?

2005-06-06 Thread Chris Barker
> I would just like to say THANK YOU VERY MUCH!!! You're welcome. > I still > need to get IDLE installed on Tiger (which I just upgraded to). Why do you need to get IDLE working? It's really not the best option on OS-X anyway. I'd try PyOxide, or a plain old text editor and command line. If y

Re: [Pythonmac-SIG] MacPython addons and Tiger

2005-06-06 Thread Lee Cullens
Matthew, You might need to remone the line break from the URL - here it is again http://undefined.org/python/ HTH, Lee C ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] MacPython addons and Tiger

2005-06-06 Thread Lee Cullens
Matthew, I'm a little confused myself with your question. I assume your asking about a Mac OS X installation since you posted on the MacPython list, and I assume you're asking about Python 2.4.1. I can only tell you what I did, and that is explained on http:// undefined.org/python/ Having

Re: [Pythonmac-SIG] 10.4, py2app, wxPython

2005-06-06 Thread Bob Ippolito
On Jun 6, 2005, at 4:59 PM, jack wrote: > Hello, > > I need to build a standalone wxPython app that will also run on > 10.3. I am trying to use py2app to achieve this. I'm a bit fuzzy on > what arguments I need to pass to make this possible. Currently I am > using: > python setup.py py2ap

[Pythonmac-SIG] 10.4, py2app, wxPython

2005-06-06 Thread jack
Hello, I need to build a standalone wxPython app that will also run on 10.3. I am trying to use py2app to achieve this. I'm a bit fuzzy on what arguments I need to pass to make this possible. Currently I am using: python setup.py py2app -p wx,wxPython This works for me on 10.4, but

Re: [Pythonmac-SIG] MacPython addons and Tiger

2005-06-06 Thread Matthew S-H
On Jun 3, 2005, at 11:40 AM, Bob Ippolito wrote: > On Jun 3, 2005, at 5:00 AM, Jon Rosebaugh wrote: >> On 6/2/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: >>> The older ones probably work if you also install TigerPython23Compat >>> -- however, you're better off just using Python 2.4.1. Forget ab

[Pythonmac-SIG] Zsolt PUTNOKY is out of the office

2005-06-06 Thread Zsolt . Putnoky
I will be out of the office starting 06/06/2005 and will not return until 08/08/2005. I am not able to read any mails on this address. If the matter is urgent, please send a mail to [EMAIL PROTECTED] ___ Pythonmac-SIG maillist - Pythonmac-SIG@python

Re: [Pythonmac-SIG] EasyInstall???

2005-06-06 Thread Bob Ippolito
On Jun 6, 2005, at 3:55 PM, Lee Cullens wrote: > Not something I was thinking of using any time soon, but since I ran > across it I wondered what your take might be? > > http://peak.telecommunity.com/DevCenter/EasyInstall I'm keeping up with it, but I have not had time to experiment with it or

Re: [Pythonmac-SIG] EasyInstall???

2005-06-06 Thread Lee Cullens
Bob, Not something I was thinking of using any time soon, but since I ran across it I wondered what your take might be? http://peak.telecommunity.com/DevCenter/EasyInstall Thanks, Lee C ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://

Re: [Pythonmac-SIG] macpython on future apple's intel processors?

2005-06-06 Thread Bob Ippolito
On Jun 6, 2005, at 3:14 PM, altern wrote: > I just read about plans of apple to switch to intel processors in less > than two years. I was wondering what this means for macpython. > Maybe not > much, they claim that it is pretty easy to port applications but it > would be nice to hear some comm

Re: [Pythonmac-SIG] macpython on future apple's intel processors?

2005-06-06 Thread Charles Hartman
The story seems to be that Apple's had an Intel version of OSX ready, and kept up to date, for five years. Which makes it *sound* as though the transition will be painless (for developers as well as users). I'll believe that when I see it. Charles Hartman On Jun 6, 2005, at 6:14 PM, altern wr

[Pythonmac-SIG] macpython on future apple's intel processors?

2005-06-06 Thread altern
hi I just read about plans of apple to switch to intel processors in less than two years. I was wondering what this means for macpython. Maybe not much, they claim that it is pretty easy to port applications but it would be nice to hear some comments from someone in the list with experience on

Re: [Pythonmac-SIG] NSMovieView problems

2005-06-06 Thread Bob Ippolito
On Jun 6, 2005, at 1:21 PM, Bob Ippolito wrote: > > On Jun 6, 2005, at 11:40 AM, Jared Barden wrote: > > > >> I'm developing a Cocoa-Python application that uses a NSMovieView to >> play audio files. However, every time I do self.myView.setMovie_ >> (theMovie), the NSMovieView will appear in my w

Re: [Pythonmac-SIG] NSMovieView problems

2005-06-06 Thread Bob Ippolito
On Jun 6, 2005, at 11:40 AM, Jared Barden wrote: > I'm developing a Cocoa-Python application that uses a NSMovieView to > play audio files. However, every time I do self.myView.setMovie_ > (theMovie), the NSMovieView will appear in my window, and the program > will crash almost instantaneously w

[Pythonmac-SIG] bdist_mpkg Package Names

2005-06-06 Thread Nick Matsakis
In building packages, bdist_mpkg must pick a name and bundle identifier for the package, e.g. building appscript results in: name: appscript-purelib-0.12.0-py2.3-macosx10.3 bundleIdentifier: org.pythonmac.appscript-purelib-py2.3-macosx10.3 These are used by the installer to determine whether to d

[Pythonmac-SIG] NSMovieView problems

2005-06-06 Thread Jared Barden
Hello All, I'm developing a Cocoa-Python application that uses a NSMovieView to play audio files. However, every time I do self.myView.setMovie_ (theMovie), the NSMovieView will appear in my window, and the program will crash almost instantaneously with a signal 10 (sigbus) error. Any though

[Pythonmac-SIG] Tkinter X11 question

2005-06-06 Thread Russell E. Owen
The next version of Tcl/Tk will support making a framework build that displays using X11 (and I believe that option will be included in the binary installer). I'm wondering if that could be used to allow the user to somehow switch python to using Aqua or X11 for Tkinter display (without having

Re: [Pythonmac-SIG] Tkinter problem in a forked

2005-06-06 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Bob Ippolito <[EMAIL PROTECTED]> wrote: > eric texier wrote: > > Thank you for you quick anwser. > > I am getting an error well documented: > > RuntimeError: _tkinter.createfilehandler not supported for threaded > > Tcl > > I am using the Aqua Batteries-Included an

[Pythonmac-SIG] Safe way to launch command-line app from python?

2005-06-06 Thread Joachim MÃ¥rtensson
Hello I want to launch emacs/vi from within python (Pyobjc to be more specific), and I want the editor to open a file. however I do not have complete control over which file will be launched (the user chooses from a tableview), since filenames can contain all kinds of charachters I am a little