I've downloaded KoboToolbox from the links below and followed the installation instructions:
The steps are not clear to me and the python run.py
command is not working. Here is the error which occured:
$ python run.py
Traceback (most recent call last):
File "run.py", line 9, in <module>
from helpers.command import Command
File "C:\users\eng-mohammed\Desktop\kobo\kobo-install\helpers\command.py", line 9, in <module>
from helpers.config import Config
File "C:\users\eng-mohammed\Desktop\kobo\kobo-install\helpers\config.py", line 15, in <module>
from helpers.network import Network
File "C:\users\eng-mohammed\Desktop\kobo\kobo-install\helpers\network.py", line 5, in <module>
import fcntl
ModuleNotFoundError: No module named 'fcntl'
".
Can you help me?