Re: running an existing script

2011-06-22 Thread Ethan Furman
Adam Chapman wrote: Thanks again Ethan, It did begin to run nfold.py this time, after I added the environment variable "CLASSPATH" to my system. It threw back a java error, but I guess this isn;t the right place to be asking about that C:\Users\Adam\Desktop\JBOOST\jboost-2.2\jboost-2.2\scripts>n

Re: running an existing script

2011-06-22 Thread Adam Chapman
On Jun 22, 6:13 pm, Adam Chapman wrote: > On Jun 22, 5:51 pm, Adam Chapman > wrote: > > > > > > > > > > > On Jun 22, 5:51 pm, Ethan Furman wrote: > > > > Adam Chapman wrote: > > > > On Jun 22, 4:54 pm, Adam Chapman > > > > wrote: > > > >> On Jun 21, 9:12 pm, Adam Chapman > > > >> wrote: > > >

Re: running an existing script

2011-06-22 Thread Ethan Furman
Adam Chapman wrote: Thanks a lot, must be getting close now... I changed the indentation one lines 136-168, and put in the command window: nfold.py --booster=Adaboost --folds=5 --data=spambase.data -- spec=spambase.spec --rounds=500 --tree=ADD_ALL --generate no syntax errors this time, it just

Re: running an existing script

2011-06-22 Thread Adam Chapman
On Jun 22, 5:51 pm, Adam Chapman wrote: > On Jun 22, 5:51 pm, Ethan Furman wrote: > > > > > > > > > > > Adam Chapman wrote: > > > On Jun 22, 4:54 pm, Adam Chapman > > > wrote: > > >> On Jun 21, 9:12 pm, Adam Chapman > > >> wrote: > > > >>> On Jun 21, 8:00 pm, Ethan Furman wrote: > > Adam

Re: running an existing script

2011-06-22 Thread Adam Chapman
On Jun 22, 5:51 pm, Ethan Furman wrote: > Adam Chapman wrote: > > On Jun 22, 4:54 pm, Adam Chapman > > wrote: > >> On Jun 21, 9:12 pm, Adam Chapman > >> wrote: > > >>> On Jun 21, 8:00 pm, Ethan Furman wrote: > Adam Chapman wrote: > > Thanks Ethan > > No way could I have worked that

Re: running an existing script

2011-06-22 Thread Ethan Furman
Adam Chapman wrote: On Jun 22, 4:54 pm, Adam Chapman wrote: On Jun 21, 9:12 pm, Adam Chapman wrote: On Jun 21, 8:00 pm, Ethan Furman wrote: Adam Chapman wrote: Thanks Ethan No way could I have worked that out in my state of stress! For your second idea, would I need to type that i

Re: running an existing script

2011-06-22 Thread Adam Chapman
On Jun 22, 4:54 pm, Adam Chapman wrote: > On Jun 21, 9:12 pm, Adam Chapman > wrote: > > > > > > > > > > > On Jun 21, 8:00 pm, Ethan Furman wrote: > > > > Adam Chapman wrote: > > > > Thanks Ethan > > > > > No way could I have worked that out in my state of stress! > > > > > For your second idea,

Re: running an existing script

2011-06-22 Thread Ethan Furman
Adam Chapman wrote: On Jun 21, 9:12 pm, Adam Chapman wrote: On Jun 21, 8:00 pm, Ethan Furman wrote: Adam Chapman wrote: Thanks Ethan No way could I have worked that out in my state of stress! For your second idea, would I need to type that into the python command line interface (the

Re: running an existing script

2011-06-22 Thread Chris Rebert
On Wed, Jun 22, 2011 at 8:54 AM, Adam Chapman wrote: > I've added the python directories to the environment variable "path" > in my computer (http://showmedo.com/videotutorials/video? > name=96&fromSeriesID=96), which means I can now call python from > the windows DOS-style command prompt. >

Re: running an existing script

2011-06-22 Thread Adam Chapman
On Jun 21, 9:12 pm, Adam Chapman wrote: > On Jun 21, 8:00 pm, Ethan Furman wrote: > > > > > > > > > > > Adam Chapman wrote: > > > Thanks Ethan > > > > No way could I have worked that out in my state of stress! > > > > For your second idea, would I need to type that into the python command > > > l

Re: running an existing script

2011-06-21 Thread Adam Chapman
On Jun 21, 8:00 pm, Ethan Furman wrote: > Adam Chapman wrote: > > Thanks Ethan > > > No way could I have worked that out in my state of stress! > > > For your second idea, would I need to type that into the python command > > line interface (the one that looks like a DOS window? > > If you are act

Re: running an existing script

2011-06-21 Thread Ethan Furman
Adam Chapman wrote: Thanks Ethan No way could I have worked that out in my state of stress! For your second idea, would I need to type that into the python command line interface (the one that looks like a DOS window? If you are actually in a python CLI, at the top of that screen does it sa

Re: running an existing script

2011-06-21 Thread Benjamin Kaplan
On Tue, Jun 21, 2011 at 10:45 AM, Adam Chapman wrote: > Hi, > > I'm trying to put together a lot of pieces of source code in matlab, > java, perl and python. > > Im an expert when it comes to matlab, but novice in all the others > listed above. However, I have integrated the java and perl code so

Re: running an existing script

2011-06-21 Thread Ethan Furman
Adam Chapman wrote: Hi, Howdy! I'm trying to put together a lot of pieces of source code in matlab, java, perl and python. [snippety] Basically I just want to run a single script from the python command window. Once I know how to do that I can be off on my way to perform the matlab interf