Issue 67: THG conflicts with other python applications http://bitbucket.org/tortoisehg/stable/issue/67/thg-conflicts-with-other-python
Steve Borho / sborho on Mon, 30 Mar 2009 03:08:07 +0200: Comment: I spent a while today seeing what was possible with crew code. I changed the build scripts to run setup.py py2exe with the -b2 flag, which puts most DLLs and pyd files inside the library.zip file. Surprisingly, the GTK apps seem to deal with this pretty well now, so I was heartened. But it turned out that it completely breaks tortoisehg.dll (the COM server). I found that I could nearly get a functioning DLL by adding back pythoncom.dll and pywintypes.dll to the dist directory, and all of the win*.pyd files, but it still not registering itself properly and it is not emiting any useful debug messages (only that it has error code 0xe06d7363) I would still like to use -b2 for 0.8, but I think it's going to have to wait until we have C++ shell extensions. -- 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. ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
