Comment #2 on issue 543 by asmeurer: warnings on python setup.py build
http://code.google.com/p/sympy/issues/detail?id=543
This is still an issue:
package init file 'sympy/assumptions/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/concrete/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/core/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/functions/combinatorial/tests/__init__.py' not
found (or not a regular file)
package init file 'sympy/functions/elementary/tests/__init__.py' not found
(or not a regular file)
package init file 'sympy/functions/special/tests/__init__.py' not found (or
not a regular file)
package init file 'sympy/galgebra/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/geometry/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/integrals/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/logic/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/matrices/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/ntheory/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/parsing/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/physics/quantum/tests/__init__.py' not found (or
not a regular file)
package init file 'sympy/physics/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/plotting/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/polys/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/printing/pretty/tests/__init__.py' not found (or
not a regular file)
package init file 'sympy/printing/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/series/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/simplify/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/slow_tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/solvers/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/statistics/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/tensor/tests/__init__.py' not found (or not a
regular file)
package init file 'sympy/test_external/__init__.py' not found (or not a
regular file)
package init file 'sympy/utilities/tests/__init__.py' not found (or not a
regular file)
The way to set data files is at
http://docs.python.org/distutils/setupscript.html#installing-package-data.
But do we really want that, i.e., will it still compile the .pyc files for
the tests if we do that? If not, then I say we should just ignore this (it
seems harmless anyway).
--
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.