Skip to content

Compiler.py requires htmlc to be installed #23

@timostrating

Description

@timostrating

from htmlc import utils
from htmlc.c_linker import CLinker
from htmlc.gcc.avr import AVR
from htmlc.gcc.gcc import GCC
from htmlc.html_parser import HTMLParser
from htmlc.diagnostics import diagnose, contains_error
from htmlc.lexer import Lexer
from htmlc.linker import Linker
from htmlc.mapped_c_string import MappedCString

Expected Behavior

python3 compiler.py should be callable

Actual Behavior

Traceback (most recent call last):
File "compiler.py", line 7, in
from htmlc import utils
ModuleNotFoundError: No module named 'htmlc'

Steps to Reproduce the Problem

  1. $ python3 compiler.py

Specifications

  • Version: none installed
  • Platform: Linux

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingwontfixThis will not be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions