Maybe a python bug

I have had some time to backtrack and run earlier versions.

[nykysle@unimatrix blender-2.40alpha1-linux-glibc232-py24-i386]$ ./blender
Using Python version 2.4

Blender quit

[nykysle@unimatrix blender-2.41-linux-glibc232-py24-i386]$ ./blender
Using Python version 2.4
‘import site’ failed; use -v for traceback

Blender quit

[nykysle@unimatrix blender-2.42-linux-glibc232-py24-i386]$ ./blender
guessing ‘./blender’ == ‘/opt/blender-2.42-linux-glibc232-py24-i386/./blender’
Compiled with Python version 2.4.
‘import site’ failed; use -v for traceback
Checking for installed Python… No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.

Blender quit

[nykysle@unimatrix blender-2.42a-linux-glibc232-py24-i386]$ ./blender
guessing ‘./blender’ == ‘/opt/blender-2.42a-linux-glibc232-py24-i386/./blender’
Compiled with Python version 2.4.
‘import site’ failed; use -v for traceback
Checking for installed Python… No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.

Blender quit

2.40 is the only one that finds python.
The “guessing” line is rather odd because the executable is launched from the folder it resides in. No guessing needed.

And python exists and it’s on the path – well 2.40 found it

[nykysle@unimatrix ~]$ python -V
Python 2.4.1
[nykysle@unimatrix ~]$ which python
/usr/bin/python
[nykysle@unimatrix ~]$ echo $PATH
/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/jre-1.4.2_09/bin:/home/nykysle/bin

It was broken with 2.42RC3. Someone in the thread below said they created a bug report but I was not able to find it in the bug tracker.

http://blenderartists.org/forum/showthread.php?t=71424

The release notes for 2.42a said it was fixed for linux, but it’s still broken on my system as well. I go the CVS snap shot for 07/26/2006 and compiled it, works from source so they still have some kind of linking or package error.

I’m going to submit a new bug report today for 2.42a and see what happens.

Interesting. Thanks for the feed back. I’ve never compiled a program from CVS, that would be another learning curve, but as a last resort!!

hi, are you talk about this?

bugtracker:

https://projects.blender.org/tracker/?func=detail&aid=4797&group_id=9&atid=125

No, that one appears to be a windows problem. I did some searches and did not find anything related to the error so I opened a new bug report.

http://projects.blender.org/tracker/index.php?func=detail&aid=4807&group_id=9&atid=125