Re: something wrong in wx

2005-12-01 Thread malv
Sorry to be of no help and to raise another question. How did you manage to get fann going under python? I can install fann 1.2.0 allright but something doesn't go with the python setup. (I run Python 2.4.1 under linux 2.6.13) When trying to run a small example in python I always get error messages

Re: something wrong in wx

2005-11-13 Thread [EMAIL PROTECTED]
Don't know if this will help or not because it seems like a strange error if this is the problem. I've always had to run my wxPython apps with pythonw, otherwise it will give you an error saying it needs the GUI interpreter or something like that. However, this could be an operating system specif

Re: something wrong in wx

2005-11-13 Thread Robert Tomasik
Dnia Sun, 13 Nov 2005 08:29:49 +, 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 launchi

Re: something wrong in wx

2005-11-13 Thread Tim Roberts
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 laun