danielsweeney Posted July 22, 2019 Share Posted July 22, 2019 Hi people. Just wondering if anyone is having this same problem. I am fairly new to python and I am following along with Mix training video on youtube about python panels. https://www.youtube.com/watch?v=jL7jM1bJhxE&list=PLAnSvhIvNZCs4_D1JYZitBEBmf31_2ylL&index=1 and for some reason, I am stumbling at the first hurdle. When trying to import the OS module for python in the python panel window. its does not seem to work. Now if I go in and 'import os' via the python shell it works. Can anyone shed some light on this? or has anyone had this issue before? on 17.5 cheers Daniel Quote Link to comment Share on other sites More sharing options...
Maurits Posted August 13, 2019 Share Posted August 13, 2019 Do you get any specific error message? import os print os.name I tried the above code in a python panel and get a output. 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.