On Fri, Jun 29, 2012 at 9:57 AM, Campbell Barton wrote:
> Somehow you have blender's python module bundling its own python
> installation, this shouldn't happen ever,
> CMake even checks for this case and disallows:
>
> if(WITH_PYTHON_MODULE AND WITH_PYTHON_INSTALL)
>        message(FATAL_ERROR "WITH_PYTHON_MODULE requires WITH_PYTHON_INSTALL
> to be OFF")
> endif()
>
> Probably you built blender normally, installed python into blenders
> dir, then rebuilt as a module... even in this case it should not use
> blenders bundled python, but somehow it looks like its trying to.

If you talking about "blender-2.63a-linux-glibc27-i686", I downloaded
it compiled from blender.org today.
My compile is not bundled with Python. It reads system Python modules


> remove:
> /home/klo/Downloads/blender-2.63a-linux-glibc27-i686/2.63/python
>
> and it should work ok.

Yea, I already tried that:

  | ~/Downloads/blender-2.63a-linux-glibc27-i686$
PYTHONHOME=/usr/lib/python3.2:$HOME/.local/lib/python3.2/site-packages
./blender
  | connect failed: No such file or directory
  | ndof: spacenavd not found
  | AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2;
expect break up
  | Fatal Python error: Py_Initialize: Unable to get the locale encoding
  | ImportError: No module named encodings
  | Aborted (core dumped)
  |
  | ~/Downloads/blender-2.63a-linux-glibc27-i686$ ll
/usr/lib/python3.2 | grep enc
  | drwxr-xr-x   3 root root  16384 May 12 22:15 encodings/


I have no idea what's going on :(
_______________________________________________
Bf-python mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-python

Reply via email to