Re: [Python-Dev] Failed to install PIL on windows, may have something to do with python implementaton

2011-07-13 Thread Ethan Furman
smith jack wrote: i want to install PIL on windows, but failed Python-Dev is for discussion of developing the next release of Python. This question should go to python-list, as your last question did. Good luck. ~Ethan~ ___ Python-Dev mailing list

Re: [Python-Dev] Failed to install PIL on windows, may have something to do with python implementaton

2011-07-13 Thread R. David Murray
On Thu, 14 Jul 2011 09:02:01 +0800, smith jack wrote: > Will this work? since this have something to do with the > implementation of Python, i come to this maillist and ask for > help. Hope i can receive some suggestions, Thank you :) Yes, but this list is about the *development* of Pytho

[Python-Dev] Failed to install PIL on windows, may have something to do with python implementaton

2011-07-13 Thread smith jack
I am a programmer with more than two years of python programming experience, often the debugging process may led me to the details of some details of python implementation, this is exciting : ) Now i face a problem, that is i want to install PIL on windows, but failed, the error messages tells tha

Re: [Python-Dev] status of absolute_import w/ python 2.7

2011-07-13 Thread Éric Araujo
Le 13/07/2011 06:40, Nick Coghlan a écrit : > Now, the what's new for 2.7 doesn't actually *say* we made that change > and I can't find any evidence for it in NEWS either, so I think the > bug is actually in the __future__ module (and docs: > http://docs.python.org/library/__future__). I seemed to

Re: [Python-Dev] status of absolute_import w/ python 2.7

2011-07-13 Thread Barry Warsaw
On Jul 13, 2011, at 02:40 PM, Nick Coghlan wrote: >Now, the what's new for 2.7 doesn't actually *say* we made that change >and I can't find any evidence for it in NEWS either, so I think the >bug is actually in the __future__ module (and docs: >http://docs.python.org/library/__future__). I think

Re: [Python-Dev] [Python-checkins] cpython: no one passes NULL here (or should anyway)

2011-07-13 Thread Ulrich Eckhardt
On Monday 04 July 2011, Benjamin Peterson wrote: > If someone's static analysis tool starts complaining about it, I'd be > happy to consider adding an assert... Here is one! To me an assertion is what actually documents that you don't expect NULL in this context and that the missing check is not