Ok, I've just tested it and that's perfect: pyflakes 0.5.0 official release is strictly the same as the development version that I had integrated in Spyder's code (in package spyderlib.utils.external).
It means that: 1. I'm removing spyderlib.utils.external.pyflakes 2. I'm re-adding the dependency over pyflakes but now v0.5.0 will be mandatory (this won't affect much Windows platforms as I've always distributed pyflakes together with Spyder in the Windows installer). I just saw that -for example- pyflakes Debian package was already moving to v0.5.0, so that should not be a problem on other platforms I guess. That's a good thing because I don't like including external libraries within Spyder's code (package maintainers do not like it either and that is perfecly understandable...). -Pierre 2011/9/30 anatoly techtonik <[email protected]>: > And speaking about external libraries, PyFlakes 0.5.0 is officially > released a few weeks ago http://pypi.python.org/pypi/pyflakes > -- > anatoly t. > > > > 2011/9/30 Carlos Córdoba <[email protected]>: >> Thanks, but also take into account that now (I mean after your recent >> changes to make Spyder work with py2exe) the Object Inspector can't find its >> css files. This have to be fixed too before beta3. >> >> Cheers, >> Carlos >> >> El 30/09/11 11:52, Pierre Raybaut escribió: >> >> Absolutely, I think this bug is quite critical since it breaks the >> rope-based features. >> I'll release a beta3 this week-end. >> -Pierre >> Le 30 sept. 2011 à 17:45, anatoly techtonik <[email protected]> a écrit : >> >> Should the source code for beta2 be re-released? >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/spyderlib/-/8rAxbO4VIlAJ. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/spyderlib?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/spyderlib?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/spyderlib?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
