-
Hi. This may be my fault, I don't use Python very much. I've installed novelWriter on my MacBook according to the instructions, using pip install novelWriter. This completes successfully. When I try to start the program with python novelWriter.py it fails with the message: .pyenv/versions/3.8.6/bin/python3: can't open file 'novelWriter.py': [Errno 2] No such file or directory The installation log output to the screen looks like this: Installing collected packages: PyQt5-sip, pyqt5, lxml, pyenchant, novelWriter Any help greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The You should also install the |
Beta Was this translation helpful? Give feedback.
The
python novelWriter.py
command is for when you run directly from the source code. When you install with pip, it should make an executable file namednovelWriter
ornovelwriter
on your system. Did you try to just type one of those in the terminal?You should also install the
pyobjc
package on macOS. It improves the integration with the OS a bit.