Changes between Initial Version and Version 1 of Ticket #251


Ignore:
Timestamp:
01/20/12 10:06:50 (13 years ago)
Author:
maphew
Comment:

Possible solutions:

a) Always run apt.exe from %temp%. All this would take is changing apt.bat a little. Drawback is never knowing when %temp% will get cleaned out. If frequent, apt's startup time will be lengthier as the .exe get's recopied before loading.

b) Repackage apt.exe install location from .\bin to .\apps\apt.

c) talk to pyInstaller folks and see if there is a flag or something to force the .exe to use the internal .dll no matter what.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #251 – Description

    initial v1  
    33Workaround: copy apt.exe to a different location and run from there.
    44
     5'''Error:'''
    56{{{
    67C:\>which apt
     
    1920  File "<string>", line 453, in do_uninstall
    2021WindowsError: [Error 5] Access is denied: 'B:\\o4w\\bin\\python27.dll'
     22}}}
    2123
     24'''Workaround:'''
     25{{{
    2226C:\>copy b:\o4w\bin\apt.exe D:\
    2327
     
    2630warning: B:\o4w\apps\Python27\tcl\tcl8.5\package.tcl no such file
    2731...
    28 warning: B:\o4w\bin\python.exe no such file
    29 warning: B:\o4w\bin\w9xpopen.exe no such file
    30 warning: B:\o4w\bin\pythonw.exe no such file
    3132removed: B:\o4w\bin\python27.dll
    3233removed: B:\o4w\etc\ini\python.bat