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).

--
Michael Manfre

On Thu, Jun 28, 2012 at 10:19 PM, Jim Carroll <j...@maplesong.com> wrote:

> > Look for duplicate versions of pywintypes27.dll or pythoncom27.dll,
> > most likely in the python installation and your System32 directory.
>
> Could pywintypes27.dll be colliding with pywintypes26.dll?
> I just tried moving everything to Python 2.7,
> and disabling python 2.6, and I seem to be getting somewhere.
>
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to