pyreverse #3043 ClassNotFoundException while opening .zargo-file [open]
http://lists.logilab.org/pipermail/python-projects/2006-February/000575.html i've managed to fix it by myself. the error is in extensions/argotutils.py here is a diff: 39c39 < <pgml description="uci.uml.visual.UMLClassDiagram|%s" name="%s">''' % ( --- > <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|%s" name="%s">''' % ( just the wrong namespace for UMLClassDiagramm(second one is right for ArgoUML 0.20) the right namespace exists in the same file, defined as variable 'BASE', but this is not used. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |