kaiquegames069 Posted September 27, 2017 at 09:02 PM Share Posted September 27, 2017 at 09:02 PM Alguém sabe como corrigir esse erro? 0927 17:35:08756 :: Traceback (most recent call last): 0927 17:35:08756 :: File "ui.py", line 1134, in OnToggleDown 0927 17:35:08757 :: File "switchbot.py", line 149, in Activate_rare 0927 17:35:08757 :: AttributeError 0927 17:35:08757 :: : 0927 17:35:08757 :: 'int' object has no attribute 'gameWindow' 0927 17:35:08757 :: 1 Link to comment
Guest Ezrekith Posted October 15, 2017 at 01:00 AM Share Posted October 15, 2017 at 01:00 AM (edited) Hi. Since the python file can't import the gameWindow you have to add an import line at the beginning of the file. import ui, game But if for some magicial reason it still does not fix your problem, please post the Activate_rare definition here, Thanks! Edited October 15, 2017 at 01:02 AM by Ezrekith Link to comment
kaiquegames069 Posted October 17, 2017 at 04:42 PM Author Share Posted October 17, 2017 at 04:42 PM This is the bot file. switchbot.py 1 Link to comment
JavierSirenz Posted April 22, 2021 at 07:04 PM Share Posted April 22, 2021 at 07:04 PM gracias Link to comment
Pisti95 Posted May 30, 2021 at 08:58 PM Share Posted May 30, 2021 at 08:58 PM let's see Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now