HOW TO RUN PyGG2 ON WINDOWS1) INSTALLING PYTHON 2.7Download
Python 2.7Install it to "C:\Python27".
Go to "controlpanel>System>Advanced>Environment Variables".
In the "System Variables" box, click on "Path", then click "Edit".
In the "Variable Value" box, add to the end: ";C:\Python27;C:\MinGW\bin".
Click OK, then OK again in the system menu.
2) INSTALLING PIL, PYGRAFIX AND MINGWDownload and install
PILDownload
PygrafixUnzip, and move to "C:\Python27\Lib\site-packages"
Download and install
MinGW3) INSTALLING PYGG2 AND BITMAP EXTENSIONDownload and unzip:
PyGG2Move the folder to My Documents and rename it to "PyGG2".
Go to command prompt (start>accessories>command prompt) and type "cd " (with a space after cd).
drag the PyGG2 folder into the command prompt window and press enter.
Type in "python make.py build" and press enter.
After it is finished, exit command prompt.
4) MAKING PyGG2.batGo to notepad (start>accessories>notepad).
Type the following, but change <USER> to your computer's username.
cd "C:\Documents and Settings\<USER>\My Documents\PyGG2"
python make.py testclient
Click file>save, and in the "File Name" box, type "PyGG2.bat", and set the "Save as Type" box to "All Files".
Save it wherever you like.
And you're done! Whenever you want to run PyGG2, you just have to open PyGG2.bat
If you want to update PyGG2, just repeat delete the PyGG2 folder in My documents and repeat step 3.