Robert <[EMAIL PROTECTED]> wrote: > >something wrong in wx I doubt it.
>I wrote program training na Artificial Neural Network. It work well in >console mode, but when I try to add GUI there is an error: >FANN Error 10: Error reading info from train data file "zapis.txt", line: 2 How are you launching the GUI version? Are you double-clicking on an icon somewhere? Are you sure the application is starting in the correct directory -- the one that contains zapis.txt? Perhaps you should try hard-code the full path, or at least doing an os.chdir(). -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list