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
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
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
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
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
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