-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
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
- $ python3 compiler.py
Specifications
- Version: none installed
- Platform: Linux
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on