Re: iewin.IEHtmlWindow shutil.move conflict

2005-12-07 Thread Todd7
Update: I have found that if I delay the time between when I load a new url into IEHtmlWindow and then do the shutil.move it works fine. Such as: self.PDFPanel.Navigate('about:blank') #Must empty pdf frame so file is not locked Temp_dlg = wx.MessageDialog(self, 'Waiting for delay',

iewin.IEHtmlWindow shutil.move conflict

2005-12-06 Thread Todd7
I am writing a python program to load a pdf file into an IEHtmlWindow which displays it through adobe acrobat reader 7. Depending on the buttons the user clicks, the program moves it to another subdirectory with a new name. I am using python 2.4 with wxpython 2.6 on a windowsxp machine. I en