LUXROBO / pymodi

Python API for controlling modular electronics, MODI

Home Page:https://pymodi.luxrobo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] GUI Debugger is not working

94929 opened this issue · comments

Issue Description

Cannot run GUI debugger on my machine.

What I Did

I tried running the GUI debugger utility:

$ python -m modi --gui

Expected Behavior

A GUI debugger running seamlessly.

Actual Behavior

The debugger erroneously halts with the output below:

Running PyMODI (v1.0.0)
>>> bundle = modi.MODI()
2020-09-22 20:04:31.777 python[59256:7662991] WARNING: NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future. Called from (
        0   AppKit                              0x00007fff329b6629 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 371
        1   AppKit                              0x00007fff3299e052 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1416
        2   AppKit                              0x00007fff3299dac3 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
        3   libtk8.6.dylib                      0x0000000107794426 TkMacOSXMakeRealWindowExist + 742
        4   libtk8.6.dylib                      0x000000010779ac04 ApplyWindowAttributeFlagChanges + 196
        5   libtk8.6.dylib                      0x00000001077988a5 Tk_WmObjCmd + 14293
        6   libtcl8.6.dylib                     0x000000010752eb26 Tcl_EvalObjv + 342
        7   _tkinter.cpython-36m-darwin.so      0x0000000107501582 Tkapp_Call + 210
        8   python                              0x0000000107093e48 _PyCFunction_FastCallDict + 200
        9   python                              0x000000010716942f call_function + 143
        10  python                              0x0000000107166f83 _PyEval_EvalFrameDefault + 46819
        11  python                              0x000000010715a6e9 _PyEval_EvalCodeWithName + 425
        12  python                              0x000000010716988a fast_function + 362
        13  python                              0x000000010716948c call_function + 236
        14  python                              0x0000000107166f83 _PyEval_EvalFrameDefault + 46819
        15  python                              0x00000001071697dc fast_function + 188
        16  python                              0x000000010716948c call_function + 236
        17  python                              0x0000000107166f83 _PyEval_EvalFrameDefault + 46819
        18  python                              0x00000001071697dc fast_function + 188
        19  python                              0x000000010716948c call_function + 236
        20  python                              0x0000000107166f83 _PyEval_EvalFrameDefault + 46819
        21  python                              0x000000010716a012 _PyFunction_FastCallDict + 178
        22  python                              0x0000000107012db0 _PyObject_FastCallDict + 320
        23  python                              0x000000010703a3f8 method_call + 136
        24  python                              0x000000010701a3ae PyObject_Call + 62
        25  python                              0x00000001071ddd8a t_bootstrap + 122
        26  python                              0x00000001071d60f7 pythread_wrapper + 39
        27  libsystem_pthread.dylib             0x00007fff6f987109 _pthread_start + 148
        28  libsystem_pthread.dylib             0x00007fff6f982b8b thread_start + 15
)

System Info

  • pymodi version: 1.0.0
  • Python version: 3.6.10
  • Operating System: macOS

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.