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
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 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