John Labenski <[EMAIL PROTECTED]> writes:

> 
> For the adventuresome only, make a backup of the current source you
> have in case something is really wrong. I will be away for the next
> few days...
> 

wx.wxFileName('aa'):FileExists()  -- makes the program exit

tracing the code it seems to go into an infinite recursion

also

f=wx.wxFileName('aa')
f:FileExists()

result in the same problem so this seems to be a different problem
then the wxdir

also replacing 

f:FileExists()
by the invalid
f.FileExists()

makes the program crash instead of reporting an error

Andre


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to