Re: [Tutor] python reverse engineering tools

2008-11-22 Thread Paul McGuire
It's not free, but I have had good success with Enterprise Architect from Sparx Systems (http://www.sparxsystems.com.au/). It will generate class diagrams from Python, C/C++, C#, Java. It also supports the full complement of UML diagrams - sequence diagrams are a special treat when you just drag

Re: [Tutor] python reverse engineering tools

2008-11-21 Thread amit sethi
Well actually there was an interesting tool i discovered, Lumpy . http://www.greenteapress.com/thinkpython/swampy/lumpy.html which was developed with the intention of being a teaching tool. Although it would be a nice idea if the people in this list evaluate it and give their response because I as

Re: [Tutor] python reverse engineering tools

2008-11-21 Thread Alan Gauld
"amit sethi" <[EMAIL PROTECTED]> wrote Can somebody tell me about any python to UML reverse engineering tools . I can't help wit the specific but I can give a word of caution on reverse engineering from code to UML - don't expect too much! The problem is that in a dynamic language it is very

[Tutor] python reverse engineering tools

2008-11-21 Thread amit sethi
Can somebody tell me about any python to UML reverse engineering tools . I was trying pynsource but it uses the old opengl namespace (this is what i assume the problem is from what i read from the openGL documentation) and thus it gives an import error from wxPython.ogl import * ImportError: No mod