-1

I have a problem unresolved import :ALModule (eclipse with python). This is my error

ALModule Found at: facecount.FaceCounterModule

from naoqi import ALModule

Can you help me, please!

  • Your error message is not well reported. You should say exactly what operation you did to produce the error and copy/paste the output here. – Victor Paléologue Jul 08 '21 at 08:29

1 Answers1

0

Please check again the proper installation procedure. Make sure your PYTHONPATH is well set to where you unzipped the NAOqi Python SDK.

Victor Paléologue
  • 2,025
  • 1
  • 17
  • 27
  • 1
    Thank you for your useful answer. Yes, I need to change in my PYTHONPATH with C:\Users\......\python27\Lib\site_packages\pynaoqi\lib . Now I am ok for that error. Where pynaoqi is renamed of unzipped the NAOqi Python SDK. – Kyawt Kyawt Htay Jul 10 '21 at 11:39