dmuratshin 7f8350396c minor vor 10 Jahren
..
gen_view_code de0fc0e503 PEP8 clean up for python tools vor 10 Jahren
others 27aa7f9736 minor fixes vor 10 Jahren
resbuild 5b3ede74cf wrong import vor 10 Jahren
templates 5aed61b8e5 Merge branch 'master' into dev vor 10 Jahren
gen_template.py de0fc0e503 PEP8 clean up for python tools vor 10 Jahren
gen_view_code.py 7f8350396c minor vor 10 Jahren
install.py de0fc0e503 PEP8 clean up for python tools vor 10 Jahren
oxygine.py de0fc0e503 PEP8 clean up for python tools vor 10 Jahren
oxyresbuild.py de0fc0e503 PEP8 clean up for python tools vor 10 Jahren
readme.txt d9aa98a2f5 Python3 compatible vor 11 Jahren

readme.txt

how to use "oxyresbuild.py":
1. download and install Python3 (http://python.org/download/)
2. add to your system environment variable 'PATH' path to Python folder
3. install Pillow library for Python. run:
easy_install pillow
or
pip install pillow

4. run install.py. It would add current path of Oxygine to System global variable


***if you are already using Python2.7***
3. install Python Imaging Library from http://www.pythonware.com/products/pil/