electronut / pp

Code for book Python Playground by Mahesh Venkitachalam (No Starch Press, USA)
564 stars 500 forks source link

No module named glutils #6

Closed bhaskar-c closed 8 years ago

bhaskar-c commented 8 years ago

Ref to code in folder volrender

The files raycast.py, raycube.py, slicerender.py import another module called glutils but the module is no where found in the code.

Thanks the book has been an engrossing read so far !

electronut commented 8 years ago

glutils is in https://github.com/electronut/pp/tree/master/common

You have to add the folder to your PYTHONPATH . (It's mentioned in the beginning of Appendix A.)

Glad you like the book!