I'm having a problem installing python and blender. I install python for windows through the MSI file provided by Python.org (2.6.1 and 3.0). I then install Blender (2.48). When i fire up blender it gives me this mesege.
Code:
Checking for installed Python... No installed Python Found.
Only built-in modules are available. Some scripts may not run.
So i go and check my environment vars and ofcorse the PYTHONPATH var is missing. so i set it up
Code:
PYTHONPATH
C:\Python3;C:\Python3\DLLs;C:\Python3\Lib;C:\Python3\Lib\lib-tk;
Still nothing
===
I tryed again with python 2.6
Uninstalled everything, re-installed everything, setup the environment vars again.
Code:
PYTHONPATH
C:\Python26;C:\Python26\DLLs;C:\Python26\Lib;C:\Python26\Lib\lib-tk;
and now i get
Code:
Checking for installed Python... C:\Python26\lib\site.py:150: Warning: 'with' will become a reserved keyword in Python 2.6
No installed Python found.
Only built-in modules are available. Some scripts may not run.