Re: spyder3 missing rope dependency

2017-06-04 Thread Ghislain Vaillant
On Sun, 2017-06-04 at 09:47 -0400, kamaraju kusumanchi wrote:
> On Sun, Jun 4, 2017 at 5:00 AM, Ghislain Vaillant  wrote:
> > A new version of Spyder was also uploaded to experimental (3.1.4),
> > which adds the Python 3 rope dependency. Despite the warning message,
> > the absence of rope is harmless. The Spyder IDE works perfectly fine
> > without.
> 
> Thanks. The IDE does seem to work fine without this functionality. Is
> there any way to disable this check? I briefly looked in Tools ->
> Preferences but could not find anything relevant.

Not that I am aware of. I suspect you'd have to hack in the source code
to silence this.

Ghis



Re: spyder3 missing rope dependency

2017-06-04 Thread kamaraju kusumanchi
On Sun, Jun 4, 2017 at 5:00 AM, Ghislain Vaillant  wrote:
> A new version of Spyder was also uploaded to experimental (3.1.4),
> which adds the Python 3 rope dependency. Despite the warning message,
> the absence of rope is harmless. The Spyder IDE works perfectly fine
> without.

Thanks. The IDE does seem to work fine without this functionality. Is
there any way to disable this check? I briefly looked in Tools ->
Preferences but could not find anything relevant.

raju
-- 
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog



Re: spyder3 missing rope dependency

2017-06-04 Thread Ghislain Vaillant
On Sun, 2017-06-04 at 00:40 -0400, kamaraju kusumanchi wrote:
> Launching spyder3 gives the following error
> 
> You have missing dependencies!
> rope >=0.9.4: None (NOK)
> Please install them to avoid this message.
> 
> I see a python-rope package but no analogous python3-rope. Any idea
> how to fix this?

The python3-rope package was made available in experimental, since a
Python 3 compatible version of Rope did not land in Debian in time
before the freeze.

A new version of Spyder was also uploaded to experimental (3.1.4),
which adds the Python 3 rope dependency. Despite the warning message,
the absence of rope is harmless. The Spyder IDE works perfectly fine
without.

Cheers,
Ghis