Stephan Houben wrote:
> Rick Johnson schreef:
> > It seems to me the best solution is for the TCL/Tk folks
> > to provide a configuration utility that stores user
> > preferences in the registry, or some other OS provided
> > mechanism, as to have these settings reset on every
> > invocation of the
Op 2017-09-10, Rick Johnson schreef :
> It seems to me the best solution is for the TCL/Tk folks to
> provide a configuration utility that stores user preferences
> in the registry, or some other OS provided mechanism, as to
> have these settings reset on every invocation of the
> application would
Stephan Houben wrote:
> Rick Johnson schreef:
>
> > One of the nice (current) features of Tkinter menus (that
> > i sometimes miss on my windows box!) is the ability to
> > "tear- off" a menu cascade and use it as a sort of "pseudo
> > tool bar".
>
> I was under the impression that Tk also supporte
Op 2017-09-06, Rick Johnson schreef :
> One of the nice (current) features of Tkinter menus (that i
> sometimes miss on my windows box!) is the ability to "tear-
> off" a menu cascade and use it as a sort of "pseudo tool
> bar".
I was under the impression that Tk also supported tear-off
menus un
Terry Reedy wrote:
> Rick Johnson wrote:
[...]
> > When i'm away from an editor (like IDLE, for instance),
> > one of the features i miss most is the ability to right
> > click the line of the exception message (you know, the one
> > that includes the offending line number and offending
> > scri
On 9/4/2017 5:50 PM, Rick Johnson wrote:
Terry Reedy wrote:
[...]
In IDLE, trackbacks *do* include source lines.
>>> def f():
return 1/0
>>> f()
Traceback (most recent call last):
File "", line 1, in
f()
File "", line 2, in f
return 1/0
ZeroDivisionError: div
Terry Reedy wrote:
[...]
> In IDLE, trackbacks *do* include source lines.
>
> >>> def f():
> return 1/0
>
> >>> f()
> Traceback (most recent call last):
>File "", line 1, in
> f()
>File "", line 2, in f
> return 1/0
> ZeroDivisionError: division by zero
One of the few
On 9/3/2017 11:17 AM, eryk sun wrote:
On Sun, Sep 3, 2017 at 7:56 AM, wrote:
What means line below:
File "", line 1
I don't have any file.
Indeed, on Windows you cannot create a file named "". Python
uses this fake name for the code object it compiles when reading from
stdin (i.e. the f
On Sun, Sep 3, 2017 at 7:56 AM, wrote:
>
> I run Python console in Windows. Can I run cmd prompt commands
> there?
Python doesn't know the first thing about CMD's "batch" language.
Also, Python's shell (i.e. REPL) is not a system administration shell
that implicitly runs external commands. You n
On Sunday, September 3, 2017 at 7:57:14 AM UTC-5, g.mor...@gmail.com wrote:
> Hello,
>
> I run Python console in Windows. Can I run cmd prompt commands there?
>
> If I run command dir I have:
>
> >>> dir
>
>
> What does it means?
It means that the expression `dir` (in python's universe) is
a
10 matches
Mail list logo