On Mon, Sep 28, 2015 at 03:27:10PM +0100, Ryan Southall wrote: > Hi. > On a couple of Arch linux 64-bit systems the relationship with the system > Python installation seems to have changed with the 2.76 RCs. Before I > could delete Blender's Python directory and the system Python installation > was automatically used and everything was fine. With the latest RCs I have > to set the PYTHONPATH variable and even when I do the system Python is > seen, and the Blender interface works, but modules fail to load so most > scripts are broken. Console window reports that modules cannot be found. > Opening up a Python console in Blender just gives a blank window. > I have also tried setting the $BLENDER_SYSTEM_PYTHON variable to my > /usr/lib/python3.4 directory but the same thing happens. > Is there something else I need to do or should I report this as a bug?
Sounds like a Python version mismatch. What does import sys; print(sys.version) report on the afflicted machines for both blender and system python? S. -- Stephen Swaney [email protected] 231-313-2492 skype: sswaney (GMT-4) _______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
