nimaid / LPHK

A Novation Launchpad Macro Scripting System.
GNU General Public License v3.0
344 stars 69 forks source link

AttributeError: module 'launchpad_py' has no attribute 'LaunchpadMk3' #54

Closed reggievick closed 3 years ago

reggievick commented 4 years ago

Error AttributeError: module 'launchpad_py' has no attribute 'LaunchpadMk3'

Solution Need to change the launchpad_connector.py file for the below:

Please notice that the class "LaunchpadMk3()" was renamed to "LaunchpadMiniMk3()" in 5/2020.

duncte123 commented 4 years ago

This has been changed on the development branch a while ago https://github.com/nimaid/LPHK/blob/develop/utils/launchpad_connector.py#L15

duncte123 commented 4 years ago

53 is waiting for a review from @nimaid

reggievick commented 4 years ago

53 is waiting for a review from @nimaid

I agree, those changes look like they would correct the issue.

duncte123 commented 3 years ago

Closing this issue as this should have been fixed