I think there is an additional problem with Ipython. A similar version checking approach raises an error for not satisfying the pyqt > 4.7 version. See for more details issue 1302: https://code.google.com/p/spyderlib/issues/detail?id=1302, and the ipython issue and pull request to fix it: https://github.com/ipython/ipython/pull/2831 https://github.com/ipython/ipython/commit/8f7490775a79220641c59489c05e2aba0da2c293
I am running Ipython from git to get around it. Regards, David On 8 March 2013 12:33, Pierre Raybaut <[email protected]> wrote: > Hi, > > Thanks for reporting this bug. > > Actually we are already aware of this unwanted behavior which is already > fixed in both v21 and default (2.2) repositories: > http://code.google.com/p/spyderlib/issues/detail?id=1291 > > The only question now is whether we should make an urgent release to fix > this or not. Release v2.2.0 Final is not ready yet (there are still several > issues that need to be addressed), so we could -if this is an urgent > matter- release a new v2.1 version. Judging by the number of reports since > PyQt v4.10 release, I get the impression that it could be urgent indeed. > > -Pierre > > Le 8 mars 2013 à 12:23, Rakesh Singh <[email protected]> a écrit : > > Hello, > > PyQt 4.10 has been released. > The version check in requirements.py incorrectly fails, as the version is > detected as 4.1 which is less than the minimum required 4.4 > I merely changed my minimum version in requirements.py to be 4.04, which > is the incorrect approach, but just a workaround :) > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
