Error importing wxPython

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

    Error importing wxPython

    Hi,

    I just installed wxPython from http://wxpython.org/download.php. When
    I import (import wx), I get this error:

    ImportError: DLL load failed: The application has failed to start
    because its side-by-side configuration is incorrect. Please see the
    application event log for more detail.

    Has anyone had this problem and how can I resolve it?

    Thanks in advance.

    --
    Ron Reidy
  • Mike Driscoll

    #2
    Re: Error importing wxPython

    On Nov 6, 8:09 am, ron.re...@gmail .com wrote:
    Hi,
    >
    I just installed wxPython fromhttp://wxpython.org/download.php.  When
    I import (import wx), I get this error:
    >
    ImportError: DLL load failed: The application has failed to start
    because its side-by-side configuration is incorrect. Please see the
    application event log for more detail.
    >
    Has anyone had this problem and how can I resolve it?
    >
    Thanks in advance.
    >
    --
    Ron Reidy

    I haven't seen that one before. What OS are you using? Did you install
    the latest wxPython? Is there a previous version of wxPython already
    installed? If so, was that intentional?

    Mike

    Comment

    • Chris Mellon

      #3
      Re: Error importing wxPython

      On Thu, Nov 6, 2008 at 8:09 AM, <ron.reidy@gmai l.comwrote:
      Hi,
      >
      I just installed wxPython from http://wxpython.org/download.php. When
      I import (import wx), I get this error:
      >
      ImportError: DLL load failed: The application has failed to start
      because its side-by-side configuration is incorrect. Please see the
      application event log for more detail.
      >
      Has anyone had this problem and how can I resolve it?
      >
      Thanks in advance.
      >
      downloading and installing this package should fix the problem:


      Comment

      • Ron Reidy

        #4
        Re: Error importing wxPython

        Thank you Chris. That worked perfectly.

        On Thu, Nov 6, 2008 at 9:05 AM, Chris Mellon <arkanes@gmail. comwrote:
        On Thu, Nov 6, 2008 at 8:09 AM, <ron.reidy@gmai l.comwrote:
        >Hi,
        >>
        >I just installed wxPython from http://wxpython.org/download.php. When
        >I import (import wx), I get this error:
        >>
        >ImportError: DLL load failed: The application has failed to start
        >because its side-by-side configuration is incorrect. Please see the
        >application event log for more detail.
        >>
        >Has anyone had this problem and how can I resolve it?
        >>
        >Thanks in advance.
        >>
        >
        downloading and installing this package should fix the problem:
        >

        >


        --
        Ron Reidy

        Comment

        Working...