[wxPython-dev] wxPython preview build

Werner F. Bruhin werner.bruhin at free.fr
Fri May 4 01:36:01 PDT 2007


Hi Robin,

Robin Dunn wrote:
> Werner F. Bruhin wrote:
>> Hi Robin,
>>
>> - the doc/demo still installs into Program Files on Vista
>
> I must not have made any notes about this the last time it was 
> mentioned...  Please remind me what is the problem with putting them 
> there, and where should they be instead?  
Due to the Vista UAC (security) stuff Program Files is not a good place, 
especially for the demo as each time one changes (i.e. compiling a .py) 
a file it will be moved to virtualstore.
> Also, what is the Windows version number for Vista so I can detect it 
> in the installer script? (XP is version 5.1)
platform.win32_ver()
('', '6.0.6000', '', 'Multiprocessor Free')

Werner




More information about the wxpython-dev mailing list