Ed Leafe wrote:
> On Mar 12, 2007, at 1:05 PM, Paul McNett wrote:
> 
>>> How do you get python to run without the cmd window in Windows.  I  
>>> created a
>>> short cut and it works with the cmd window.  I called pythonw.exe  
>>> but my app
>>> does not come up.
>> When it comes to deploy your application, you'll use something like
>> py2exe to make it into a real Windows executable.
>>
>> While in development, trust me: you want the command window or you  
>> could
>> miss important debug output.
> 
>       But it is troubling to me that this doesn't work. I just tried this  
> on XP, and pure wxPython programs run fine, but Dabo apps do not.

Ok, that troubles me, too. I bet it is because of our setting in uiApp's 
init that tells it to route error messages to the shell.

-- 
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to