Skip to content

import error of module bindings_v2 #13

Description

@iprada

Hi, I had when importing parasail, it wasn't able to found the bindings_v2 file. I have solve it changing line 55 in the init.py file from:
from bindings_v2 import * to from .bindings_v2 import *

`
Python 3.6.3 |Anaconda custom (64-bit)| (default, Nov 3 2017, 19:19:16)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import parasail
Traceback (most recent call last):
File "", line 1, in
File "/data/xsh723/anaconda/lib/python3.6/site-packages/parasail/init.py", line 55, in
from bindings_v2 import *
ModuleNotFoundError: No module named 'bindings_v2'
`

Hope it helps

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