newbee : wxPython

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

    newbee : wxPython

    Dear Group,

    I've tried to use wxDir / wxFile ( read about them in the wxwindows docs
    coming with the wxPython distribution ) but somehow I'm not able to find out
    how to import these classe(s).

    Any help would be greatly appreciated.

    Regards,
    Bernd




  • Cliff Wells

    #2
    Re: newbee : wxPython

    On Thu, 2003-08-07 at 01:47, Bernd Lueth wrote:[color=blue]
    > Dear Group,
    >
    > I've tried to use wxDir / wxFile ( read about them in the wxwindows docs
    > coming with the wxPython distribution ) but somehow I'm not able to find out
    > how to import these classe(s).[/color]

    There are a lot of wxWindows classes that aren't mirrored in wxPython.
    The usual reason is that Python already provides an equivalent (or
    better) way of doing the same thing.

    Regards,

    --
    Cliff Wells, Software Engineer
    Logiplex Corporation (www.logiplex.net)
    (503) 978-6726 (800) 735-0555


    Comment

    Working...