Comment #6 on issue 2479 by asmeurer: setup.py clean is broken http://code.google.com/p/sympy/issues/detail?id=2479
By the way, sometime you have to use py.cleanup, not ./setup.py clean, because a stray .pyc file will prevent sympy from importing, which breaks ./setup.py. For example, this happens whenever you checkout an older version of sympy across an mpmath update.
But maybe we could write a script in bin/ that cleans up stuff *without importing sympy*, and have ./setup.py clean call that. We could also make it clean other stray stuff than just pyc files (like some of the other things in .gitignore).
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
