Closed GoogleCodeExporter closed 9 years ago
SOLVED. Traced the error to the loading of Terminal tool.
It seems that there is a naming conflict with the native Terminal application
in Mac OSX.
Changed the name of the Pypose Terminal tool from "Tools/Terminal.py" to
"Tools/TerminalX.py"
Renamed class and name in TerminalX.py by editing
Line 142 from -> class Terminal(ToolPane):
to -> class TerminalX(ToolPane):"
Line 154 from -> NAME = "terminal"
to -> NAME = "terminalX"
It works now
Original comment by ral1...@gmail.com
on 7 Jan 2013 at 7:36
Development is moving to github, I've updated PyPose here:
https://github.com/vanadiumlabs/pypose (you can pull a zip using
https://github.com/vanadiumlabs/pypose/zipball/master). I'm closing this issue
as I believe it is fixed with the latest commit, if not working, please open a
new issue on the github project tracker
Original comment by MFergs7@gmail.com
on 11 Feb 2013 at 10:59
Same thing for Windows?
Original comment by ervinwe...@gmail.com
on 19 Mar 2015 at 5:33
Original issue reported on code.google.com by
ral1...@gmail.com
on 7 Jan 2013 at 7:28