Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile to .exe, configparser.NoSectionError: No section: 'Error' #1901

Open
usysinct opened this issue Sep 23, 2024 · 0 comments
Open

Compile to .exe, configparser.NoSectionError: No section: 'Error' #1901

usysinct opened this issue Sep 23, 2024 · 0 comments

Comments

@usysinct
Copy link

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 '

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant