From: Lars K. <li...@su...> - 2017-11-25 17:41:23
|
Hello Reuben, early bird catch all in the interesting things! Am Sat, 25 Nov 2017 10:44:54 -0500 schrieb Reuben Rissler <si...@em...>: > Another dependency problem with Pycam: > > [..] Now I improved the warning messages (on stdout) and the error message in the GTK dialog in order to point at the solution (install the package ...). > Which means python-opengl is not installed (in my case). Furthermore, in > pycam/Plugins/__init__.py line 73-74: > > except ImportError: > pass > > should this not be something like: > > except ImportError as e: > print "%s, try installing python-opengl" % e You are right - I omitted a comment or a message, how this situation is handled. This is better now. Cheers, Lars |