On Wed, 06 Jun 2012 16:37:01 Thomas Kahle wrote:
> Hi,
>
> My sage installation from a week ago is already broken. What is wrong?
> Is this a 'revdep-rebuild' type of problem?
>
> sage: P[1].plot()
> ---------------------------------------------------------------------------
> RuntimeError Traceback (most recent call last)
>
>
> RuntimeError: module compiled against API version 6 but this version of
> numpy is 4 ERROR: An unexpected error occurred while tokenizing input
> The following traceback may be corrupted or invalid
> The error message is: ('EOF in multi-line statement', (1008, 0))
>
> ERROR: An unexpected error occurred while tokenizing input
> The following traceback may be corrupted or invalid
> The error message is: ('EOF in multi-line statement', (273, 0))
>
> ---------------------------------------------------------------------------
I am guessing matplotlib was originally compiled with numpy-1.6.x
and then you downgraded numpy without rebuilding matplotlib or scipy.
Francois