I had donwload wdiget-tour-py3.tar.gz examples from this site:
http://www.hullsvle.ch/moodle/mod/resource/view.php?id=6697
and run one of its scripts canvasruler.py, I get stange result.
First, when I run it in the cmd box, although I get a message in the box,
but everything else is fine. The GUI
On Sunday, June 11, 2017 at 2:42:41 AM UTC-7, Lawrence D’Oliveiro wrote:
> I tried the following very simple script under both versions 3.5.3 and 3.6.1
> of Python:
>
> import sys
> import asyncio
>
> loop = asyncio.get_event_loop()
>
> async def idle() :
> while True :
On 6/11/2017 10:06 PM, jf...@ms4.hinet.net wrote:
I had donwload wdiget-tour-py3.tar.gz examples from this site:
http://www.hullsvle.ch/moodle/mod/resource/view.php?id=6697
and run one of its scripts canvasruler.py, I get stange result.
First, when I run it in the cmd box, although I get a messa
Terry Reedy於 2017/06/12 UTC+8 12:04:18PM wrote:
> Right. I got this with IDLE tests before using ttk. Good luck tracing
> this to its origin.
A little progress. If I remove temp.destroy() at line 34 then that message is
gone. hmm...trying to find another way of doing it:-)
--Jach Fong
--
htt