Bernmeister

Results 17 comments of Bernmeister

I commented out the last section of your script which referred to ```moon_info``` as I don't have ```pylunar``` installed and then ran your script without issue. I then added a...

> > Are you able to install `pylunar` and see if the error occurs on your machine, too? > Done using ```pip3```. Took your script, added ```#!/usr/bin/env python3``` to the...

Not sure if your development environment has a debugger, but that could be the next step; maybe see what happens inside of ```_find_rise_or_set```...hopefully too @brandon-rhodes might have some more insight.

Not sure if [Script Runner](https://askubuntu.com/a/786708/67335) will do the trick for you. Full disclosure: I'm the author. Although only initially supported on Ubuntu, I'm expanding the supported platforms to include Debian,...

> > Are there usage instructions for Script Runner in GitHub or some other place? > When you run the indicator, open the Preferences and there are sample scripts. You...

> I'm on Ubuntu 16.04 LTS Pro with Unity and Compiz. I develop in Python 2.7.12 and Python 3.5. It appears the package only works with Ubuntu 20.04 and 22.04?...

> Are either of the following sections at all useful for you? > > * [Section 4.2.5](https://py-pkgs.org/04-package-structure#including-non-code-files-in-a-package) > * (More likely this one is helpful) [Section 4.2.6](https://py-pkgs.org/04-package-structure#including-data-in-a-package) Not really unfortunately;...