I also ran in to pywin32 issues when I was migrating from Python 2.6 to Python 2.7. The stack trace you showed looks familiar, but I don't remember the exact error because this was many months ago. The problem occurred while I had both version of Python on the same system and it went away after I uninstalled Python 2.6 (and all of its extra packages).<br>
<br>--<br>Michael Manfre<br><br><div class="gmail_quote">On Thu, Jun 28, 2012 at 10:19 PM, Jim Carroll <span dir="ltr"><<a href="mailto:jim@maplesong.com" target="_blank">jim@maplesong.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> Look for duplicate versions of pywintypes27.dll or pythoncom27.dll,<br>
> most likely in the python installation and your System32 directory.<br>
<br>
</div>Could pywintypes27.dll be colliding with pywintypes26.dll?<br>
I just tried moving everything to Python 2.7,<br>
and disabling python 2.6, and I seem to be getting somewhere.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
python-win32 mailing list<br>
<a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32</a><br>
</div></div></blockquote></div><br>