audio-webui icon indicating copy to clipboard operation
audio-webui copied to clipboard

[QUESTION] Is it possible to run the code with a Python subfolder?

Open KStormStudio opened this issue 1 year ago • 3 comments

a Python subfolder?

I'm sorry for my weird question, I'm very enthusiastic about this code but I was wondering if I can run the script including Python in the same folder just like extracting python in a subfolder of the project. In this case how should I configure the BAT command please?

Many thanks in advance

KStormStudio avatar Oct 18 '24 06:10 KStormStudio

Running main.py with the python.exe you want to use should work

gitmylo avatar Oct 19 '24 14:10 gitmylo

sorry for my late reply. I'm trying every possible command but nothing works.

  • I copied python folder into the main project folder so python folder is a subfolder of the project
  • I run python.exe than type: ../main.py or ./main.py or \main.py ... nothing works What do i do wrong please? Many thanks

KStormStudio avatar Oct 24 '24 09:10 KStormStudio

path\to\python.exe path\to\main.py should work

gitmylo avatar Oct 26 '24 18:10 gitmylo