Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AttributeError: 'tuple' object has no attribute 'move'
Post: RE: AttributeError: 'tuple' object has no attribut...

You have a typo in your code. You need replace this: enemy_0 = NonPlayerCharacter = ("enemy.png", 20, 600, 50, 50)to this: enemy_0 = NonPlayerCharacter("enemy.png", 20, 600, 50, 50)This is line 52 of ...
moveax3 Homework 2 4,036 Feb-26-2019, 12:40 PM
    Thread: Help with passing command line input to HTTP POST json
Post: RE: Help with passing command line input to HTTP P...

You need to replace this: datas = "{\"MemberGids\": [{\"v\": \"" + pidResponse + ":" + dbidResponse + "\"}]}" to this: datas = {"MemberGids": [{"v": pidResponse + ":" + dbidResponse }]}
moveax3 General Coding Help 2 2,427 Feb-25-2019, 11:15 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020