Hi!
I created the file "example.sage" in my home directory and ran
sage: load "example.sage"
But Sage doesn't convert it to .py file, so I can't get the "example.sage.py" file. What should I do to get it? Actually, my goal is to write a GUI application, based on few sage classes. Can I do it without converting my sage code to the Python code?