win32api

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reginpc
    New Member
    • Nov 2006
    • 2

    win32api

    Hi,
    Please anyone say how to find win32api.py file and where its present??

    i am Getting the below error...

    from win32com.shell import shell
    File "C:\Python25\Li b\site-packages\win32c om\__init__.py" , line 5, in <module>
    import win32api, sys, os
    ImportError: No module named win32api

    my code is below:

    import win32com

    from win32com.shell import shell
    shell.SHBrowseF orFolder()
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by reginpc
    Hi,
    Please anyone say how to find win32api.py file and where its present??

    i am Getting the below error...

    from win32com.shell import shell
    File "C:\Python25\Li b\site-packages\win32c om\__init__.py" , line 5, in <module>
    import win32api, sys, os
    ImportError: No module named win32api

    my code is below:

    import win32com

    from win32com.shell import shell
    shell.SHBrowseF orFolder()
    Some additional info from you would be helpful, but you may just need to install the latest version.

    Comment

    Working...