Re: Finite State Machine GUI editor in python?

2007-12-17 Thread Alexander Schliep
Hendrik van Rooyen [EMAIL PROTECTED] writes: I am looking for a similar front end, going from pretty pictures of state diagrams to some sort of state machine descriptor language or specification file, and I am not very fussy about the format of the output at this stage. In case nothing

Re: Designing a graph study program

2007-05-10 Thread Alexander Schliep
andrea [EMAIL PROTECTED] writes: On 9 Mag, 09:10, Alexander Schliep [EMAIL PROTECTED] wrote: Check outhttp://gato.sf.net(LGPL license). It does exactly what you want to do and there is a binary for MacOS X. Algorithms are implemented using Gato's graph class and rudimentary visualizations you

Re: Designing a graph study program

2007-05-09 Thread Alexander Schliep
andrea [EMAIL PROTECTED] writes: Well then I wanted to draw graphs and I found that pydot is working really nicely. BUT I'd like to do this, an interactive program to see ho the algorithms works... For example in the breath search first, every time the algorithm colors a node, the program

Re: Tkinter: populating Mac Help menu?

2006-10-11 Thread Alexander Schliep
://svn.sourceforge.net/viewvc/gato/ trunk/Gato/Gato.py?revision=275view=markup Alexander -- Alexander Schliep [EMAIL PROTECTED] http://algorithmics.molgen.mpg.de -- http://mail.python.org/mailman/listinfo/python-list

Re: tkinter to mpeg

2006-10-04 Thread Alexander Schliep
items mapping this to SVG is quite straightforward. Alexander PS: There is some python code to output SVG, which I didn't use since I wanted to work on my applications abstraction level. http://www2.sfk.nl/svg http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/325823 -- Alexander Schliep