[sage-support] Re: Properly importing Python modules in Sage

2017-01-25 Thread Dima Pasechnik
On Wednesday, January 25, 2017 at 3:50:33 AM UTC, pp wrote: > > Nope, I'm editing one file, outside Sage library. > Sage is Python, too :-) Python's reload() works in Sage just as well. See http://stackoverflow.com/questions/1254370/reimport-a-module-in-python-while-interactive > > On

[sage-support] Re: Properly importing Python modules in Sage

2017-01-24 Thread pp
Nope, I'm editing one file, outside Sage library. On Tuesday, January 24, 2017 at 11:53:32 PM UTC+8, John H Palmieri wrote: > > If you are editing a file in the Sage library, you need to run 'sage -b' > to incorporate your changes. > > On Tuesday, January 24, 2017 at 12:58:26 AM UTC-8, pp wrote:

[sage-support] Re: Properly importing Python modules in Sage

2017-01-24 Thread John H Palmieri
If you are editing a file in the Sage library, you need to run 'sage -b' to incorporate your changes. On Tuesday, January 24, 2017 at 12:58:26 AM UTC-8, pp wrote: > > Hi all, > I'm trying to import one Python module in Sage 7.3 (using `import`). It is > properly working. The problem arises when