[spyder] Re: ttk inter not found

2015-11-30 Thread Nikolay Karelin
Hello, ttk stays for 'themed tk'. According to Python 3 docu, it should be imported as from tkinter.ttk import * see here https://docs.python.org/3.5/library/tkinter.ttk.html In general, as Spyder is just IDE, I'd advise to check the issues like thin in separate terminal with Python interpre

[spyder] Re: Support for Google-style docstrings?

2015-12-29 Thread Nikolay Karelin
Hello, Sphinx comes with a special extension called Napoleon: http://sphinx-doc.org/latest/ext/napoleon.html Once enabled (normally in conf.py, when docu are generated) it makes Sphinx understand Google and Numpy docstrings. Best, Nikolay On Tuesday, November 24, 2015 at 3:49:06 PM UTC+3, Col

[spyder] Re: features and timing of 3.0 release

2016-03-10 Thread Nikolay Karelin
Hello Dan, If the debugger in Spyder is limiting for you, you can try WinPdb - it is not quite supported, but rather well written. Alternatively, you can use some 'real' Python IDE with powerful debugger. I prefer PyCharm (free version is ok) for that. But when I once asked on local Python mee

Re: [spyder] Re: Use of Tk from within Spyder Cause a Freeze

2016-04-04 Thread Nikolay Karelin
Hello Eric, I've successfully run your code in Spyder (well, after adding root.mainloop() after your code) without any freezing. The only change I've made was to invoke Run/Configure (or press F6) and select new console or dedicated interpreter. After trying advice from Carlos - everything we

[spyder] Re: Ipython Console acting strangely...

2016-04-10 Thread Nikolay Karelin
Have you tried your program from standalone IPython console, not from Spyder's one? On Wednesday, March 23, 2016 at 11:40:35 PM UTC+3, rick debbout wrote: > > I am unable to write lines and execute in the ipython console in spyder. > I am however, able to run lines that I type into the editor a

[spyder] Re: kernel keeps dying unexpectedly

2016-08-26 Thread Nikolay Karelin
Davide, Have you tried to run your script in usual Python interpreter (just cmd then python.exe rolling.py) or similar in IPyhton console buth without Spyder? Spyder is just IDE, therefore it is worth to investigate first if your issue is ever related to Spyder. Nikolay On Wednesday, August

[spyder] Re: [ANN] Spyder 3.0 seventh public beta release

2016-09-18 Thread Nikolay Karelin
Hello there, A small question on Spyder 3.0 beta on Windows (just installed using Anaconda on Win 8.1 x64): When it starts, the Python process for default console is visible on Task Bar (just empty command-line window). Is it new functionality or a bug? Best regards, Nikolay On Saturday, Sep

[spyder] Re: Spyder from browser not X Windows

2016-10-19 Thread Nikolay Karelin
Hello James, I mostly use VNC to access distant computers: normally, any program will just work 'as is', if the network connection is good enough. Nikolay On Tuesday, October 18, 2016 at 10:22:53 PM UTC+3, James Madison wrote: > > Our users telnet into LInux from Windows. > > On their Windows