[03:18:51] <mysterpaul> not sure exactly, I believe the system uses 2.7.5 but I have been coding in 3.4
[03:25:39] <wiredfool> so what error are you getting when installing pillow
[03:28:55] <mysterpaul> well, I just tried one of the methods mentioned in that link and it seemed to work, but I think it installed for 2.7, and importing the module still doesn't seem to work
[03:30:15] <mysterpaul> and I'd like to use 3.4 since that's what I've been learning
[03:36:10] <mysterpaul> I tried, but it never worked for me. installing with brew using the someone on the forum's suggestion seemed to work: brew install Homebrew/python/pillow
[03:36:43] <mysterpaul> and that installed everything for python 2.7, but still no luck importing
[03:44:26] <wiredfool> you probably have 2 python 2.7s
[20:31:41] <chas11man> I'm getting a really weird bug where after x number of draws on a picture (I'm just doing lines and text) I get SystemError: unknown raw mode
[20:32:00] <chas11man> Granted I'm doing lots of draws
[20:33:34] <chas11man> Does anyone know why this might occur?
[20:39:23] <wiredfool> can you replicate with a small script?
[20:46:57] <chas11man> Yes, I just did actually. It seems to be when I use too much draw.text
[20:48:44] <chas11man> So I'm drawing lines and text. I open a blank gif, do the lines first, save that to a new file, then open that file and do the text and save it in a 3rd file. It works when I do that but the quality is greatly diminished
[20:49:09] <chas11man> If I do the text first and then the lines it crashes
[20:51:00] <chas11man> I'm using 2 fonts and at varying sizes. It seems to only be able to handle so many of one of the ttfs that I'm using
[20:51:13] <chas11man> It's a .ttf file but it's sort of a scripty looking font
[20:52:01] <chas11man> Nevermind, the font doesn't seem to matter
[20:52:09] <chas11man> Nevermind, the font doesn't seem to matter
[20:53:32] <chas11man> What's even weirder is that if the coordinates (x,y) of the draw are the same, it's fine, but if I move it just one pixel it crashes.
[20:56:08] <chas11man> It is literally the matter of adding one more draw but only in certain ways
[21:00:30] <wiredfool> I'd love to be able to replicate that here.