Python and Blender

neoncyber2001

New member
Local time
9:47 PM
Messages
1
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.
 

My Computer

OS
Windows 7 Beta
Hi,

I think you did everything right. For me a practical solution was to install Python 2.5.2 besides the 2.6 installation. After you've done this, all you have to do is change the PATHs from PYTHON26 to PYTHON25 (also LIB etc.).
This worked for me in Vista 64x, but I think this is not a specific Windows 7 problem. I guess Blender2.48 just doesn't like newer versions of PYTHON. Let us see which version Blender 2.49 will use.

Greetings from Holland,
Rich.
 

My Computer

OS
Vista 64bit
Hi,

I´ve been using Python 2.6 on windows 7 starter a coupple of weeks. Then all of the sudden its start to giving me this message saying something about a "Socket Error.... no connection .. target computer refuse..."
and another message at the same time saying " IDLE´s subprocess didn´t make connection... can´t start a subprocess or personal firewall blocking the connection.."

The strange thing is that I've been using python for some days and I havn't done any changing....

Somebody knows anything about this....?

P.
 

My Computer

OS
Windows 7
Back
Top