[Tutor] python reverse engineering tools

amit sethi amit.pureenergy at gmail.com
Fri Nov 21 16:06:01 CET 2008


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 module named ogl
now i tried changing it  to   (again from documentation)

import wx.lib.ogl as ogl
but it still does not work. Can  somebody tell me what the problem might be
.



-- 
A-M-I-T S|S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20081121/010c9b7e/attachment.htm>


More information about the Tutor mailing list