mu-editor / crash-reports

0 stars 1 forks source link

Crash Report #609

Closed SteveFlad closed 5 months ago

SteveFlad commented 5 months ago

Sorry You told me to delete a file last time this happened, but I lost your email.

REMEMBER TO ATTACH YOUR LOG FILE

Version: 1.2.0 Locale: en_US Platform: Windows 10 10.0.19045 AMD64

 "C:\Users\Owner\AppData\Local\python\mu\mu_venv-38-20240129-162119\lib\site-packages\ipykernel\connect.py", line 11, in <module>
    from IPython.core.profiledir import ProfileDir
  File "C:\Users\Owner\AppData\Local\python\mu\mu_venv-38-20240129-162119\lib\site-packages\IPython\__init__.py", line 51, in <module>
    from .core.application import Application
  File "C:\Users\Owner\AppData\Local\python\mu\mu_venv-38-20240129-162119\lib\site-packages\IPython\core\application.py", line 26, in <module>
    from IPython.core import release, crashhandler
  File "C:\Users\Owner\AppData\Local\python\mu\mu_venv-38-20240129-162119\lib\site-packages\IPython\core\crashhandler.py", line 27, in <module>
    from IPython.core import ultratb
  File "C:\Users\Owner\AppData\Local\python\mu\mu_venv-38-20240129-162119\lib\site-packages\IPython\core\ultratb.py", line 107, in <module>
    from IPython.core import debugger
  File "C:\Users\Owner\AppData\Local\python\mu\mu_venv-38-20240129-162119\lib\site-packages\IPython\core\debugger.py", line 121, in <module>
    from pdb import Pdb as OldPdb
  File "C:\Users\Owner\AppData\Local\Programs\MUEDIT~1\Python\lib\pdb.py", line 77, in <module>
    import code
  File "C:\Users\Owner\AppData\Local\Programs\Mu Editor\code.py", line 5, in <module>
    import board
ModuleNotFoundError: No module named 'board'
carlosperate commented 5 months ago

Thanks for the report @SteveFlad, looks like it might be this issue: https://github.com/mu-editor/mu/issues/2453

Could you delete the C:\Users\Owner\AppData\Local\Programs\Mu Editor\code.py file and try again?

SteveFlad commented 5 months ago

That worked. Thank you.

On Thursday, February 8, 2024 at 05:51:35 AM EST, Carlos Pereira Atencio ***@***.***> wrote:  

Thanks for the report @SteveFlad, looks like it might be this issue: mu-editor/mu#2453

Could you delete the C:\Users\Owner\AppData\Local\Programs\Mu Editor\code.py file and try again?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

carlosperate commented 5 months ago

Awesome, thanks for the quick test!