VPN Connection with Pyobjus.

11 views
Skip to first unread message

Krypton H

unread,
Apr 26, 2026, 1:43:49 PMApr 26
to Kivy users support
Hi, can i use pyobjus NetworkExtension to connect VPN?

Im trying to do:

from pyobjus import autoclass, objc_str
from pyobjus.dylib_manager import load_framework

# Загружаем фреймворки
load_framework('/System/Library/Frameworks/NetworkExtension.framework')

NEVPNManager = autoclass('NEVPNManager')
NEVPNProtocolIPSec = autoclass('NEVPNProtocolIPSec')


I know it's not correct but I not found working code.
Reply all
Reply to author
Forward
0 new messages