Re: [code-quality] Possible false positives in Pyflakes

2013-06-07 Thread Daniel Hofmann
Thanks for your quick and detailed description! On 08:21 Fri 07 Jun , Florent wrote: > you see the syntax issue because you installed Pyflakes for Python 3.1 > or 3.2, and you are checking code which is syntactically wrong for > these versions of Python (The u"" prefix is only supported with P

Re: [code-quality] Possible false positives in Pyflakes

2013-06-07 Thread Florent
2013/6/7 Daniel Hofmann : > > Oh, that's true, my system's Pyflakes is installed for Python 3. > But I'm wondering a bit, because my virtualenv is Pythpn 2 only. > And even after activating it, it seems that it is calling the global > Pyflakes: >> (env)$ pyflakes dslrpicontrol You can check which

Re: [code-quality] Possible false positives in Pyflakes

2013-06-07 Thread Daniel Hofmann
You're right, there was an old entry in the hash table. Thanks, I did not know about this. ___ code-quality mailing list [email protected] http://mail.python.org/mailman/listinfo/code-quality