Hi,
I just found a "Bug" in PyX 0.10, while playing with crazy paths':
File "/opt/python/PyX-0.10/pyx/normpath.py", line 1731, in join
raise PathException("cannot join empty path")
NameError: global name 'PathException' is not defined
Python is quite right here - PathException is defined in path.py, not in
normpath.py. And normpath does "import path", but not "from path import
PathException". The same error seems to exist in trunk
(http://pyx.svn.sourceforge.net/viewvc/pyx/trunk/pyx/pyx/normpath.py?view=markup).
Correcting the bug shouldn't be to hard;-)
Axel
------------------------------------------------------------------------------
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user