Did you add the print statement to a source file in a standard installation? The compiled files are also part of the standard installation and can usually be modified only by the super user. Running as an ordinary user will not compile the sources. Instead, you should install a copy of the library in a directory where you have all access rights. The sources can be downloaded from https://www.sympy.org/en/download.html.
Kalevi Suominen On Tuesday, August 27, 2019 at 1:07:36 PM UTC+3, David Bailey wrote: > > I have sympy running under Windows 10-64. > > Recently I discovered that the standard installation includes all the > sources, and I wonder how easy it would be to recompile one source with - > say - a print statement included. I added a print statement, and vaguely > hoped that merely altering the source would trigger a recompile of that > source file. > > I didn't get my printout - either because I had not placed it in the right > place, or because it wasn't compiled. Can anyone help? > > David > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/82710881-c861-4fc5-b015-f293eee803f3%40googlegroups.com.
