I'm trying to get Bittornado to run on Mac OS X (10.4 with Python
2.3.5) but I've only ever dealt with Python at lower lever scripting
stuff, never wxPython or another GUI stuff. py2app is supposed to be
the tool to create Mac friendly Python applications(like py2exe on
Windows), but the docume
On 8/31/05, Robert Kern <[EMAIL PROTECTED]> wrote:
> It selects the first executable named "python" in the PATH. The shebang
> line requires an explicit executable. For example,
Thanks, All. I've got it all working now, with your help. I'm glad to
see that the Python Mac community is as beyond-the
On 31-aug-2005, at 1:46, Brandon Sharitt wrote:
> I'm trying to get Bittornado to run on Mac OS X (10.4 with Python
> 2.3.5) but I've only ever dealt with Python at lower lever scripting
> stuff, never wxPython or another GUI stuff. py2app is supposed to be
> the tool to create Mac friendly Pytho