Closed baD714 closed 3 years ago
I get an error saying
Hi, thanks for using my package! Everything seems to work fine on my Ubuntu machine (I double-checked it just moments ago). Have you tried running the following command?
sudo pip install --upgrade psutil
If this doesn't work, maybe take a look at the following suggestion at Stackoverflow: https://stackoverflow.com/questions/50132740/importerror-no-module-named-psutil
pip doesn't work on my machine so I use pip3. Is there a difference? What command do you run to start it up, maybe I'm doing the wrong thing
Alright I got it to work but now im attempting to initialise it and it wont create me a settings file. Any ideas?
I'm doing this part
I'm afraid it's next to impossible to diagnose the issue without posting your code. Anyway, there are multiple ways of leveraging the initialize function. You can save the settings in the Python environment itself without actually creating a settings file.
For example,
from nordvpn_switcher import initialize_VPN,rotate_VPN,terminate_VPN
settings = initialize_VPN() rotate_VPN(settings) rotate_VPN(settings,google_check=1) terminate_VPN(settings)
from nordvpn_switcher import initialize_VPN,rotate_VPN,terminate_VPN
initialize_VPN(save=1)
rotate_VPN()
terminate_VPN()
I'm going to close this issue, as it seems that the package is working as intended. If you're having any further questions, please contact me at kboghe@gmail.com. Thanks again for using nordvpn switcher!
Hey im trying to run this on ubuntu and it simply wont work. Installed Nord and it works fine but can't use your script to rotate. Help please thanks