when I compile it says this
C:\Users****\Desktop\pygg2\Git>python make.py build
c/bitmask.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
c/bitmask.c: In function 'bitcount':
c/bitmask.c:74:7: warning: right shift count >= width of type [enabled by default]
c/_mask.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
Press any key to continue . . .
Attempting to run says this
C:\Users\****\Desktop\pygg2\Git>C:\Python27\python.exe main.py
Traceback (most recent call last):
File "main.py", line 17, in <module>
import gg2
File "C:\Users\****\Desktop\pygg2\Git\gg2.py", line 8, in <module>
import map
File "C:\Users\****\Desktop\pygg2\Git\map.py", line 5, in <module>
import function
File "C:\Users\****n\Desktop\pygg2\Git\function.py", line 7, in <module>
import mask
File "C:\Users\****Desktop\pygg2\Git\mask.py", line 2, in <module>
import Image
ImportError: No module named Image
Press any key to continue . . .
am I missing something?