View Single Post
  #1  
Old 08-09-2010, 02:38 AM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
win32ui winviz.exe has stopped working

Hi all

I have just installed python win32 from http://sourceforge.net/projects/pywin32/files/ i made sure i downloaded the version for python(2.4) pywin32-214.win32-py2.4.exe

However when i include win32ui, on exiting my program a window opens saying "winviz.exe has stopped working" "A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available". i have tried this on 2 machines and it happens on both.

I only want to use pywin32 for win32security to see the file write privilege of the user.(which works after installing of pywin32) and i use win32ui to display a browse file window.

Is there a way of fixing the winui problem or a better way of checking for the privledges of the user with out using win32security?

Thanks
Reply With Quote