Opened at 2013-05-01T22:42:22Z
Last modified at 2013-05-17T00:23:03Z
#1960 closed defect
spurious warnings that look a little like errors when building/installing 1.10 — at Version 2
Reported by: | daira | Owned by: | daira |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.1 |
Component: | packaging | Version: | 1.10.0 |
Keywords: | warning build install setuptools | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
package init file 'src/allmydata/web/static/__init__.py' not found (or not a regular file) package init file 'src/allmydata/web/static/css/__init__.py' not found (or not a regular file)
Change History (2)
comment:1 Changed at 2013-05-01T22:42:46Z by daira
- Owner set to daira
- Status changed from new to assigned
- Version changed from unknown to 1.10.0
comment:2 Changed at 2013-05-14T18:20:00Z by daira
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Due to the fix for #1969, there is now another warning about 'src/allmydata/web/static/img/__init__.py'. The simplest way to fix this is by creating dummy __init.py__ files in all three directories.
[edit: filename corrected]