Dear wxPython users,
I am trying to deploy an application along with python and wxPython by
embedding python-2.5.msi and
wxPython2.8-win32-unicode-2.8.9.1-py25.exe into an NSIS installer.
I have no problems with the python-2.5.msi installer but the wxPython
inno setup installer has some issues when running as non admin since
it tries to write some registry stuff and also to write some
C:\Python25 files even if the application installation directory is
completely different: you can find some errors in the final part of
this e-mail.
At the present time I can complete the wxPython installation as non
admin by pressing about 20 times the ignore button only...
Do you have any suggestion on this issue and on python and wxPython
apps deploying in general?
Thank you very much for any help!
Regards,
Stefano Perticoni
...................some sample errors..............
some errors running the installer as non admin:
please note that installation directory is not C:\Python25.
2008-11-21 17:06:25 Message box (Abort/Retry/Ignore):
C:\Python25\unicows.dll
Error opening registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SharedDLLs
RegCreateKeyEx failed; code 5.
Access is denied.
Click Retry to try again, Ignore to skip this
file (not recommended), or Abort to cancel installation.
2008-11-21 17:06:26 User chose Ignore.
...........
2008-11-21 17:06:35 Message box (Abort/Retry/Ignore):
C:\Python25\python.exe.manifest
An error occurred while trying to replace the
existing file:
DeleteFile failed; code 5.
Access is denied.
Click Retry to try again, Ignore to skip this
file (not recommended), or Abort to cancel installation.
2008-11-21 17:06:36 User chose Ignore.
...........
2008-11-21 17:06:54 Message box (Abort/Retry/Ignore):
C:\Python25\Scripts\CreateBatchFiles.py
An error occurred while trying to replace the
existing file:
DeleteFile failed; code 5.
Access is denied.
Click Retry to try again, Ignore to skip this
file (not recommended), or Abort to cancel installation.
2008-11-21 17:08:57 User chose Ignore.