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
Hello!
First i want to thank author for the great work, it is very useful and helps a lot!
I have a liitle issue when im trying to run script with python subprocess module in the same venv as main program
Hello!
First i want to thank author for the great work, it is very useful and helps a lot!
I have a liitle issue when im trying to run script with python subprocess module in the same venv as main program
import subprocess
post_number = '116'
python_path = r'D:\Study_v2\venv\Scripts\python.exe'
command = [r'start', r'cmd', r'/c', python_path, r"D:\Study_v2\tgview\tviews.py", "--mode", "auto",
"--channel", "video_prikoly_laughgazm", "--post", post_number] # Выполняем команду # Выполняем команду
subprocess.run(command, shell=True)
here console opens in [Waiting...] status and nothing happens after
thank you for any help
The text was updated successfully, but these errors were encountered: