Buziah
Veteran

Bleh, was practicing with modules (specifically module_items and module_troops), and when I was trying to build it I came across this error:
I have no idea what to do, I've checked most things. Can anyone pitch in and help me on this problem?
I'll love you so much if you can ;D. Maybe I can give you some ketchup...want some ketchup? ^_^
Seriously though, help appreciated.
TypeError: unsubscriptable object
Traceback (most recent call last):
File "process_global_variables_unused.py", line 3, in ?
from process_operations import *
File "C:\Users\owner\Desktop\Projects\Module\process_operations.py"
, line 13, in ?
from module_items import *
File "C:\Users\owner\Desktop\Projects\Module\module_items.py", line
47, in ?
items = [
TypeError: unsubscriptable object
______________________________
Script processing has ended.
Press any key to exit. . .
Traceback (most recent call last):
File "process_global_variables_unused.py", line 3, in ?
from process_operations import *
File "C:\Users\owner\Desktop\Projects\Module\process_operations.py"
, line 13, in ?
from module_items import *
File "C:\Users\owner\Desktop\Projects\Module\module_items.py", line
47, in ?
items = [
TypeError: unsubscriptable object
______________________________
Script processing has ended.
Press any key to exit. . .
I have no idea what to do, I've checked most things. Can anyone pitch in and help me on this problem?
Seriously though, help appreciated.