george@Bridgeport:~$ sudo ln /usr/share/linuxcnc/gladevcp/NativeCAM/ncam.py [sudo] password for george: george@Bridgeport:~$ sudo mv ncam.py ncam george@Bridgeport:~$ ncam NativeCAM info: inifile = NA NCAM_DIR = /home/george/nativecam SYS_DIR = /usr/bin program = /usr/bin/ncam /usr/bin/ncam:416: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations mwb = Gtk.Dialog( /usr/bin/ncam:424: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations l = Gtk.Label(mess) # noqa: E741