wxPython help

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

    #1

    wxPython help

    Hi all,

    i am trying out some of the demo programs in wxPython.
    but i am getting an error:
    no module 'run'
    how do i circumvent this module and run the program with main.Loop() ?
    tia,
    KM
  • Scott David Daniels

    #2
    Re: wxPython help

    km wrote:[color=blue]
    > Hi all,
    >
    > i am trying out some of the demo programs in wxPython.
    > but i am getting an error:
    > no module 'run'
    > how do i circumvent this module and run the program with main.Loop() ?
    > tia,
    > KM[/color]
    The easiest way is to copy

    "C:\Program Files\wxPython2 .5 Docs and Demos\demo\run. py"

    (run.py from the same directory where demo.py or demo.pyw lives)

    to your local directory where you are playing.

    --Scott David Daniels@Acm.Org

    Comment

    Working...