GoBig87

Results 17 comments of GoBig87

I think the root cause is that the swift library I built is a dynamic framework. I'm going to try and make it a static framework and see if it...

I've tried using a static library but same issue. I've tracked the issue down in the thread and saw this __pyx_v_method_name char * "_swift_objectForKeyedSubscript:" 0x0000000199e98866. The swift seems odd. I...

Tracking the code down in pyobjus to line 472 ``` cdef objc_method_to_py(Method method, main_cls_name, static=True): ''' Function for making equvivalent Python object for some Method C type Args: method: Method...

I could never get swift to play along with kivy. I'm going to have to close the issue with out fixing it.

Just read this article https://instabug.com/blog/swift-5-module-stability-workaround-for-binary-frameworks/utm_source=reddit&utm_medium=social&utm_campaign=iosprogramming&utm_content=swift_5_module_stability Not sure if this update to swift will help out with the issue with adding swift to a kivy project or not. It might be...

You might have better luck using a repo like this https://github.com/steve228uk/TunnelDeck which installs openVPN and then you can use these (https://nordvpn.com/ovpn/) NordVPN config files with it. If you really want...

Checkout this https://help.steampowered.com/en/faqs/view/671A-4453-E8D2-323C Specifically `What if I want to do more than what’s available by flatpak?` and `How do I run sudo commands?` both are needed to run a third...

Can you run the ```NordVpnLinuxGUI.sh``` script and send me the Kivy env that your system uses? Mines ``` (venv) jason.inbody@san-00000408:~/GitProjects/NordVpnLinuxGUI$ ./NordVPNLinuxGUI.sh [INFO   ] [Logger      ] Record log in /home/jason.inbody/.kivy/logs/kivy_21-12-30_0.txt [INFO  ...

Does logging in manually with `nordvpn login` in a terminal work by chance?

`[INFO ] [Logger ] Record log in /home/jason-inbody/.kivy/logs/kivy_22-06-30_4.txt [INFO ] [Kivy ] v2.1.0 [INFO ] [Kivy ] Installed at "/home/jason-inbody/GitProjects/NordVpnLinuxGUI/venv/lib/python3.10/site-packages/kivy/__init__.py" [INFO ] [Python ] v3.10.4 (main, Apr 2 2022, 09:04:19)...