From: Cal Who on 11 Mar 2010 09:41 I hope you'll forgive if this is not the correct NG. 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-packages I see ffnet-0.6.2-py2.6.egg-info also a folder ffnet in that folder there is a folder Examples If I click one of the examples pyrhon.exe opens and runs it OK. Is there enough in the above for you to tell me how to procede? Thanks in advance for any help at all
From: Thomas Pornin on 11 Mar 2010 10:26 According to Cal Who <CalWhoNOSPAM(a)roadrunner.com>: > I hope you'll forgive if this is not the correct NG. Forgiveness will not help you much. You should find a Python-related newsgroup, or an Eclipse-related newsgroup, rather than a Java-related newsgroup, if you want some answers. All I can give you is my sympathy. --Thomas Pornin
From: Cal Who on 11 Mar 2010 10:41 I'm so new at this that I didn't know who to ask. I figured that Eclipse is for java so I tried here because I badly need the answer very soon and hoped someone with Eclipse experience might be willing to help. I don't see an Eclipse group but there is a Python group which I take is a better fit (I hope!). "Thomas Pornin" <pornin(a)bolet.org> wrote in message news:4b990bc0$0$16499$426a74cc(a)news.free.fr... > According to Cal Who <CalWhoNOSPAM(a)roadrunner.com>: >> I hope you'll forgive if this is not the correct NG. > > Forgiveness will not help you much. You should find a Python-related > newsgroup, or an Eclipse-related newsgroup, rather than a Java-related > newsgroup, if you want some answers. All I can give you is my sympathy. > > > --Thomas Pornin
From: markspace on 11 Mar 2010 12:58 Yeah, same, I dunno nutin about Python or Eclipse (though I should learn some Eclipse, at least). I'm sure Eclipse has help on their email list(s) and some forums or something, that might be the best place to start. Try to find a list or forum specifically for Python for the best help. I found this with this new web tool thing called "Google," you should try it: <http://www.deitel.com/ResourceCenters/Software/Eclipse/EclipseforPythonDevelopment/tabid/1469/Default.aspx> <http://www.eclipse.org/forums/>
From: Cal Who on 11 Mar 2010 16:20 thanks "markspace" <nospam(a)nowhere.com> wrote in message news:hnbb0e$ea9$1(a)news.eternal-september.org... > Yeah, same, I dunno nutin about Python or Eclipse (though I should learn > some Eclipse, at least). I'm sure Eclipse has help on their email list(s) > and some forums or something, that might be the best place to start. Try > to find a list or forum specifically for Python for the best help. > > I found this with this new web tool thing called "Google," you should try > it: > > <http://www.deitel.com/ResourceCenters/Software/Eclipse/EclipseforPythonDevelopment/tabid/1469/Default.aspx> > > > <http://www.eclipse.org/forums/>
|
Pages: 1 Prev: JDBC Connection Issue [RESOLVED] Next: Java Interview Questions |