fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

Line 150 xrange error #67

Closed thedobbles closed 8 years ago

thedobbles commented 8 years ago

Whenever I run main.py, I get an error at line 150 NameError: name 'xrange' is not defined

refi64 commented 8 years ago

Try running it under Python 2.

thedobbles commented 8 years ago

How might i do that?

refi64 commented 8 years ago

What OS are you on?(

thedobbles commented 8 years ago

Windows 10 x64

progval commented 8 years ago

Or you can just apply this patch: https://github.com/fogleman/Minecraft/pull/34/files

thedobbles commented 8 years ago

Oh, cool, thanks!