Hello,

Trying to import my made module to python with helper function:

import os.path.join 
("D","pyth_nonsens","workspace_python","PyhonTutorial","reader")



>>> import os.path.join 
>>> ("D","pyth_nonsens","workspace_python","PyhonTutorial","reader")
  File "<stdin>", line 1
    import os.path.join 
("D","pyth_nonsens","workspace_python","PyhonTutorial","reader")
                        ^


Can I use functions while defining paths?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to