That is done: http://code.google.com/p/spyderlib/source/detail?r=104724af845aecfdfee0db4b355ba01840e9459b
Regarding the bootstrap script, I don't think that's necessary as pyflakes v0.5.0 availability is handled/checked by Spyder. And pyflakes 0.5.0 is included at the root of Spyder's source package (like before it was integrated, and like the 'rope' package). So if this directory is in PYTHONPATH, pyflakes 0.5.0 will be. Cheers, Pierre 2011/10/1 anatoly techtonik <[email protected]>: > Looks like I need to update the bootstrap script. =) > I don't want to require installation of any system packages for this > stuff. Where bootstrap script should download Pyflakes, to make it > available on Spyder's PYTHONPATH? > -- > anatoly t. > > > > On Sat, Oct 1, 2011 at 2:19 PM, Pierre Raybaut <[email protected]> > wrote: >> 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. >> >> > > -- > 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.
