Change by Muhamed Itani :
Removed file: https://bugs.python.org/file50456/mpyFrame.pyw
___
Python tracker
<https://bugs.python.org/issue45867>
___
___
Python-bugs-list m
Change by Muhamed Itani :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue45867>
___
___
New submission from Muhamed Itani :
I have an MPYFrame class that inherits from tkinter.Frame. It's init looks like
this:
from os.path import normcase,normpath
def
__init__(self,master=None,port=None,baudrate=115200,timeout=1,localFolder=normcase(normpath(os.getcwd(:
The probl