Skip to content

name 'myPDDL' is not defined #10

Description

@newarney

Hello!

I am trying to use myPDDL in Sublime, but when trying to calculate the distance, I find the following error:

myPDDL-distance
Traceback (most recent call last):
File "", line 1, in
NameError: name 'myPDDL' is not defined
Exception in thread Thread-6:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "/home/newarney/.config/sublime-text-3/Packages/myPDDL/mypddl.py", line 40, in run
subprocess.Popen([self.mypddl_cmd, "distance", self.file_name])
File "./python3.3/subprocess.py", line 819, in init
File "./python3.3/subprocess.py", line 1386, in _execute_child
TypeError: Can't convert 'NoneType' object to str implicitly


I am using Ubuntu 18.04.3 LTS OS (64 bit).

Thank you!

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