cmpilato / thotkeeper

ThotKeeper — cross-platform personal daily journaling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such file or directory in terminal

techfilmguy opened this issue · comments

Per the install doc I have tried all three "install" methods and every time I get the message "cannot access './thotkeeper': No such file or directory"

Sorry about the troubles, @techfilmguy. Can I assume that you are running the various command-lines that you've attempted from inside a local copy of the thotkeeper source tree? For example, if you downloaded the ThotKeeper 0.4.0 source package (.zip or .tar.gz) and exploded that, you should wind up with a directory tree like:

thotkeeper-0.4.0/
    lib/
        ...
    notes/
        ...
    tools/
        ...
    thotkeeper
    ...

It's the thotkeeper program that's inside that directory that needs to be run. So unless you cd into the exploded directory, you'll need to put a bit more path context into your command-line:

$ /path/to/thotkeeper-0.4.0/thotkeeper

or

$ python /path/to/thotkeeper-0.4.0/thotkeeper

Closed this due to lack of response.