On Tue, Aug 11, 2020 at 2:41 PM Martin
wrote:
>
> Hi,
>
> I am running Python 3.4.4, and would like to
> use the Python Imaging Library (PIL). This
> is currently not available for Python
> Version 3. Does anybody know when it will
> become available?
>
> Plan B i
dn於 2020年8月11日星期二 UTC+8下午1時29分47秒寫道:
> On 11/08/2020 16:35, Martin wrote:
> > I am running Python 3.4.4, and would like to
> > use the Python Imaging Library (PIL). This
> > is currently not available for Python
> > Version 3. Does anybody know when it will
> >
On 11/08/2020 16:35, Martin wrote:
I am running Python 3.4.4, and would like to
use the Python Imaging Library (PIL). This
is currently not available for Python
Version 3. Does anybody know when it will
become available?
Plan B is to install Python 2.7.18. I just
need an idea of how long I
On 11/08/2020 2:35 pm, Martin wrote:
> Hi,
>
> I am running Python 3.4.4, and would like to
> use the Python Imaging Library (PIL). This
> is currently not available for Python
> Version 3. Does anybody know when it will
> become available?
Try Pillow
https://pillow.rea
Hi,
I am running Python 3.4.4, and would like to
use the Python Imaging Library (PIL). This
is currently not available for Python
Version 3. Does anybody know when it will
become available?
Plan B is to install Python 2.7.18. I just
need an idea of how long I would need to
wait for Plan A
That's what I wanted! But, I didn't know the question because I didn't
know the answer.
On 30/05/2018 23:09, Karsten Hilbert wrote:
On Wed, May 30, 2018 at 11:01:17PM +0200, Peter J. Holzer wrote:
On 2018-05-30 22:08:45 +0200, Paul St George wrote:
Ha! No, my question was clumsy.
If I know
On Thu, May 31, 2018 at 9:34 AM, Cameron Simpson wrote:
> On 30May2018 21:29, MRAB wrote:
>>
>> On 2018-05-30 21:01, Paul St George wrote:
>>>
>>> Is this equivalent?
>>> p = subprocess.Popen('display', + imagepath)
>>>
>> p = subprocess.Popen(['display', imagepath])
>>
>>> so
>>>
>>> p = subpr
On 30May2018 21:29, MRAB wrote:
On 2018-05-30 21:01, Paul St George wrote:
Is this equivalent?
p = subprocess.Popen('display', + imagepath)
p = subprocess.Popen(['display', imagepath])
so
p = subprocess.Popen('display', 'test.png')
p = subprocess.Popen(['display', 'test.png'])
Remem
On Wed, May 30, 2018 at 11:01:17PM +0200, Peter J. Holzer wrote:
> On 2018-05-30 22:08:45 +0200, Paul St George wrote:
> > Ha! No, my question was clumsy.
> >
> > If I know the name of the viewer that I want to use (say for example:
> > ‘ImageMagick’), where do I find the argument that should be
gick
isn't a viewer, it is a collection of programs for manipulating images.
The viewer included in the ImageMagick package is simply called
'display' (and it is already the default viewer in PIL, so you don't
have to do anything to use it).
hp
method is intended for debugging purposes and
is useful for that, but what method should I be using and is PIL the best
imaging library for my purposes? I do not want to manipulate images, I only
want to show images (full screen) on an external display. I want to use
Python to control the timing of t
Ha! No, my question was clumsy.
If I know the name of the viewer that I want to use (say for example:
‘ImageMagick’), where do I find the argument that should be used in a
line of code such as this:
ImageShow.register(MyViewer("gwenview"), -1)
I want to replace ‘gwenview’ with the name of my
are very right. The show() method is intended for debugging purposes and
is useful for that, but what method should I be using and is PIL the best
imaging library for my purposes? I do not want to manipulate images, I only
want to show images (full screen) on an external display. I want to use
Python
On Sat, May 26, 2018 at 9:17 AM, Paul St George wrote:
> Thank you.
> You are very right. The show() method is intended for debugging purposes and
> is useful for that, but what method should I be using and is PIL the best
> imaging library for my purposes? I do not want to manipula
On Tue, 29 May 2018 20:02:22 +0200, Paul St George wrote:
> Is there, somewhere, a list of viewers and their names (for the purposes
> of this script)?
Do you mean a list of programs capable of viewing graphics? Do you think
there is some sort of central authority that registers the names of all
St George wrote:
This is very helpful indeed, thank you. Awe-inspiring.
It occurred to me that I could edit the PIL/ImageShow.py, replacing ‘xv’
(in five places) with the utility of my choice and using ‘executable’ as
the command.
Or, is this just not done?
No, this tends to become a maintenan
I tried this anyway. The error was:
non-keyword arg after keyword arg
On 27/05/2018 21:51, Dennis Lee Bieber wrote:
On Sun, 27 May 2018 19:59:41 +0200, Paul St George
declaimed the following:
So, on Unix I would use
Image.show(title=None, nameofdisplayutilty), or Image.show(title=None
Thank you. For the advice, and for the new word 'monkeypatch'.
On 27/05/2018 23:58, Cameron Simpson wrote:
On 27May2018 20:15, Paul St George wrote:
This is very helpful indeed, thank you. Awe-inspiring.
It occurred to me that I could edit the PIL/ImageShow.py, replacing
‘xv
Should the PIL code be corrected?
On 28/05/2018 06:34, Christian Gollwitzer wrote:
Am 27.05.18 um 23:58 schrieb Cameron Simpson:
On 27May2018 20:15, Paul St George wrote:
This is very helpful indeed, thank you. Awe-inspiring.
It occurred to me that I could edit the PIL/ImageShow.py
On 2018-05-28 06:34:30 +0200, Christian Gollwitzer wrote:
> I think this is a bug/misfeature in the PIL code. On all 3 major platforms
> there is a way to invoke the standard program for a given file or URL. On
> Windows, it is "cmd.exe /c start ...", on OSX it is "open ..
Paul St George wrote:
> This is very helpful indeed, thank you. Awe-inspiring.
>
> It occurred to me that I could edit the PIL/ImageShow.py, replacing ‘xv’
> (in five places) with the utility of my choice and using ‘executable’ as
> the command.
>
> Or, is this just not don
Am 27.05.18 um 23:58 schrieb Cameron Simpson:
On 27May2018 20:15, Paul St George wrote:
This is very helpful indeed, thank you. Awe-inspiring.
It occurred to me that I could edit the PIL/ImageShow.py, replacing
‘xv’ (in five places) with the utility of my choice and using
‘executable’ as
On 27May2018 20:15, Paul St George wrote:
This is very helpful indeed, thank you. Awe-inspiring.
It occurred to me that I could edit the PIL/ImageShow.py, replacing
‘xv’ (in five places) with the utility of my choice and using
‘executable’ as the command.
Or, is this just not done?
It
This is very helpful indeed, thank you. Awe-inspiring.
It occurred to me that I could edit the PIL/ImageShow.py, replacing ‘xv’
(in five places) with the utility of my choice and using ‘executable’ as
the command.
Or, is this just not done?
On 26/05/2018 19:11, Peter Otten wrote:
Paul St
So, on Unix I would use
Image.show(title=None, nameofdisplayutilty), or Image.show(title=None,
scriptname) #where script with name scriptname invokes the program
I will try this now! And thank you.
On 26/05/2018 19:30, Dennis Lee Bieber wrote:
On Sat, 26 May 2018 17:17:42 +0200, Paul St Geo
Paul St George wrote:
> Thank you.
> You are very right. The show() method is intended for debugging purposes
> and is useful for that, but what method should I be using and is PIL the
> best imaging library for my purposes? I do not want to manipulate
> images, I only want to sh
Thank you.
You are very right. The show() method is intended for debugging purposes
and is useful for that, but what method should I be using and is PIL the
best imaging library for my purposes? I do not want to manipulate
images, I only want to show images (full screen) on an external display
On Fri, May 25, 2018 at 6:04 AM, Paul St George wrote:
> I am using the Python Imaging Library (PIL), Python 2 and Raspberry Pi 3 B+
>
> My code is simply:
>
> from PIL import Image
>
> im = Image.open(‘somepic.jpg’)
> im.show() # display image
>
>
>
I am using the Python Imaging Library (PIL), Python 2 and Raspberry Pi 3 B+
My code is simply:
from PIL import Image
im = Image.open(‘somepic.jpg’)
im.show() # display image
But the show() method looks for the default viewer (probably xv). How do
I change this (in the code, or
On 3/28/2017 11:59 AM, vishnupras...@gmail.com wrote:
I capture following error in apache logs.
AH01215: from PIL import Image: /var/www/images/index.py
AH01215: ImportError: No module named PIL: /var/www/images/index.py
A general response to this particular message is
a) check spelling in
On 28/03/2017 18:35, Chris Angelico wrote:
On Wed, Mar 29, 2017 at 3:32 AM, Karim wrote:
On 28/03/2017 18:05, Chris Angelico wrote:
On Wed, Mar 29, 2017 at 2:59 AM, wrote:
Please help if this wont resolve, I have to completely move away from
python.
How about, instead, moving away from C
On Wed, Mar 29, 2017 at 3:32 AM, Karim wrote:
>
> On 28/03/2017 18:05, Chris Angelico wrote:
>>
>> On Wed, Mar 29, 2017 at 2:59 AM, wrote:
>>>
>>> Please help if this wont resolve, I have to completely move away from
>>> python.
>>
>> How about, instead, moving away from CGI? Switch to Apache's
On Wed, Mar 29, 2017 at 2:59 AM, wrote:
> Please help if this wont resolve, I have to completely move away from python.
How about, instead, moving away from CGI? Switch to Apache's
modpython. I've deployed several Python-based web sites without
difficulties.
ChrisA
--
https://mail.python.org/m
log" common
Options +ExecCGI
Allow from all
Require all granted
ForceType text/html
AddHandler cgi-script .py
In the index.py am just trying to start the script by trying to import the
image. It doenst work i.e. recognize at all. The same import of PIL works from
python2/python3 interface in
On 2016-09-24 11:59, Tristan Trouwen wrote:
Got a signal boundary error.
Steps to reproduce:
open python console
Python 2.7.9 (default, Jun 29 2016, 13:08:31)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information
Got a signal boundary error.
Steps to reproduce:
open python console
Python 2.7.9 (default, Jun 29 2016, 13:08:31)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PIL import Image
>&
me know where I can download PIL module for 64bit Python 2.7 ?
>> I found for 32 bit Python 2.7 only and the installation ended with an
>> error that the
>> Python 2.7 was not found in registers.
>> Thank you
>
> The Modern Fork of PIL is Pillow.
> hhttps://pypi.py
In a message of Fri, 06 Nov 2015 20:55:34 +0100, "Jahn" writes:
>Can anyone lat me know where I can download PIL module for 64bit Python 2.7 ?
> I found for 32 bit Python 2.7 only and the installation ended with an error
> that the
>Python 2.7 was not found in registers.
You can install Pillow, the API is the same.
and normally will compile for your architecture.
On 6 Nov 2015, at 14:55, Jahn wrote:
> Can anyone lat me know where I can download PIL module for 64bit Python 2.7 ?
> I found for 32 bit Python 2.7 only and the installation ended with an
Can anyone lat me know where I can download PIL module for 64bit Python 2.7 ?
I found for 32 bit Python 2.7 only and the installation ended with an error
that the
Python 2.7 was not found in registers.
Thank you
---
This email has been checked for viruses by Avast antivirus software.
https
In a message of Fri, 17 Jul 2015 09:18:46 +0530, rahul tiwari writes:
>I want to import PIL package but every time this is showing error " no PIL
> module find" .
>
>plz suggest me how i can fix this problem.
Get Pillow.
Instructions on how to install it here:
https://
On Wednesday, 25 March 2015 20:54:21 UTC-7, kai.p...@gmail.com wrote:
> I create an image as per:
>
> img = Image.new('1', (1024, 1280), 1)
>
> I then draw on it and do:
>
> imagedata = list(img.getdata())
> print len(imagedata)
>
> This gives me 1228800 instead of the expec
024 * 1280)
- any ideas what I am missing?
As always, any help much appreciated.
Kai
Are you sure?
Both Python2 and Python3 give me the expected 1310720,
I'm running PILLOW version 2.6.1 on Linux (with both Python 3.4.2 and
Python 2.7.8).
>>> from PIL import Image
>>>
I create an image as per:
img = Image.new('1', (1024, 1280), 1)
I then draw on it and do:
imagedata = list(img.getdata())
print len(imagedata)
This gives me 1228800 instead of the expected 1310720 (1024 * 1280)
- any ideas what I am missing?
As always, any help much
Some more searching brought me to Pillow. That seems to work!
No answer needed anymore on previous question.
On Saturday, February 28, 2015 at 9:51:53 PM UTC+1, GerritM wrote:
> I am reinstalling everything on my new Windows 7 laptop. I run into a problem
> when installing PIL 1.1
I am reinstalling everything on my new Windows 7 laptop. I run into a problem
when installing PIL 1.1.7, in combination with my Activestate Python 2.7.8.
The PIL installer complains that no Python is registered. I did run Joakim
Löw's script to register Python. This results in the me
On Thu, Feb 26, 2015 at 11:57 AM, MRAB wrote:
> On 2015-02-26 15:23, Larry Martell wrote:
>>
>> I have a host that has no access to the internet and I need to install
>> PIL on it. I have an identical host that is on the internet and I have
>> installed it there (with
On 2/26/2015 10:23 AM, Larry Martell wrote:
I have a host that has no access to the internet and I need to install
PIL on it. I have an identical host that is on the internet and I have
installed it there (with pip). Is there a way I can copy files from
the connected host to a flash drive and
On 2015-02-26 15:23, Larry Martell wrote:
I have a host that has no access to the internet and I need to install
PIL on it. I have an identical host that is on the internet and I have
installed it there (with pip). Is there a way I can copy files from
the connected host to a flash drive and then
I have a host that has no access to the internet and I need to install
PIL on it. I have an identical host that is on the internet and I have
installed it there (with pip). Is there a way I can copy files from
the connected host to a flash drive and then copy them to the
unconnected host and have
On 2/15/15 8:17 PM, Ned Deily wrote:
In article ,
KP wrote:
just upgraded my Mac Mini to Yosemite and have never dabbled in Python on
this OS.
I see it has Python 2.7.6 installed.
When I do something like
from PIL import ImageFont, ImageDraw
it tells me that it cannot find PIL
How do I
In article ,
KP wrote:
> just upgraded my Mac Mini to Yosemite and have never dabbled in Python on
> this OS.
>
> I see it has Python 2.7.6 installed.
>
> When I do something like
>
> from PIL import ImageFont, ImageDraw
>
> it tells me that it cannot find PIL
Hi,
just upgraded my Mac Mini to Yosemite and have never dabbled in Python on this
OS.
I see it has Python 2.7.6 installed.
When I do something like
from PIL import ImageFont, ImageDraw
it tells me that it cannot find PIL
How do I install this on Yosemite?
Any pointers much appreciated
KP
On 9/23/14 4:29 AM, Frank Liou wrote:
I use PIL Image.open()
but it show 'list' object has no attribute 'open'
this is my code
class Image2():
trans = connection.begin()
session = Session()
ProductId =
session.query(ProductEntity.ProductId).filter(Product
On Tue, Sep 23, 2014 at 6:29 PM, Frank Liou wrote:
> I use PIL Image.open()
>
> but it show 'list' object has no attribute 'open'
>
> this is my code
>
> class Image2():
> trans = connection.begin()
> session = Session()
> ProductId
I use PIL Image.open()
but it show 'list' object has no attribute 'open'
this is my code
class Image2():
trans = connection.begin()
session = Session()
ProductId =
session.query(ProductEntity.ProductId).filter(ProductEntity.CompanyId=="2").al
On 6/4/14 10:02 PM, Sanjay Madhikarmi wrote:
I have already install python 2.7 64bit in my windows 8 machine but
while installing PIL 1.1.7 for python 2.7 it says that "Python 2.7
required which was not found in the registry"
Please help me sort out this problem
... also this one;
On 6/4/14 10:02 PM, Sanjay Madhikarmi wrote:
I have already install python 2.7 64bit in my windows 8 machine but
while installing PIL 1.1.7 for python 2.7 it says that "Python 2.7
required which was not found in the registry"
... oops, sorry,
also this one:
http://stackoverflow.com
On 6/4/14 10:02 PM, Sanjay Madhikarmi wrote:
I have already install python 2.7 64bit in my windows 8 machine but
while installing PIL 1.1.7 for python 2.7 it says that "Python 2.7
required which was not found in the registry"
Please help me sort out this problem
http://stackov
Dear sir/madam
I have already install python 2.7 64bit in my windows 8 machine but
while installing PIL 1.1.7 for python 2.7 it says that "Python 2.7
required which was not found in the registry"
Please help me sort out this problem
Thanks in advance
--
*Regards,
Sanjay Madh
On Saturday, 31 October 2009 23:43:45 UTC+8, Hans Georg Schaathun wrote:
> Does anyone know how to save two-tone images represented as
> numpy arrays? I handle grayscale images by converting to
> PIL Image objects (mode="L") and then use the PIL save method,
> but I cann
#wait for signal that filename has been updated,
#or to break
image = cv.LoadImage(filename)
cv.ShowImage(filename, image)
cv.WaitKey(1000)
I would like to do the same thing using PIL, for two reasons. First,
the main project is written in Python 3, but cv
Am 05.12.13 21:26, schrieb tastyminerals:
Hi, I am getting an error when trying to use Pillow library to display
image PNG on a Tkinter Button widget. Here is my code.
|image= Image.open(os.path.join('icons','bulb.png')) # using PIL for png
images
se
In tastyminerals
writes:
> d= Image._getdecoder(self.mode, d, a, self.decoderconfig)
> AttributeError: 'module' object has no attribute'_getdecoder'|||
Do you have your own module named Image.py?
--
John Gordon Imagine what it must be like for a real medical doctor to
gor.
.
|image= Image.open(os.path.join('icons','bulb.png')) # using PIL for png
images
self.correctGuessImage= ImageTk.PhotoImage(image)
|>>>
|File "/home/user/Documents/temp.py", line222, in drawButtons
self.correctGuessImage= Image
Hi, I am getting an error when trying to use Pillow library to display
image PNG on a Tkinter Button widget. Here is my code.
|image= Image.open(os.path.join('icons','bulb.png')) # using PIL for png
images
self.correctGuessImage= ImageTk.PhotoImage(image)
|&g
everal¦ Python image manipulation packages which could do
this. PIL is sort of the classic, but perhaps not the most convenient
to use:
http://www.pythonware.com/products/pil/
There are several Python bindings for ImageMagic. I've not used it
myself, but heard good things about it:
h
Hi, I need to join multiples images in one image, in client side i don't found
the way to do, is possible in server side whit python django, any suggest?
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I have a Python program which worked successfully on several PCs using
version 2.2 and showed videos using the PIL module version 1.1.5 . (All the
rest works but the videos.) When I try to install the downloaded PIL module
on my current laptop PC, I get the error message "Coul
y be a gif that's been renamed to .jpg or something else
> and is still animated.
>
> I thought that this used to work:
>
> from PIL import Image
>
>
> def check_animated(img):
> try:
> img.seek(1)
> except (EOFError):
> return 0
>
Hello,
I am trying to check if an image is animated. I can't rely on the extension
as it may be a gif that's been renamed to .jpg or something else and is
still animated.
I thought that this used to work:
from PIL import Image
def check_animated(img):
try:
img.seek(1)
On Tue, Feb 26, 2013 at 10:17 PM, Thorsten Kiefer wrote:
> Hi,
> my actual program imports ImageTk, to generate TK compatible images.
> But it seems like PIL is no longer supported.
Have you investigated the Pillow fork?
https://pypi.python.org/pypi/Pillow/
Cheers,
Chris
Hi,
my actual program imports ImageTk, to generate TK compatible images.
But it seems like PIL is no longer supported.
Is there a replacement for draw Images at high rates into TKinter GUIs ?
Best regards
Thorsten
--
http://mail.python.org/mailman/listinfo/python-list
Wow, what the heck, I just learned that using beyond compare if I compare the
two images then I'll see a different section under tolerance mode. Anyone an
expert on images? The two images have whites on that same image but they're
different according to BeyondCompare. What's more, if I do a bina
I have two images generated from ImageMagick that I need to compare through PIL
but when I compare them it says that the two images aren't identical. I tried
viewing the supposed "difference" but all I see is a black image which means
the two image are identical. ImageChops e
Tim Golden writes:
> On 09/01/2013 14:45, Jose Trevino wrote:
>> I am trying to load the PIL module to manage exif metadata with
>> Python but have had no success.
>
>
> Try pyexiv2:
>
> http://tilloy.net/dev/pyexiv2/
>
> TJG
Or Hachoir
http://pypi.py
On 09/01/2013 14:45, Jose Trevino wrote:
> I am trying to load the PIL module to manage exif metadata with
> Python but have had no success.
Try pyexiv2:
http://tilloy.net/dev/pyexiv2/
TJG
--
http://mail.python.org/mailman/listinfo/python-list
I am trying to load the PIL module to manage exif metadata with Python but have
had no success. I do some work relate with applescript, but for large files
time increases exponentially. So I changed to Python with the intention of
using PIL or something similar. I see that the last update of
In article ,
Kushal Kumaran wrote:
> On 23 Oct 2012 14:06:59 -0400, r...@panix.com (Roy Smith) wrote:
> > I have a url from which I can get an image. I want to use PIL to
> > manipulate that image. Getting the image is easy:
> >
> > >>> import r
On 23 Oct 2012 14:06:59 -0400, r...@panix.com (Roy Smith) wrote:
> I have a url from which I can get an image. I want to use PIL to
> manipulate that image. Getting the image is easy:
>
> >>> import requests
> >>> r = requests.get(url)
>
> There's
On 2012-10-23 18:06:59 +, Roy Smith said:
I have a url from which I can get an image. I want to use PIL to
manipulate that image. Getting the image is easy:
import requests
r = requests.get(url)
There's a bunch of factory functions for Image, but none of them seem
to take any
I have a url from which I can get an image. I want to use PIL to
manipulate that image. Getting the image is easy:
>>> import requests
>>> r = requests.get(url)
There's a bunch of factory functions for Image, but none of them seem
to take anything that requests
On 2012-10-02 09:26:56 +, WhisperingWally said:
Gelonida N gmail.com> writes:
I wondered whether some of you have a little more insight into what's
going on with PIL.
AFAIK the latest PIL stuff lives here:
hg.effbot.org
Certainly true, though somewhat meaningless in the
Gelonida N gmail.com> writes:
> I wondered whether some of you have a little more insight into what's
> going on with PIL.
AFAIK the latest PIL stuff lives here:
hg.effbot.org
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 27, 7:44 am, Gelonida N wrote:
> This is what is confusing me.
> if I start with a new python and I just install Pillow, then pillow is
> imported via
> import PIL
> so it does not seem to have a separate name space
>
> If I had PIL and pillow installed, then I woul
On 09/25/2012 02:42 PM, alex23 wrote:
On Sep 25, 6:25 pm, Gelonida N wrote:
So it seems to be safe to use either Christoph' binary PIL distribution
or to use Pillow.
The fact, that pillow is accessable via PyPi / easy_install / PIP pushes
me slightly towards pillow.
I assume it'
On Sep 25, 6:25 pm, Gelonida N wrote:
> So it seems to be safe to use either Christoph' binary PIL distribution
> or to use Pillow.
>
> The fact, that pillow is accessable via PyPi / easy_install / PIP pushes
> me slightly towards pillow.
> I assume it's best to uni
ccess using that locally:
http://pypi.python.org/pypi/Pillow/
Thanks for all your answers.
So it seems to be safe to use either Christoph' binary PIL distribution
or to use Pillow.
The fact, that pillow is accessable via PyPi / easy_install / PIP pushes
me slightly towards pillow.
I a
On Sep 25, 11:46 am, Alex Clark wrote:
> Actually, I started it for the Plone community, but have recently
> broadened the scope (since most of the contributions came from outside
> Plone).
You're a saint, thanks for taking this on.
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 25, 6:04 am, Gelonida N wrote:
> So I'll probably try to install the custom binary, but would like to
> know whether anybody has experience with this
> build.http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil
Sorry, I missed this the first time. I'm using this version
On 2012-09-24 23:38:05 +, alex23 said:
On Sep 25, 6:04 am, Gelonida N wrote:
This all does not sound very comforting. Why is there no fix on the
official site?
Has a bug been logged about the issue?
The Plone community keeps a fairly up-to-date fork called Pillow,
we've had a lot of suc
On Monday, September 24, 2012 4:38:05 PM UTC-7, alex23 wrote:
> On Sep 25, 6:04 am, Gelonida N wrote:
>
> > This all does not sound very comforting. Why is there no fix on the
>
> > official site?
>
>
>
> Has a bug been logged about the issue?
>
See is
On Sep 25, 6:04 am, Gelonida N wrote:
> This all does not sound very comforting. Why is there no fix on the
> official site?
Has a bug been logged about the issue?
The Plone community keeps a fairly up-to-date fork called Pillow,
we've had a lot of success using that locally:
http://pypi.python
Hi,
I'm trying to migrate a project with legacy code from 2.6 (with PIL
1.1.6) to 2.7 with (PIL 1.1.7)
The SW should run on Windows.
PIL fails with an error concering '_imagingft'
This seems to be a known issue.
http://code.google.com/p/pythonxy/issues/detail?id=300
and th
Thanks Roman. of course, i use PYMALLOC_DEBUG with PYMALLOC.
--
http://mail.python.org/mailman/listinfo/python-list
2012/7/5 tom z
> Hi~ all,
> I encounter a odd problem, when i compile Python with PYMALLOC_DEBUG, the
> PIL module can't work fine, it always make core-dump like this
>
> [Switching to Thread 182897301792 (LWP 16102)]
> 0x004df264 in PyObject_Malloc (nbytes=64) at
Hi~ all,
I encounter a odd problem, when i compile Python with PYMALLOC_DEBUG, the
PIL module can't work fine, it always make core-dump like this
[Switching to Thread 182897301792 (LWP 16102)]
0x004df264 in PyObject_Malloc (nbytes=64) at Objects/obmalloc.c:804
804
**
>
>Gonzalo
>
>
>
> ** **
>
> * *
>
> ** **
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
Looks like the PIL fork "Pillow" is coming close to support for Python 3:
https://github.com/collective/Pillow/pull/25
--
http://mail.python.org/mailman/listinfo/python-list
On 6/15/2012 5:18 AM Gonzalo de Soto said...
Dear Python Org,
It wanted to know if already PIL's version is available for Python 3.2.3.
Not yet. See http://www.pythonware.com/products/pil/
Emile
--
http://mail.python.org/mailman/listinfo/python-list
On 15/06/2012 13:18, Gonzalo de Soto wrote:
Dear Python Org,
It wanted to know if already PIL's
version is available for Python 3.2.3.
Thanks.
Gonzalo
Please refer to Matthew 7:7 for a way forward.
--
Cheers.
Mark Lawrence.
--
http:/
1 - 100 of 1022 matches
Mail list logo