Skip to content

[BUG] Intelij Robotcode plugin uses incorrect python interpreter in multi module setup #489

@mspiller

Description

@mspiller

Describe the bug
Having multiple projects (modules).

ModuleA
   .venv
ModuleB
  robot/.venv (that has robot framework installed and is configured as ProjectB python interpeter)

Open any robot file and it says that robotframework is missing and that I should configure python interpreter.

Steps To Reproduce
Have two modules (python).

  • First one with empty venv
  • Second one with venv that contains robotframework

Open robot framework file in second module.
Image

Expected behavior
It should detect correct venv and allow to run robot tests.
Correct venv is the one that is configured in a folder that belongs to it's module.

Desktop (please complete the following information):

  • IntelliJ IDEA 2025.1.4.1 (Ultimate Edition)
  • RobotCode Version 1.7.0
  • OS: MacOSX
  • Python Version 3.12.6
  • RobotFramework Version 7.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions