Also, I did erase the whole .spyder2 dir, with no effect. 2015-01-22 13:36 GMT-02:00 Ronan Paixão <[email protected]>:
> :-( > > I couldn't run Spyder in the usual ways from Windows' command prompt. > scripts\spyder.bat and python scripts\spyder didn't work, along with some > current-dir variations. Running the Python interpreter and doing the > contents of scripts\spyder erred saying that I must install to run it. > > The only way I could get it up was with bootstrap.py, but Ctrl+M didn't > work and I couldn't open the preferences window. The internal console > showed > >>> Traceback (most recent call last): > File "D:\workspace\spyderlink\spyder-array\spyderlib\spyder.py", line > 2025, in edit_preferences > widget.initialize() > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\configdialog.py", > line 63, in initialize > self.setup_page() > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\shortcuts.py", line > 336, in setup_page > self.table = ShortcutsTable(self) > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\shortcuts.py", line > 285, in __init__ > self.load_shortcuts() > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\shortcuts.py", line > 295, in load_shortcuts > shortcut = Shortcut(context, name, keystr) > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\shortcuts.py", line > 109, in __init__ > key = keystr2key(key) > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\shortcuts.py", line > 102, in keystr2key > return Key(Key.key_from_str(keylist[-1]), *mods) > File > "D:\workspace\spyderlink\spyder-array\spyderlib\plugins\shortcuts.py", line > 64, in __init__ > assert key in self.KEYS > AssertionError > > > Just to be thorough, when closing I also got some errors from the new > condapackages plugin: > > > Traceback (most recent call last): > File "D:\Anaconda\lib\atexit.py", line 24, in _run_exitfuncs > func(*targs, **kargs) > File "D:\workspace\spyderlink\spyder-array\spyderlib\spyder.py", line > 1605, in closing > if not plugin.closing_plugin(cancelable): > File > "D:\workspace\spyderlink\spyder-array\spyderplugins\p_condapackages.py", > line 123, in closing_plugin > self.close_processes() > File > "D:\workspace\spyderlink\spyder-array\spyderplugins\widgets\condapackagesgui.py", > line 1661, in close_processes > self._conda_process.close() > File "D:\workspace\spyderlink\spyder-array\external-py2\conda_api_q.py", > line 971, in close > self._process.kill() > AttributeError: 'NoneType' object has no attribute 'kill' > > 2015-01-22 13:23 GMT-02:00 Ronan Paixão <[email protected]>: > > I can't run it. I think it may be some conflict with my systemwide >> (anaconda) Spyder. I'll try to remove it and run only the checkout version. >> >> 2015-01-20 23:33 GMT-02:00 Carlos Córdoba <[email protected]>: >> >> Hi, >>> >>> I like this idea very much too! It's very close to a functionality I >>> used a lot in my Mathematica days :-) >>> >>> To promote its discoverability, I'd suggest adding it to our interactive >>> tutorials (once I merge the related PR and Gonzalo finishes it on Github :-) >>> >>> Cheers, >>> Carlos >>> >>> El 20/01/2015 a las 03:10 a.m., Gonzalo A. PEÑA CASTELLANOS escribió: >>> >>> Hi Steven >>> >>> Glad you like it, I will move this to another thread now, because here >>> I still want to keep getting ideas on. Please people interested in this >>> feature hop along :) >>> >>> >>> ============================================================================== >>> >>> *How to get more people to use Spyder* >>> >>> Hi guys, I have been discussing with some lecturers in my institute on >>> how to go on moving more people over python and spyder to improve our >>> students workflows and I was wondering what steps we should be taking to >>> further boost the adoption of Spyder. >>> >>> I would like to hear your thoughts on this. >>> >>> -- >>> 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. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >>> 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. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- 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. For more options, visit https://groups.google.com/d/optout.
