I am testing out the latest version of the editor ( https://xrp-code-d-u01.wpi.edu/ ) and trying to learn about creating a library that can be shared with others. I am new to Python so I may have made some sort of mistake.
I created a file called “marc.py” and put it in the libraries folder (see image). The original version of that file had a function called “print_statement”. I created another file and imported that function and was able to call the print_statement function. Then I tried to add a second function to marc.py but was never able to call that function. the interpreter complained about not being able to find it even though it is clearly visible in the editor.
In the shell window you can see the output from running the marc.py file as well as the output from running the TestMarc.py. clearly TestMarc should not be able to run yet it does.
I have tried to clear the cache, restart the browser, restarted the XRP and even tried to do a “save as” on the marc.py to the same name (which it does not allow for some strange reason).
Anyway, something does not seem right.
