On 07/16/2015 08:54 AM,
notmyrealma...@gmail.com wrote:
> Thanks for the reply!
>
> Is --show-console specific to spyder?
> this is the output:
> |
> C:\Python34\Scripts>py spyder --show-console
> Traceback(most recent call last):
> File"spyder",line 3,in<module>
> start_app.main()
> File"C:\Python34\lib\site-packages\spyderlib\start_app.py",line 115,inmain
> spyder.main()
> File"C:\Python34\lib\site-packages\spyderlib\spyder.py",line 2283,inmain
> app =initialize()
> File"C:\Python34\lib\site-packages\spyderlib\spyder.py",line
> 2139,ininitialize
> rope_patch.apply()
> File"C:\Python34\lib\site-packages\spyderlib\rope_patch.py",line 35,inapply
> ifrope.VERSION notin('0.10.2','0.9.4-1','0.9.4','0.9.3','0.9.2'):
> AttributeError:'module'objecthas noattribute 'VERSION'
> |
>
> So it seems like the rope module is missing.
No, that is not what saying. It is saying it imported rope, but that
whatever it imported as rope does not have the attribute VERSION.
I would open a Python or IPython shell outside of Spyder and do:
import rope
help(rope)
rope.VERSION
The help should tell you where the module is coming from.
The rope.VERSION is just to test whether this a Spyder only problem or a
system problem.
> But I have not found a rope for python 3.
The latest version of rope should be Python 3 compatible:
https://github.com/python-rope/rope
> Is it possible to install it from source using python 3?
You could, but I would first diagnose what is happening now before that.
>
> thanks.
>
> On Thursday, July 16, 2015 at 3:54:42 PM UTC+2, Carlos Córdoba wrote:
>
> Hi,
>
> There are a couple of things here:
>
> 1. Unfortunately our Windows installers for Python 3 don't create
> desktop shortcuts nor menu entries. That's caused by a bug in Python
> itself, that's going to be fixed in Python 3.5.
>
> 2. Please start Spyder with the following option
>
> py spyder --show-console
>
> to see what's the error that's crashing Spyder.
>
> 3. If you're new to Scientific Python, I'd suggest to read our
> installation instructions with care:
>
>
http://pythonhosted.org/spyder/installation.html
>
> to understand how to better install and use Spyder on Windows.
>
>
> Cheers.
> Carlos
>
> El 16/07/15 a las 04:18,
notmyrealma...@gmail.com <javascript:>
>> send an email to
spyderlib+...@googlegroups.com <javascript:>.
>> <javascript:>.
> --
> 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
spyderlib+...@googlegroups.com
> <mailto:
spyderlib+...@googlegroups.com>.
> <mailto:
spyd...@googlegroups.com>.
--
Adrian Klaver
adrian...@aklaver.com