PythonCard installation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dudds

    #1

    PythonCard installation

    Anyone had any joy with this using FC6?? When I try to run code editor
    I get the error "Traceback (most recent call last):
    File
    "/usr/lib/python2.4/PythonCard-0.8.2/tools/codeEditor/codeEditor.py",
    line 13, in ?
    from PythonCard import about, configuration, dialog, log, menu,
    model, resource, util
    ImportError: No module named PythonCard"

  • Steve Holden

    #2
    Re: PythonCard installation

    dudds wrote:
    Anyone had any joy with this using FC6?? When I try to run code editor
    I get the error "Traceback (most recent call last):
    File
    "/usr/lib/python2.4/PythonCard-0.8.2/tools/codeEditor/codeEditor.py",
    line 13, in ?
    from PythonCard import about, configuration, dialog, log, menu,
    model, resource, util
    ImportError: No module named PythonCard"
    >
    This isn't really a platform-specific issue - you just need to install
    PythonCard so that the interpreter can find it.

    regards
    Steve
    --
    Steve Holden +44 150 684 7255 +1 800 494 3119
    Holden Web LLC/Ltd http://www.holdenweb.com
    Skype: holdenweb http://del.icio.us/steve.holden
    Blog of Note: http://holdenweb.blogspot.com
    See you at PyCon? http://us.pycon.org/TX2007

    Comment

    Working...