PIL and cgi link problem
Oleg Broytmann
phd at emerald.netskate.ru
Wed Jun 23 06:54:00 EDT 1999
Hi!
On Wed, 23 Jun 1999 entree at my-deja.com wrote:
> We want to use the library from a python cgi
Can you use it from command-line programs?
> script. Here we encounter a strange problem with
> the Image module. The cgi script tries to import
> it in response to a web-query. but it failes with
> an ImportError Exception: _imaging C module is
> not installed. further investigation of the
> exception showed the following (link) error:
> undefined symbol PyExc_IOError
What OS? Compiler?
For Linux, sometimes it need to export symbols from main module (-Wl,-E
compiler option)...
> Does anybody has an idea?.
>
> We are using Python 1.5.1 and LibImaging 1.0b1
>
> Thanx in advance,
>
> Robbert
> Entree
Oleg.
----
Oleg Broytmann Netskate/Inter.Net.Ru phd at emerald.netskate.ru
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-list
mailing list