|
|
#1 |
|
Junior Member
Join Date: Aug 2009
Posts: 4
|
Hi,
I have created an installer script for my python pygtk py2exe application. I have uploaded it at http://pastebin.be/20417 The problem is that when I try to run the application from the desktop and start menu shortcuts it does not run and says something like this: """ Run time error. This application has requested the Runtime to terminate it in an unusual way. """ Any one please help me with this. Thanks in advance |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Feb 2007
Posts: 672
|
Are your Start Menu shortcuts working?
I'm not sure, but setting the working directory to "$INSTDIR\data" (with SetOutPath "$INSTDIR\data") might cause the problem. Try adding the folowing line just before the CreateShortCut command: code: |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2009
Posts: 4
|
@jpderuiter
Thanks for your advice. It worked nicely for me.
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Aug 2009
Posts: 4
|
To all,
Now the application is launching fine from the desktop and start menu shortcut but is not Running after the installation when user checks the Run application option. I have uploaded it at http://pastebin.be/20418 Thanks in advance |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Aug 2009
Posts: 4
|
hi all,
I have resolved the problem. Thanks
|
|
|
|
|
|
#6 | |
|
Major Dude
Join Date: Feb 2007
Posts: 672
|
Quote:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|