Ask Your Question

mavavilj's profile - activity

2019-12-22 12:01:48 +0200 received badge  Popular Question (source)
2019-12-22 12:01:48 +0200 received badge  Notable Question (source)
2019-01-21 20:26:50 +0200 received badge  Famous Question (source)
2018-04-02 23:01:49 +0200 received badge  Notable Question (source)
2017-08-22 15:52:38 +0200 received badge  Popular Question (source)
2016-08-14 16:50:46 +0200 received badge  Organizer (source)
2016-08-14 16:50:22 +0200 asked a question Is there any Sage (.app) version for OSX 10.10?

I'm trying to update my old Sage-5.12-OSX-64bit-10.8 installation that seems to work in OSX 10.10.5 to a newer version, but am unsure regarding what version of Sage .app to download for my OS.

I tried the sage-7.2-OSX_10.9.5-x86_64.app.dmg from e.g. ftp://ftp.fu-berlin.de/unix/misc/sage/osx/intel/index.html, but this does not run, since (like the instructions say) it's only for OSX 10.9.5.

Is there any version available for my OS?

2016-08-14 13:35:18 +0200 asked a question What's the Graphics() function?

I'm plotting multiple graphs to the same plot and I found from the internet the following way of doing it:

g = Graphics()
g += plot(...)
g += plot(...)
g.show()

What's the Graphics() function and what does it do?

Is there another way of doing the above in Sage?

2016-08-14 11:29:45 +0200 asked a question %paste leads to dyld: Symbol not found: _sqlite3_intarray_bind

I'm trying to paste Python code into Sage-5.12-OSX-64bit-10.8 and I'm getting the following error:

sage: %paste
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /Applications/Sage-5.12-OSX-64bit-10.8.app/Contents/Resources/sage/local/lib/libsqlite3.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData


## -- End pasted text --

What's wrong?

%cpaste works.

2016-08-14 11:26:31 +0200 received badge  Scholar (source)
2016-01-25 01:13:06 +0200 received badge  Student (source)
2016-01-23 23:39:07 +0200 asked a question Is the sage --python exactly the same Python as it claims to be?

Is the sage --python exactly the same Python as it claims to be?

I.e.

Can it be used to compile any Python program that's compatible with the libraries that it finds and the particular Python version?

2016-01-23 23:39:07 +0200 asked a question How to use libraries installed in for Python in Sage?

I've installed some libraries to the 'normal' or 'system' Python on my computer.

However, Sage cannot see them.

How can I get Sage to use the libraries installed for Python? I'd prefer not to double install for Python and Sage separately.


I've noticed that Sage uses some Python from the Sage package. Which is clearly different than the one I'm using as "system Python". Is there a way to make these the same?