Task #6125 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: OMERO.web and py-sqlite
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3.1 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | cxallan, wmoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-07-07 (1) |
Description (last modified by atarkowska)
OMERO.web uses sqlite db which shouldn't but generate an error for users who uses Python 2.4 because is not included.
Change History (8)
comment:1 Changed 8 years ago by atarkowska
- Cc wmoore added
- Component changed from General to Web
- Priority changed from minor to critical
comment:2 Changed 8 years ago by atarkowska
- Description modified (diff)
comment:3 Changed 8 years ago by cxallan
comment:4 Changed 8 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
(In [c494cc4c0f22339dc367c501dab8d9447667f55f/ome.git] on branch develop) this remove sqlite engine from settings, see #6125
comment:5 Changed 8 years ago by atarkowska
- Cc cxallan added
- Description modified (diff)
- Owner changed from cxallan to atarkowska
- Summary changed from BUG: OMERO.webpublic and py-sqlite to BUG: OMERO.web and py-sqlite
the issue might be related to the general config not to the particular module
comment:6 Changed 8 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
(In [b5f5dc47f47e45ef07043eb61ca5f17ae6bdbb93/ome.git] on branch develop) updating hudson scripts, see #6125
comment:7 Changed 8 years ago by atarkowska
- Priority changed from critical to major
comment:8 Changed 8 years ago by atarkowska
- Status changed from new to closed
The documentation is on the OmeroWebPublic page. There's no requirement at all for the SQLite database. The documentation in fact suggests the use of psycopg2 and configuring it to use the OMERO database itself.