ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

Cleanup of the sip_configure.py file. #131

Closed clalancette closed 9 months ago

clalancette commented 9 months ago

This is to do 2 main things:

  1. Move away from distutils.find_executable, which is deprecated.
  2. Take a bunch of error handling out of an exception handler. This just makes the code easier to follow if another exception occurs.
clalancette commented 9 months ago

CI: