Dnia Sun, 13 Nov 2005 08:29:49 +0000, Tim Roberts napisaĆ(a): >>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?
I launch the Gui version with terminal. # python Training.py Are you sure the application is starting in the correct > directory -- the one that contains zapis.txt? Yes i'm sure. > Perhaps you should try hard-code the full path, or at least doing an > os.chdir(). it still doesn't work. Thanks. -- http://mail.python.org/mailman/listinfo/python-list