Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Create database tables fails - pyenv #224

@MorningLightMountain713

Description

@MorningLightMountain713

Hi there, on OSX 10.14.1,

I can't create database tables. Get the usual error.

Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1072, in run_ return self.run(edit) File "/Users/davew/Library/Application Support/Sublime Text 3/Packages/RobotFrameworkAssistant/commands/scan.py", line 41, in run sublime.set_timeout_async(self.run_scan(file_), 0) File "/Users/davew/Library/Application Support/Sublime Text 3/Packages/RobotFrameworkAssistant/commands/scan.py", line 61, in run_scan raise ValueError('Error in scanning result code: {0}'.format(rc)) ValueError: Error in scanning result code: 1

I have the following set:

"path_to_python": "/Users/davew/.pyenv/shims/python",
"robot_framework_workspace": "/Users/davew/code/robotframework/"

Looking at log file I get the following:

File "/Users/davew/Library/Application Support/Sublime Text 3/Packages/RobotFrameworkAssistant/dataparser/queue/scanner.py", line 6, in <module> from robot.errors import DataError ImportError: No module named robot.errors

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