Tagged Questions
0
votes
1answer
34 views
Error using Elaphe with GhostScript on Mac
I'm trying to setup elaphe on Mac. When I try generate some barcode using the terminal, with command python + /.../file.py elaphe works OK and generates the barcode correctly. But when I try to ...
0
votes
2answers
103 views
gcc-4.0 error when building _imaging extension for PIL
When I install PIL (or pillow), the _imaging C module does not install.
This is a common error, and have seen ApPeL's play-by-play solution that most have found helpful. Unfortunately, when I run ...
0
votes
1answer
30 views
PyDev reports import error for installed modules in site-packages but does run the code
I've just started using PyDev for Python 2.7 on MacOS 10.8.3. The only problem I have is that for the line...
from PIL import Image
It reports "Unresolved import: Image". However, I can run the ...
0
votes
0answers
89 views
Django error when using easy_thumbnails in shell and runserver
I am trying to use easy_thumbnails in a Django (1.5) project on my laptop (OSX Lion) using the local django development server (runserver) or a python shell. I have the PIL library installed with jpeg ...
0
votes
0answers
48 views
Understanding Pythonpath and Installing Modules and being able to use them
Blockquote
I am a beginner at all of this, and so I need basic instructions, and hopefully a bit of instruction on how this works. I am attempting to write code that just displays an image on ...
0
votes
1answer
79 views
Cannot get jpeg support with PIL on OSX
I'm trying to run Google App Engine with the PIL library & jpeg support in order to make use of the images module in GAE.
Here is what I have done so far:
I downloaded the tarball for PIL 1.1.7 ...
1
vote
1answer
126 views
I have installed PIL with Homebrew, but when I try to import it, it says no module exists
I have installed PIL with homebrew. It then says that there was a symlink error, and that is can be easily fixed by doing it again, but with a sudo. I did so. Now, when I go into python, and import ...
1
vote
1answer
1k views
I can't install 'pip install pil' in Osx
Xcode is installed, python+django is up and running smoothly.
I'm writing Running:
pip install PIL
The Response:
Downloading/unpacking PIL
Running setup.py egg_info for package PIL
WARNING: ...
1
vote
2answers
3k views
How do I build PIL on OS X Mountain Lion?
When I try to build PIL on Mac OS X 10.8.1 Mountain Lion, I get the following result:
$ sudo python setup.py install
Password:
running install
running build
running build_py
running build_ext
--- ...
4
votes
4answers
1k views
PIL doesn't recognize jpeg library under Mac OS
Scripts like that:
from PIL import Image, ImageOps
img = Image.open('1.JPG')
thumb = ImageOps.fit(img, (200,200) , Image.ANTIALIAS, (0.5, 0.5))
cause this IOError:
Traceback (most recent call ...
0
votes
0answers
42 views
Python Imaging Library Mac OSX for Python 2.7? [duplicate]
Possible Duplicate:
how to install PIL on mac os x 10.7.2 Lion
How can I get PIL for Mac OSX for Python 2.7? If there is none, is there a different library just as powerful?
19
votes
5answers
15k views
how to install PIL on mac os x 10.7.2 Lion
I've tried googling & looking up some other people's questions. However, I still couldn't find a clear/simple recipe to install PIL (for python 2.6 or 2.7) on mac os x 10.7.2 Lion. Can someone ...
0
votes
2answers
430 views
Something wrong with Frameworks in PIL
When trying to install PIL on mac osx I do sudo python setup.py install and get everything right but the following output. Has this happened to anyone before?
running build_ext
--- using frameworks ...
2
votes
3answers
1k views
Trouble with PIL python
Hi I'm trying to use PIL to be able to upload images to my django website through the admin interface.
Heres the result of a test that I ran after I installed PIL:
cfarm:Imaging-1.1.7 ...
2
votes
3answers
1k views
Python image library
Hi I'm trying to install the python image library at "www.pythonware.com/products/pil" and am getting a couple errors. See terminal below.
cfarm:Desktop christopherfarm$ cd Imaging-1.1.7
...
3
votes
5answers
2k views
Error in PIL installed with PIP - Django,Python
I installed PIL using PIP. However, using PIL on Django, when trying to upload a .jpg file, I get the error:
Upload a valid image. The file you uploaded was either not an image or a corrupted ...
0
votes
0answers
347 views
PIL shows “broken data stream when reading image file” in virtualenv
My python and PIL installation is from MacPorts on Snow Leopard.
When I try to open a JPG image in the system python with PIL, I don't get any errors.
$ python
>>> import Image
>>> ...
2
votes
1answer
1k views
Failed to build PIL on Mac OS X 10.7 Lion
I am tying to build PIL 1.1.7 on Mac OS X 10.7, I am getting this error:
running build
running build_py
running build_ext
--- using frameworks at /System/Library/Frameworks
building '_imaging' ...
10
votes
4answers
6k views
Mac osx lion, virtualenv, pil install - gcc error
I have just completed the xcode install, mac osx lion. Upon completion I attempted to install PIL in a virtual enviroment using pip, easy_install and home brew. All three are erring out. pip install ...
1
vote
1answer
470 views
Mac osx Django PIL error / usr/bin/cc file error on re-install
I am getting the ever famous The _imaging C module is not installed error with a django form Image upload. I am trying to work through the many re-install tuts out there but every time I try to ...
0
votes
2answers
893 views
issue installing python modules on mac 10.6.8 with xcode 4
ive had this issue with PIL and reportlab so far. the issue is that the install fails with
error: command 'gcc-4.2' failed with exit status 1
i've found a fix, in this document paikialog
question ...
0
votes
5answers
1k views
Django - Mac development, environment hell
I was trying to setup Django dev environment on Mac and arrived into a hell. It all started when trying to install PIL, which failed after trying 15 or so different recipes I found on blogs. So I ...
4
votes
2answers
935 views
“ERROR: broken data stream when reading image file” (TrueType fonts libjpeg and PIL on OS X)
I'm running OS X 10.6.7, Python 2.6, and writing a small wxPython application that uses PIL to manipulate an image and add some text to it.
After quite a bit of configuration woes with attempting to ...
1
vote
1answer
1k views
What is the best way to install PIL on Mac Snow Leopard with Xcode 4 installed?
What is the best way to install PIL on Mac Snow Leopard with Xcode 4 installed? I have seen a lot of information about how difficult it is to install PIL on a Mac but nothing seems too definitive. is ...
2
votes
2answers
2k views
Snow Leopard, Homebrew python 2.7, virtualenv, libjpeg and PIL = import error
There are a ton of permutations of this question on StackOverflow and the web in general. I've tried a lot of things and nothing works for me.
Here's my setup. I'm running OS X 10.6. I've used ...
14
votes
9answers
8k views
Installing PIL to use with Django on Mac OS X
I'm really annoyed by installation of PIL (Python Imaging Library) on Mac OS X 10.6. Does anyone have it installed and could post the recipe here? I've tried a lot of them posted here on this site and ...
18
votes
7answers
5k views
How to install PIL on Mac OSX 10.5.8 for Google App Engine?
I need to get PIL installed locally to test GAE's images api in my local environment.
I grabbed the PIL 1.1.6 installer for Mac, and when I go to select the destination (when installing), I get the ...
0
votes
1answer
370 views
Running python2.6 selftest.py gives me this error
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python: can't open file 'selftest.py': [Errno 2] No such file or directory
When I do which python I ...
2
votes
2answers
6k views
How do I set up a local python library directory / PYTHONPATH?
In the process of trying to write a Python script that uses PIL today, I discovered I don't seem have it on my local machine (OS X 10.5.8, default 2.5 Python install).
So I run:
easy_install ...
0
votes
1answer
121 views
Can I execute sudo make install twice from different locations?
I am on Mac, Snow Lepard.
In preparation to install PIL I need to install libjpeg.
So, from my home directory I did:
tar zxvf jpegsrc.v6b.tar.gz
cd jpeg-6b
cp /usr/share/libtool/config/config.sub .
...
1
vote
1answer
954 views
Installing PIL 1.1.6. ( error: command 'gcc' failed with exit status 1 )
I'm using Mac OS X Snow Leopard and i can not install PIL 1.1.6.
I have faced with:
error: command 'gcc' failed with exit status 1
Should I change the version of gcc?
Thanks.
7
votes
5answers
4k views
Django/PIL Error - Caught an exception while rendering: The _imagingft C module is not installed
I'm trying to run a webapp/site on my machine, it's running on OSX 10.6.2 and I'm having some problems:
Caught an exeption while rending: The _imagingft C module is not installed
Doing import ...
0
votes
1answer
666 views
How to install imagingft in OSX and Ubuntu?
I'm using PIL 1.1.6 to render a truetype font on my local Windows machine. I'd like to be able to get the application running in OSX and Ubuntu (server). So far the instructions I've found all deal ...
0
votes
1answer
338 views
Unable to use PIL after installing using pythononmac.org package (Mac OS Leopard)
I'm trying to use PIL for a Google App Engine project. I've installed PIL using the installer from pythononmac.org but it doesn't seem to do anything, or at least neither I nor Python can find the ...
2
votes
1answer
1k views
Python Imaging Library and JPEGs on MacOsX
I've gotten a hold of Python Imaging Library (PIL) and installed the PNG support stuff just fine. I am however having issues with theJPEG Library.
The default setting for it is nothing but they ...

