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

issue with running with abspath #13

Closed
spac3orange opened this issue Jul 27, 2023 · 3 comments
Closed

issue with running with abspath #13

spac3orange opened this issue Jul 27, 2023 · 3 comments

Comments

@spac3orange
Copy link

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

@tejirojude
Copy link

Same, all I get is [waiting] were you able to fix this issue?

@hriboss
Copy link

hriboss commented Nov 10, 2023

Hello spac orange i want to talk to you on telegram regarding this bot...
Can i get your username

@TeaByte TeaByte pinned this issue Jan 6, 2024
@TeaByte TeaByte unpinned this issue Jan 6, 2024
@TeaByte
Copy link
Owner

TeaByte commented Jan 6, 2024

#22

@TeaByte TeaByte closed this as completed Jan 6, 2024
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

4 participants