Open robmarkcole opened 7 years ago
I am seeing the same error thing in Linux. I think the code needs to do relative import (these things are different between 2.x and 3.x), like
from .cython.factory import Factory
instead of
from cython.factory import Factory
Changing those by hand in init.py fixed the issue for me.
@robmarkcole I think the error rises when you try to run the python console inside the same folder which has the pypylon source code. Try running it from a different folder. I was able to clear the issue, by running it from a different folder.
@eudoxos Yes, the relative import was the problem, it solved the issue for me.
@eudoxos & @madhusudangr thanks for the input, however I don't see init.py, only init.py Where should init.py be? Cheers
I see this error, which is odd since the file appears to be there.
My install logs below look in order.