Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install in LibreOffice: No module named 'dateutil' (or 'dateutil.tz' is unknown) #1

Closed
Johann-Tree opened this issue Nov 30, 2022 · 1 comment

Comments

@Johann-Tree
Copy link

Johann-Tree commented Nov 30, 2022

I'm using Ubuntu 20.04.5 LTS and LibreOffice 7.3.2.2 .
I cloned the repo, installed Ics.py via
pip install ics
, changed into the directory and then built the extension with
./build.py
When trying to install the extension in LibreOffice, I got following error:
ErrorMessage_when_installing_in_LibreOffice

Checking dateutil again:
pip install python-dateutil
returns

Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (2.7.3)

@Johann-Tree Johann-Tree changed the title Can't install in LibreOffice Can't install in LibreOffice: No module named 'dateutil' (or 'dateutil.tz' is unkown) Nov 30, 2022
@Johann-Tree Johann-Tree changed the title Can't install in LibreOffice: No module named 'dateutil' (or 'dateutil.tz' is unkown) Can't install in LibreOffice: No module named 'dateutil' (or 'dateutil.tz' is unknown) Nov 30, 2022
@prometheus42
Copy link
Owner

Sorry for answering late, but I had no free time until now.

The file build.py was my first attempt for building the extension based on some examples I found online. For the release 0.1 I used the Makefile in the repository. I just clarified the build instructions in the README file.

If you install all dependencies with pip install ics arrow and follow the instructions it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants