Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. gaming@bhngaming3:/var/www/map/mcover$ python2.6 gmap.py -p 4 /minecraft/BHN\ of\ Tampa\ \[tampa.bhngaming.com\]/ /var/www/map
  2. Traceback (most recent call last):
  3. File "gmap.py", line 35, in <module>
  4. import world
  5. File "/var/www/map/mcover/world.py", line 28, in <module>
  6. import chunk
  7. File "/var/www/map/mcover/chunk.py", line 25, in <module>
  8. import textures
  9. File "/var/www/map/mcover/textures.py", line 116, in <module>
  10. terrain_images = _split_terrain(_get_terrain_image())
  11. File "/var/www/map/mcover/textures.py", line 93, in _get_terrain_image
  12. return _load_image("terrain.png")
  13. File "/var/www/map/mcover/textures.py", line 88, in _load_image
  14. fileobj = _find_file(filename)
  15. File "/var/www/map/mcover/textures.py", line 84, in _find_file
  16. raise IOError("Could not find the file {0}. Is Minecraft installed? If so, I couldn't find the minecraft.jar file.".format(filename))
  17. IOError: Could not find the file terrain.png. Is Minecraft installed? If so, I couldn't find the minecraft.jar file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement