Vide icon indicating copy to clipboard operation
Vide copied to clipboard

"iui.hc module not found" error when building Vide

Open Durobot opened this issue 2 years ago • 8 comments

V full version: V 0.3.2 d257e43.1cde554 OS: Windows 10 Enterprise 1809, build 17763.1935

What did you do?

  • downloaded Vide source (master branch) as a zip file;
  • unzipped it;
  • installed iui with v install https://github.com/isaiahpatton/ui
  • cd Vide-master
  • v run .

What did you expect to see?

  • Running Vide

What did you see instead?

src/ide.v:6:1: builder error: cannot import module "iui.hc" (not found)
    4 | import iui as ui
    5 | import os
    6 | import iui.hc
      | ~~~~~~~~~~~~~
    7 |
    8 | const (

Durobot avatar Dec 21 '22 15:12 Durobot