uoip / pangolin

Python binding of 3D visualization library Pangolin
MIT License
292 stars 90 forks source link

AttributeError: module 'pangolin' has no attribute 'CreateWindowAndBind' #42

Closed ArkaprabhaChakraborty closed 3 years ago

ArkaprabhaChakraborty commented 3 years ago

I try to run the pangolin_hello_world file as specified in the readme and I get this error after building pangolin.

pangolin.CreateWindowAndBind('Main', 640, 480) AttributeError: module 'pangolin' has no attribute 'CreateWindowAndBind'

LINFF1023 commented 1 year ago

I try to run the pangolin_hello_world file as specified in the readme and I get this error after building pangolin.

pangolin.CreateWindowAndBind('Main', 640, 480) AttributeError: module 'pangolin' has no attribute 'CreateWindowAndBind'

How to solve it ?