[python-win32] Win32 com module error

2016-06-23 Thread Asha Eshu
Hello,

I have python 32 bit version 3.5.1 with win32com module installed . I have
also pywin32 32-bit.

I am getting the following error


  File "C:\Program Files
(x86)\Python35-32\lib\site-packages\win32com\client\dyn

amic.py", line 89, in _GetGoodDispatch

IDispatch = pythoncom.connect(IDispatch)

pywintypes.com_error: (-2147221021, 'Vorgang nicht verfügbar.', None, None)


Could you please suggest what is the problem and solution for the same


Thank you

regards,


asha
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


[python-win32] shell_view.py folder not browsable

2016-06-23 Thread Kurt Eilander

Hey all,

I was hoping to create my own IShellFolder in python, but there seems to 
be something wrong with the example on my system.

(Win7 64bit, Python 2.7)

The folder shows up on the desktop, but I cannot open it.  I saw an 
earlier thread where the solution was to right-click and select 
'explore', but that doesn't even work for me.  The context menu only has 
Cut, Create Shortcut, and Delete.


Not seeing any errors in the syslogs.

Any fixes or suggestions would be most appreciated!

Thanks in advance,
-Kurt
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32