Python app at startup!

Larry Bates larry.bates at websafe.com
Thu Feb 28 18:50:49 EST 2008


SMALLp wrote:
> Hy. I create simple application. Yust an windows and "compile" it with 
> py2exe. I add registry  value
> reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v 
> MyApp /t REG_SZ /d C:\myapp.exe /f'
> 
> And it wont start. When i use console instead od window in py2exe i get 
> console opend but it closes.
> 
> Help please! 
> 
> 
There is a single quote at the end of your string but no matching quote at the 
beginning.

-Larry



More information about the Python-list mailing list