Hi all, I'm trying to import one Python module in Sage 7.3 (using `import`). It is properly working. The problem arises when I edit this Python file: Sage is still using the first version of the file. Even after I delete the Python file, it still uses the first version of this file.
Also, unlike Python, no `pyc` file is generated (I searched with `sudo find . -name "<filename>.pyc"`). So, basically I cannot see any possible way to import a Python module after it has been edited. Can anyone help? -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
