> 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
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
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
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
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
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
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
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
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://
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo