https://bugs.kde.org/show_bug.cgi?id=356413
Bug ID: 356413
Summary: The CSV and ODS export scripts are not finding the
Sheets
Product: calligraplan
Version: unspecified
Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Version 2.9.9
Using KDE Development Platform 4.14.14
When I go to scripts, export, CSV or ODS export, I get an error message "Failed
to start Sheets. Is Sheets installed?"
Sheets is installed, but I assume the script is using and old naming or
something when it is looking for it.
The CSV export works if I disable the following check in the script (I assume
it doesn's actually need the Sheets).
if Sheets is None:
raise Exception, T.i18n("Failed to start Sheets. Is Sheets installed?")
Reproducible: Always
Steps to Reproduce:
1. Menu: Tools
2. Scripts
3. Export to ods
Actual Results:
error message: Failed to start Sheets. Is Sheets installed?
Expected Results:
export to file.
--
You are receiving this mail because:
You are watching all bug changes.