I ran an example script and I installed launchpad-py with pip, but it errored saying that launchpad didn't exist. Then I tried installing launchpad with pip, and now it errors at .LaunchpadPro
What package is the right launchpad library and why is this happening?
Traceback (most recent call last):
File "c:\Users\User\Desktop\Launched\Launched.py", line 126, in <module>
main()
File "c:\Users\User\Desktop\Launched\Launched.py", line 29, in main
if launchpad.LaunchpadPro().Check( 0 ):
AttributeError: module 'launchpad' has no attribute 'LaunchpadPro'. Did you mean: 'LaunchPad'?
I ran an example script and I installed launchpad-py with pip, but it errored saying that launchpad didn't exist. Then I tried installing launchpad with pip, and now it errors at .LaunchpadPro
What package is the right launchpad library and why is this happening?