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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to