Using the module pytmx I have gotten as far in my map as blitting it to the screen, But now I have a different problem... Collisions. I tried to make a tile class and assign an image and a rect, and then append the rect to the list I was using to check for collisions. But that didn't work. I am able to walk on tiles just not the tiles that actually exist.
if it affects anything in any way I am on a mac, and am using DaFluffyPotato's tutorial.
EDIT: It did work it's just I wasn't moving the tiles whith my camera:)