#9951: Missing package init file 'sage/tests/french_book/__init__.py'
----------------------+-----------------------------------------------------
Reporter: mpatel | Owner: jason
Type: defect | Status: new
Priority: minor | Milestone:
Component: misc | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------+-----------------------------------------------------
Description changed by mpatel:
Old description:
> Running `sage -b` with 4.6.alpha1 gives:
> {{{
> [...]
> running build_py
> package init file 'sage/tests/french_book/__init__.py' not found (or not
> a regular file)
> package init file 'sage/tests/french_book/__init__.py' not found (or not
> a regular file)
> running build_ext
> [...]
> }}}
> The solution is to add an "empty" `__init__.py` file. Mercurial may
> complain if the file is truly empty. We can use
>
> # This comment is here so the file is non-empty (so Mercurial will check
> it in).
>
> say, instead.
>
> This is a follow-up to #9395.
New description:
Running `sage -b` with 4.6.alpha1 gives:
{{{
[...]
running build_py
package init file 'sage/tests/french_book/__init__.py' not found (or not a
regular file)
package init file 'sage/tests/french_book/__init__.py' not found (or not a
regular file)
running build_ext
[...]
}}}
'''Leif Leonhardy reported the missing files on
[http://groups.google.com/group/sage-
release/browse_thread/thread/01a01378099b9d5e/866d3b5acff11ba8#866d3b5acff11ba8
sage-release].'''
The solution is to add an "empty" `__init__.py` file. Mercurial may
complain if the file is truly empty. We can use
# This comment is here so the file is non-empty (so Mercurial will check
it in).
say, instead.
This is a follow-up to #9395.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9951#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.