-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
command window stays open #72
Comments
Glad px is useful :) How did you install px? |
If I remember correctly, I have installed through pip. However I have been using it for a while already, so I am not that sure. |
Do you see the popup even if you run px after logging in? Can you check the version of px with px --help? What version of Python are you using? |
px version: v0.4.0 Before I was using it manually by running it in the commandline (then the window obviously had to stay open). Today I installed it using px --install. After rebooting px ran automatically but the cmd window stayed open. I will try and reboot shortly and report back. |
You can always exit px with Meanwhile, I checked and for some reason I've configured pip to run px in the console using |
Any news on this? |
Would like to also have it running in the background |
This is still not working. If you install px with |
I'm also experiencing this issue - installed via PIP. If i can provide any more detail to help resolve, please ask. Px v0.4.0 |
Any news on this? Having the same issue. /cc @genotrance Version: 0.4.0 installed via pip on windows 10 |
would like to get rid of the cmd-window as well 👍 |
running from pip or just px.py will leave the command window up, same for when you install it to start at boot to run the latest code, clone the repo and compile it to .exe as shown in the travis.yml file: https://github.com/genotrance/px/blob/master/.travis.yml#L38-L44
drop that in a folder of your choosing and run the config/install to have it start in the background properly. |
I finally checked and yes, using
|
Hi
Thank you for this wonderful project, that solved a lot of my issues.
I configured PX to run at boot by running px --install. However, now the command window opens (and stays open) after boot. If you close the window the proxy server is also shut down. Is there a way to run px without keeping the CMD window open?
In the case that you get it working without the CMD window open, how can you shutdown px then? For instance in the case you are working at another location not behind a proxy.
The text was updated successfully, but these errors were encountered: