View Single Post
  #4  
Old 08-10-2010, 05:19 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
This is a problem introduced by recent versions of pywin32. We would recommend not even using the win32ui module. It depends on MFC and can cause all kinds of problems when mixing it into other apps.

If you are only using it to display a file open dialog, then you can use the win32gui.GetOpenFileNameW function instead, which doesn't seem to have this issue.
Reply With Quote