Why is there an error message on both From messages in setup.py the file will not pass compile

Hi @ROxX,

You have to use the code below instead of “from os”:

import os

Another option would be:

from os import path

but then your os.path.join(... code would have to be changed to:

path.join(...

#KeepPushingYourROSLearning.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.