Re: I get the error: ImportError: No module named ffnet

2010-03-11 Thread Cal Who
I found out I had something installed wrong. " Cal Who" wrote in message news:hnb339$g2...@news.eternal-september.org... > > > I have the .py file in Eclipse > #...@pydevcodeanalysisignore > from ffnet import ffnet, mlgraph > topology = mlgraph( (2, 3, 1) ) > nn = ffnet(topology) > > I select Ru

Re: I get the error: ImportError: No module named ffnet

2010-03-11 Thread Cal Who
I ran this: import sys from pprint import pprint as pp pp(sys.path) The output included: 'E:\\Program Files\\Python26', 'E:\\Program Files\\Python26\\DLLs', 'E:\\Program Files\\Python26\\lib', 'E:\\Program Files\\Python26\\lib\\lib-tk', 'E:\\Program Files\\Python26\\lib\\plat-win', 'E:\\

I get the error: ImportError: No module named ffnet

2010-03-11 Thread Cal Who
I have the .py file in Eclipse #...@pydevcodeanalysisignore from ffnet import ffnet, mlgraph topology = mlgraph( (2, 3, 1) ) nn = ffnet(topology) I select RunAs / Python Run I get the error from ffnet import ffnet, mlgraph ImportError: No module named ffnet In the folder Python26\lib\site-pack