even if I can export ages with blender 2.49, I'm currious, so two questions.
I have 3 installations of blender : 2.47, 2.49, 2.49b
2.47 and 2.49 are looking after (information obtened with import PIL, help(PIL) in the Script window of blender)
- Code: Select all
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PIL/__init__.py
2.49b is looking after
- Code: Select all
/Library/Python/2.5/site-packages/PIL/__init__.py
when I suppress /Library/Python/2.5/site-packages/PIL/__init__.py, the 2.49b version is looking after
- Code: Select all
/Applications/blender-2.49b-OSX-10.5-py2.5-intel/blender.app/Contents/MacOS/.blender/scripts/PIL/__init__.py
Even it, image module is still not found.
Note: the 2.47 and 2.49 versions have the same File Paths properties as the 2.49b.
Note 2: PIL folders are the same versions in the Library folder (one with compiled files the other without). Such version is older than the one I have put in the blender/script folder

My questions:
1/ why the 3 versions of blender are not looking after the same folder ?
2/ why the PIL installed in the Default Python Script Location is not taken into account ?
Thanks for your time.
See you soon.