Skip to content

Module not found when running contourtool -o #7

@drventure

Description

@drventure

I think i've got this installed right, no errors during the "python setup.py install"
When I run "contourtool -o x.csv"

I get a module not found

Traceback (most recent call last):
File "C:\Python38\Scripts\contourtool-script.py", line 11, in
load_entry_point('contourtool==0.1', 'console_scripts', 'contourtool')()
File "C:\Python38\lib\site-packages\pkg_resources_init_.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python38\lib\site-packages\pkg_resources_init_.py", line 2862, in load_entry_point
return ep.load()
File "C:\Python38\lib\site-packages\pkg_resources_init_.py", line 2462, in load
return self.resolve()
File "C:\Python38\lib\site-packages\pkg_resources_init_.py", line 2468, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "", line 259, in load_module
File "C:\Python38\lib\site-packages\contourtool-0.1-py3.8.egg\contourtool_init_.py", line 26, in
File "", line 259, in load_module
File "C:\Python38\lib\site-packages\contourtool-0.1-py3.8.egg\contourtool\astm.py", line 12, in
ModuleNotFoundError: No module named 'controlchars'

I've checked the egg file and the contourtool folder and that "controlchars.py" file is there.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions