Page 1 of 1

AttributeError: type object 'IP' has no attribute 'SubnetSet

Posted: Sat Jan 10, 2015 11:00 am
by amraei
I'm trying to install OpenVPN access server on a virtual server with Ubuntu 14.04 OS. But I get this error:

Code: Select all

Use local authentication via internal DB?
> Press ENTER for default [no]: 
Traceback (most recent call last):
  File "/usr/local/openvpn_as/bin/_ovpn-init", line 474, in <module>
    priv_nets = NetInfoLinux.get_priv_subnets()
  File "build/bdist.linux-i686/egg/pyovpn/net/net.py", line 403, in get_priv_subnets
AttributeError: type object 'IP' has no attribute 'SubnetSet'
Anybody know how to deal with this problem?