You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurred when executing the bCNC executable after compile.
I'm running Python 3.11.4 AMD64 on Win32
================================================================================
WARNING: bCNC was recently ported to only support
python3.8 and newer.
Most things seem to work reasonably well.
Please report any issues to: https://github.com/vlachoudis/bCNC/issues
Running as pyinstaller bundle! C:\Users\abalwah\AppData\Local\Programs\Python\Python311\Lib\site-packages\bCNC\bCNC\bCNC.exe
Running as pyinstaller bundle! C:\Users\abalwah\AppData\Local\Programs\Python\Python311\Lib\site-packages\bCNC\bCNC\bCNC.exe
new-config bCNC <configparser.ConfigParser object at 0x0000026AE1AAADD0>
Traceback (most recent call last):
File "configparser.py", line 862, in items
KeyError: 'Error'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 226, in
File "main.py", line 153, in main
File "bmain.py", line 147, in init
File "Sender.py", line 94, in init
File "CNC.py", line 939, in loadConfig
File "configparser.py", line 865, in items
configparser.NoSectionError: No section: 'Error'
[PYI-16164:ERROR] Failed to execute script '
The text was updated successfully, but these errors were encountered:
The following error occurred when executing the bCNC executable after compile.
I'm running Python 3.11.4 AMD64 on Win32
================================================================================
WARNING: bCNC was recently ported to only support
python3.8 and newer.
Most things seem to work reasonably well.
Please report any issues to: https://github.com/vlachoudis/bCNC/issues
Running as pyinstaller bundle! C:\Users\abalwah\AppData\Local\Programs\Python\Python311\Lib\site-packages\bCNC\bCNC\bCNC.exe
Running as pyinstaller bundle! C:\Users\abalwah\AppData\Local\Programs\Python\Python311\Lib\site-packages\bCNC\bCNC\bCNC.exe
new-config bCNC <configparser.ConfigParser object at 0x0000026AE1AAADD0>
Traceback (most recent call last):
File "configparser.py", line 862, in items
KeyError: 'Error'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 226, in
File "main.py", line 153, in main
File "bmain.py", line 147, in init
File "Sender.py", line 94, in init
File "CNC.py", line 939, in loadConfig
File "configparser.py", line 865, in items
configparser.NoSectionError: No section: 'Error'
[PYI-16164:ERROR] Failed to execute script '
The text was updated successfully, but these errors were encountered: