Skip to content

AttributeError : partially initialized module 'ipcalc' has no attribute 'Network' #61

@jazzyboy

Description

@jazzyboy

Hi

I've just tested your python module in short sample script but i have an issue :
AttributeError: partially initialized module 'ipcalc' has no attribute 'Network' (most likely due to a circular import)

My script is just

import ipcalc
for x in ipcalc.Network('10.20x.1xx.0/24'):
    print(str(x))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions