When I use EasyDialogs.Message in OSX (10.4.2), I have to manually switch
to Python, the icon for which jumps in the dock until I click it. This is
the case using pythonw with either 2.3 or 2.4.
This question has come up before ("EasyDialogs module problem with python
2.4.1", April 18/05),
MacOS 10.3.8, Python 2.3. I installed both Tkinter and appscript
yesterday. Now when I open python (or pythonw) in the Terminal I get the
following:
Python 2.3 (#1, Sep 13 2003, 00:49:11)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "lic
In article <[EMAIL PROTECTED]>,
Eric Texier <[EMAIL PROTECTED]> wrote:
>I am testing python on a mac. In the python console, none of the
>control as the arrow to scroll back to a preview line are
>working. How can I fix this.
If I understand what you're asking, you need to install readline, which
I've been packaging a set of scripts using py2app, and until now the app
that results has run without issues on MacOS10.4, either intel or ppc.
The latest version made by py2app, however, only runs on intel (on which I
made the py2app package). The problem seems to be with eGenix mx base
pac