New issue 93: Tortoisehg causes hang of windows open file dialog in other 
applications
http://bitbucket.org/tortoisehg/stable/issue/93/tortoisehg-causes-hang-of-windows-open-file-dialog-in-other

Anonymous on Fri, 13 Mar 2009 21:54:27 +0100:

Description:
  After installation of Tortoisehg 0.7 other python applications does not run 
correctly anymore.  The file open Dialog of Tkinter Based python Application 
hangs (does not return). 
I am using Windows 2000. 

The problem occurs because windows takes TortoiseHg\pywintypes25.dll. 

How to reproduce: 
1) Install TortoiseHg and put it into PATH. 
2) run the following Python x.py : 

from Tkinter import *
from tkMessageBox import *
from tkColorChooser import askcolor
from tkFileDialog   import askopenfilename

def callback():
    askopenfilename()


errmsg = 'Error!'
Button(text='Quit', command=callback).pack(fill=X)
Button(text='Spam', command=(lambda: showerror('Spam', errmsg))).pack(fill=X)
mainloop()

3) Press "Quit" shall open the file dialog without any text in the console: 
I get instead : 

Traceback (most recent call last):
  File "boot_com_servers.py", line 21, in <module>
  File "C:\Python25\Lib\site-packages\pythoncom.py", line 3, in <module>
    pywintypes.__import_pywin32_system_module__("pythoncom", globals())
  File "C:\Python25\Lib\site-packages\win32\lib\pywintypes.py", line 111, in __i
mport_pywin32_system_module__
    mod = imp.load_dynamic(modname, found)
ImportError: DLL load failed: The specified procedure could not be found.

4) Rename TortoiseHg folder => x.py runs as expected.



-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to