Closed Release closed 1 year ago
Can you try the -E
option for python?
It'll ignore the PYTHON*
variables.
Open gui_definition.json
with a text editor. (It's in the same location as GUI.exe
.)
Then, replace all python\\python.exe
with python\\python.exe -E
like this.
{
"recommended": "0.4.1",
"gui": [
{
"label": "Inject",
"window_name": "UE4-DDS-Tools (Inject mode)",
"command": "python\\python.exe -E src\\main.py ...
...
I'll apply it to my repo as well if it'll work.
@matyalatte, оh thank you so much. This really solves the problem.
Sorry for question. But how i can solved this problem without remove system environment variable?