Python Forum
[PyGame] Tiled map importing into PyGame
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Tiled map importing into PyGame
#3
First of all, thank you so much for your help, means a lot. I will definitely check out those subreddits, but I tried running your code using

python3 main.py

and got this error

Error:
pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "main.py", line 4, in <module> import level File "/media/nodding/F79C-1E18/Python Programs/rpg_test-master/rpg_test-master/level.py", line 1, in <module> import renderer File "/media/nodding/F79C-1E18/Python Programs/rpg_test-master/rpg_test-master/renderer.py", line 1, in <module> import pytmx File "/media/nodding/F79C-1E18/Python Programs/rpg_test-master/rpg_test-master/pytmx/__init__.py", line 2, in <module> from tmxloader import load_pygame, load_tmx ImportError: No module named 'tmxloader'
I tried downloading a module named "tmxloader" like it was saying, but it did not say there was one.

Any idea as to what this means?
Reply


Messages In This Thread
Tiled map importing into PyGame - by nodding - Mar-13-2019, 03:47 PM
RE: Tiled map importing into PyGame - by metulburr - Mar-13-2019, 07:03 PM
RE: Tiled map importing into PyGame - by nodding - Mar-14-2019, 02:32 AM
RE: Tiled map importing into PyGame - by metulburr - Mar-14-2019, 11:15 AM
RE: Tiled map importing into PyGame - by Windspar - Mar-14-2019, 12:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Isometric game pygame Tiled howardberger 1 668 Jan-31-2024, 10:01 PM
Last Post: deanhystad
  [PyGame] Isometric Movement on Tiled Map Josselin 0 2,397 Nov-02-2021, 06:56 AM
Last Post: Josselin
  [PyGame] Problem importing pygame / installing pygame Klar 4 9,332 Dec-16-2017, 05:48 PM
Last Post: Klar
  Importing pygame Mac problem Benjipincus 1 3,103 Dec-16-2017, 01:54 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

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