Hi, I have the following problem:
1) current sympy spkg in Sage has a file: /sage/local/lib/python2.5/site-packages/sympy/core/parser.py that we removed in later versions of sympy, because it has the same name as the standard module. 2) later, we use the standard python parser module in sympy 3) I created a new spkg, however, when I install it in sage (over the current one), the old parser.py will not get removed and it will get called instead of the builtin parser, thus making sympy completely fail. Easy solution is just to use "rm parser.py". However, is there something that can be done with this? Or simply when you update the new spkg in the new version of Sage, the old files will automatically not be there, thus all will be fine. It took me quite some time to figure out what's wrong, so I am sharing my experiences. :) Now I need to go, but later hopefully I'll fix the remaining problems and create a trac ticket. Ondrej --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---