lino-framework/lino

ModuleNotFoundError: No module named 'grp'

Closed this issue · 1 comments

hello,

Doing a fresh install of lino and running getlino I get a

  File "c:\...\site-packages\getlino\configure.py", line 8, in <module>
    import grp
ModuleNotFoundError: No module named 'grp'

Indeed, Lino isn't meant to run on Windows. The grp module isn't available on Windows. At the moment we have no plans to make Lino installable on Windows. If you want to develop your own Lino application, you should anyway switch to Linux. But if you insist on Windows you are welcome to submit patches.