Differences between revisions 6 and 7
Revision 6 as of 2012-10-09 14:51:02
Size: 1724
Editor: mark
Comment:
Revision 7 as of 2012-10-09 14:56:00
Size: 1716
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 4: Line 3:

Once [[ScrumPy/Installation |installed]], ScrumPy is simply run from your favourite shell:
Once [[ScrumPy/Installation|installed]], ScrumPy is simply run from your favourite shell:
Line 8: Line 6:
mark@Mark:~/model/work/Tomato$ ScrumPy }}}
mark@Mark:~/model/work/Tomato$ ScrumPy
}}}
Line 18: Line 16:
Line 25: Line 22:
importing parser}}}

These are NOT error messages, as long as the window above appeared all is well. The output on the terminal falls into three categories, information, warnings and errors. Here the lines refering to the missing {{{MySQLdb}}} module are warning that a module required for some optional (and very obscure) feature was not found. 
importing parser
}}}
These are NOT error messages, as long as the window above appeared all is well. The output on the terminal falls into three categories, information, warnings and errors. Here the lines refering to the missing {{{MySQLdb}}} module are warning that a module required for some optional (and very obscure) feature was not found.
Line 30: Line 27:
Line 31: Line 29:
mark@Mark:~/model/work/Tomato$ ScrumPy 2&>/dev/null }}}
mark@Mark:~/model/work/Tomato$ ScrumPy 2&>/dev/null
}}}

The ScrumPy Modelling Environment

Running ScrumPy

Once installed, ScrumPy is simply run from your favourite shell:

   1 mark@Mark:~/model/work/Tomato$ ScrumPy

This will result in the appearance of this window.

ScreenShot1.png

The first text, in blue, is a greeting message from ScrumPy, followed by version information, the text in black serves a similar purpose giving information about the version of python you are using. Details will, of course vary between installations. The cursor (>>> indicates that ScrumPy is waiting for you type something.

You will also see a certain ammount of diagnostic text apear in your terminal, something like this:

   1 StartScrumPy !!!
   2 /usr/lib/python2.6/site-packages /usr/lib/python2.6/site-packages/ScrumPy/tkGUI/StartScrumPy.py
   3 importing parser
   4  MySQLdb module could not be loaded
   5 No module named MySQLdb
   6 importing parser

These are NOT error messages, as long as the window above appeared all is well. The output on the terminal falls into three categories, information, warnings and errors. Here the lines refering to the missing MySQLdb module are warning that a module required for some optional (and very obscure) feature was not found.

In the first instance all output on the terminal may be safely ignored, most of the time you can get rid of it entirely by invoking ScrumPy as

   1 mark@Mark:~/model/work/Tomato$ ScrumPy 2&>/dev/null

There occaissions when output on the terminal is useful in diagnosing specific problems in models, but these will be mentioned in the relevant parts of the documentation.

None: ScrumPy/Doc/ModEnv (last edited 2012-11-23 16:43:29 by mark)