flynnsbit wrote: ↑Wed Mar 24, 2021 1:37 pm
I am now using ExoDOSConverter with TDL integration for the packs I generate.
Hi... I am trying get my setup working, but I am encountering an error when trying to setup eXoDOSconverter:
Traceback (most recent call last):
File "main.py", line 3, in <module>
from exogui import ExoGUI
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "exogui.py", line 12, in <module>
from exoconverter import ExoConverter
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "exoconverter.py", line 10, in <module>
from gamegenerator import GameGenerator
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "gamegenerator.py", line 7, in <module>
from confconverter import ConfConverter
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "confconverter.py", line 4, in <module>
import chardet
ModuleNotFoundError: No module named 'chardet'
[63304] Failed to execute script 'main' due to unhandled exception!
Please advise. I am a newbie and still trying to figure out how to install an update even. Lol.
Thanks in advance.
PS. Not sure what this means: - Get latest commits through git (git pull) from the build.txt script. Help?