Latimerias Posted January 27, 2022 Share Posted January 27, 2022 (edited) I started off creating shelf tools, worked fine then I wanted to read modules on disk so i used the PYTHONPATH variable which worked great. However the second I go to run functions from my module I get the error 'module has no attribute' as shown below. import mymodule mymodule.my_function() it returns the error: module 'mymodule 'has no attribute 'myfunction'. My workaround right now is just symlinking my .py file into the /python3.7libs directory which reads fine for the moment. Edited January 28, 2022 by Latimerias Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.