PyPrp & MacOs

Its been a while since I tried instaling this. Mostly I gave up due to what seemed like no hope in URU coming back, & all the problems I had in trying to install it. But now that I hear things are slowly coming to fruition, I decided to try again.
most likely, this horse has been beaten to death, & I have tried & tried to get Pyprp to work, but alas It has not yet... (thanks for trying Gbadji).
So I am running into an error with what I think is the PIL. First off, I have python 2.5 (what originally was on my MAC), & am using Blender 2.49.2 for python 2.5.1 the error in blender:
So Im thinking it is PIL that needs installing. So I grabbed pil 1.1.6, found the directory in the terminal, type python setup.py install, then I received the following error:
what is this gcc? What am I doing wrong? am I correct in thinking that it is the PIL that needs installing? Should I just wait until pyprp2.0 is completed at this point? will there be different requirements for MacOS with the new pluggin & blender 2.5?
Very frustrated, thanks in advanced!!!
most likely, this horse has been beaten to death, & I have tried & tried to get Pyprp to work, but alas It has not yet... (thanks for trying Gbadji).
So I am running into an error with what I think is the PIL. First off, I have python 2.5 (what originally was on my MAC), & am using Blender 2.49.2 for python 2.5.1 the error in blender:
- Code: Select all
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] WARNING: Python Crypto Toolkit not found!, support for Myst 5 files is disabled!!
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] WARNING: Python Crypto Toolkit not found!, support for Myst 5 files is disabled!!
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] Traceback (most recent call last):
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] File "<string>", line 1, in <module>
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] File "/Applications/blender-2.49b-OSX-10.5-py2.5-intel/blender.app/Contents/MacOS/.blender/scripts/PyPRP/prp_AddBook.py", line 51, in <module>
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] from PyPRP.prp_ResManager import *
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] File "/Applications/blender-2.49b-OSX-10.5-py2.5-intel/blender.app/Contents/MacOS/.blender/scripts/PyPRP/prp_ResManager.py", line 35, in <module>
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] from prp_File import *
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] File "/Applications/blender-2.49b-OSX-10.5-py2.5-intel/blender.app/Contents/MacOS/.blender/scripts/PyPRP/prp_File.py", line 20, in <module>
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] from prp_AnimClasses import *
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] File "/Applications/blender-2.49b-OSX-10.5-py2.5-intel/blender.app/Contents/MacOS/.blender/scripts/PyPRP/prp_AnimClasses.py", line 31, in <module>
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] import md5, random, binascii, cStringIO, copy, Image, math, struct, StringIO, os, os.path, pickle
3/30/10 10:27:35 PM [0x0-0x37037].org.blenderfoundation.blender[343] ImportError: No module named Image
So Im thinking it is PIL that needs installing. So I grabbed pil 1.1.6, found the directory in the terminal, type python setup.py install, then I received the following error:
- Code: Select all
running install
running build
running build_py
creating build
creating build/lib.macosx-10.5-i386-2.5
copying PIL/__init__.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ArgImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/BdfFontFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/BmpImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ContainerIO.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/CurImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/DcxImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/EpsImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ExifTags.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/FliImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/FontFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/FpxImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/GbrImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/GdImageFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/GifImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/GimpGradientFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/GimpPaletteFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/GribStubImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/IcnsImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/IcoImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/Image.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageChops.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageColor.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageDraw.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageDraw2.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageEnhance.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageFileIO.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageFilter.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageFont.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageGL.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageGrab.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageMath.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageMode.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageOps.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImagePalette.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImagePath.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageQt.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageSequence.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageStat.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageTk.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageTransform.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImageWin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/ImtImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/IptcImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/JpegImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/McIdasImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/MicImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/MpegImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/MspImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/OleFileIO.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PaletteFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PalmImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PcdImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PcfFontFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PcxImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PdfImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PixarImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PngImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PpmImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PsdImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/PSDraw.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/SgiImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/SpiderImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/SunImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/TarIO.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/TgaImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/TiffImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/TiffTags.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/WalImageFile.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/WmfImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/XbmImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/XpmImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
copying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.5-i386-2.5
running build_ext
--- using frameworks at /System/Library/Frameworks
building '_imaging' extension
creating build/temp.macosx-10.5-i386-2.5
creating build/temp.macosx-10.5-i386-2.5/libImaging
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -DHAVE_LIBJPEG -DHAVE_LIBZ -IlibImaging -I/System/Library/Frameworks/Python.framework/Versions/2.5/include -I/usr/include -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c _imaging.c -o build/temp.macosx-10.5-i386-2.5/_imaging.o
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
what is this gcc? What am I doing wrong? am I correct in thinking that it is the PIL that needs installing? Should I just wait until pyprp2.0 is completed at this point? will there be different requirements for MacOS with the new pluggin & blender 2.5?
Very frustrated, thanks in advanced!!!