[wxPython] Re: Re!: FileExists under wxPython??

Did I say wxFileExists rocks??
I used it in a wrong way and "created" it as a variable!
With the correct syntax wxPython says, that the global name wxPython is not defined - my fault --> it is not implemented in wxPython.

That's what I call a newbie-problem ;o)

I found a way to check the file-existence with os.path.isfile!! Sorry for mailing you this kind of trash!!

Stefan

···

_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de

I found a way to check the file-existence with os.path.isfile!! Sorry for

mailing you this kind of trash!!

os.path.exists might be what you are really looking for.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!