Archive for the 'Software' Category

Eclipse or Aptana en Pydev: “Project interpreter not specified”

After installing pydev in aptana (trying out for Django-development), I got this error message: “project interpreter not specified”. Apparently this is an error that mainly hits non-English speaking people, as I found no solution in English. Google translate helped me out, but I thought I’d save you the trouble:
Go to: Window>Preferences>pydev>interpreter-python where you can set the python interpreter. For me, the “auto-config” button worked just fine…

Sage on Ubuntu: the error message is: (‘EOF in multi-line statement’, (805, 0))

Installed sage under Ubuntu yesterday. Just for trying out. (Well, actually I tried it out a little bit already on their fantastic webservice)
The first thing I tried, however, gave me an error message!


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', (805, 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', (785, 0))

And then more blabla. Not very nice, I would say. Apparently, it is a conflict between certain versions of Sage and Maxima.

My solution: building Sage myself from source. Not hard to do, and you get the latest version fully installed. Disadvantage: it takes a couple of hours of compiling!

Opensuse: kmymoney: symbol lookup error: kmymoney: undefined symbol

Had an error message when opening KMyMoney in opensuse:

kmymoney: symbol lookup error: kmymoney: undefined symbol: _ZN14KMyMoneyPlugin14ImporterPlugin16staticMetaObjectEv

Solution: updating KMyMoney!

Something I miss in comparison with Arch, or even Ubuntu: the constant (rolling) updating of your total system. I know selecting all possible updates is possible somehow in Yast, but still…