[wxPython-users] Re: wxPython on Mac crashes

Robin Dunn robin at alldunn.com
Mon May 28 13:59:10 PDT 2007


Dominique wrote:
> Robin Dunn <robin <at> alldunn.com> writes:
>> First, why are you using the Python in the IDLE.app bundle?  Second, 
>> since the pathname of the executable has a space in it then you probably 
>> need to enclose it in quotes too.
> 
> Hello,
> Thanks Robin for answering.
> 
> 1) I agree with you. But when I double click on the file drpython.pyw, this
> leads me directly not to drPython (just like on my pc) but to the python file
> drpython.pyw, which I have to launch with the Menu Run / run Module.
> Am I doing something wrong. Do I have to put some preferences in python ? Which
> ones ? where ?

Ah, I see.  You can make the PythonLauncher tool be the one associated 
with .pyw files, then the Mac will know assume that they are 
PythonLauncher documents and will use it to 'Open' them.


> 
> 2)Now that I installed the latest versions of python and wxpython, another
> program that was previously running without problems  now has a problem: the
> scrollbars on the grid (in a notebook) don't appear anymore...


Which versions?  Sample app?


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list