Aaaargh! "global name 'eggz' is not defined"

Robert Kern robert.kern at gmail.com
Thu Oct 29 18:27:34 EDT 2009


On 2009-10-29 16:52 PM, Aahz wrote:
> In article<mailman.2279.1256851983.2807.python-list at python.org>,
> Robert Kern<robert.kern at gmail.com>  wrote:
>>
>> I like using pyflakes. It catches most of these kinds of typo errors, but is
>> much faster than pylint or pychecker.
>
> Coincidentally, I tried PyFlakes yesterday and was unimpressed with the
> way it doesn't work with "import *".

I consider "import *" the first error to be fixed, so it doesn't bother me much. :-)

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list