View Single Post
Posts: 670 | Thanked: 367 times | Joined on Mar 2009
#9
Strangely, I still have the problem. I don't appear to have python2.5-dev installed yet; that is, it does not appear in the PackageView program.

Here's what I did. I ran the Application Manager, saw the updates to Integral & Derivative, installed them, and ran them but nothing happened. I also installed Limit -- same thing.

For completeness, here is the test you requested earlier (this was run after doing all the things I mentioned above):

Code:
~ $ python
Python 2.5.2 (r252:60911, Sep 8 2008, 19:47:42)
[GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from sympy import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/sympy/__init__.py", line 20, in <module>
from sympy.core import *
File "/usr/lib/python2.5/site-packages/sympy/core/__init__.py", line 8, in <module>
from expr import Expr, AtomicExpr
File "/usr/lib/python2.5/site-packages/sympy/core/expr.py", line 2020, in <module>
from mul import Mul
File "/usr/lib/python2.5/site-packages/sympy/core/mul.py", line 1197, in <module>
from numbers import Rational, igcd
File "/usr/lib/python2.5/site-packages/sympy/core/numbers.py", line 1993, in <module>
from function import FunctionClass
File "/usr/lib/python2.5/site-packages/sympy/core/function.py", line 43, in <module>
from sympy.utilities import default_sort_key
File "/usr/lib/python2.5/site-packages/sympy/utilities/__init__.py", line 13, in <module>
from runtests import test, doctest
File "/usr/lib/python2.5/site-packages/sympy/utilities/runtests.py", line 22, in <module>
from timeit import default_timer as clock
ImportError: No module named timeit
>>>
On a hunch, I tried to check for updates again in the Application Manager with Extras-devel enabled, but there was nothing for these programs.
__________________
* n810 since Feb 2009
* Most-used apps: Opera, gPodder, Panucci, Tomiku, Canola, Quasar, MaemoMapper, ATI85, Maemopad+, AisleRiot Solitaire, Anagramarama, Rapier, Gnumeric, pyRDesktop
* Mobile-friendly URLs of popular sites

Last edited by buurmas; 2011-10-24 at 02:59. Reason: clarification
 

The Following User Says Thank You to buurmas For This Useful Post: