I cannot get wxFileNameFromPath(pathname) to work. Python says global
name
wxFileNameFromPath not found. Is this function not implemented in
wxPython?
Use os.path.basename instead. Usually when there are as good or better
things available already in Python I don't wrap the coresponding wx
functions/classes.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!