PythonCard

skip at pobox.com skip at pobox.com
Tue Jan 30 18:26:17 EST 2007


    Tequila> I'm having some trouble starting PythonCard on my PC.  I've
    Tequila> downloaded and ran python-2.5.msi to install Python on my
    Tequila> machine.  And PythonCard-0.8.2.win32.exe to install PythonCard.
    ...
    Tequila>     import wx
    Tequila> ImportError: No module named wx

    Tequila> Does anyone know what the problem might be?

Sorta looks like you need to install wxPython.  In fact, the Windows
instructions for PythonCard mention downloading wxPython before downloading
PythonCard itself:

    http://pythoncard.sourceforge.net/windows_installation.html

If you're confident wxPython *is* installed, check to make sure it's
installed somewhere that Python will find it.

Skip



More information about the Python-list mailing list