wxPython IEHtmlWindow mystery - dependencies?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gjzusenet@gmail.com

    #1

    wxPython IEHtmlWindow mystery - dependencies?

    Hi

    I've been using an IEHtmlWindow in my script with no problems, but it
    seems that for people with a clean installation of XP SP2 it fails like
    such:

    Traceback (most recent call last):
    File "htmlloader.py" , line 509, in load
    File "PythonCard\mod el.pyo", line 340, in __init__
    File "PythonCard\res ource.pyo", line 86, in __init__
    File "PythonCard\res ource.pyo", line 91, in __init__
    File "PythonCard\res ource.pyo", line 91, in __init__
    File "PythonCard\res ource.pyo", line 96, in __init__
    File "PythonCard\res ource.pyo", line 139, in enforceSpec
    File "PythonCard\res ource.pyo", line 30, in loadComponentMo dule
    ImportError: cannot import module 'iehtmlwindow

    As soon as a simple session of windowsupdate is run (with just the
    hotfixes etc.) the problem seems to disappear.

    So,do you know which update exactly is needed to prevent the error, and
    why does it happen in the first place anyway?

    Any ideas?

    Thanks

    ~G

Working...