Import Sikuli in a project with an existing Interpreter

Asked by Jerry Jave S. Abejar

Hi,

I have an existing project using a custom interpreter, is there a way to import Sikuli without changing interpreter in my main project?

Things I've done:

-I am using PyCharm and have successfully run a Sikuli script inside.

-I tried making a separate project with sikuli scripts (named sikuli_action) and importing that project as a module in my main, but the interpreter of my main is preventing the Sikuli module imported to run

-To further clarify, I am tasked in writing an automation script for testing of an ongoing desktop app development and would like to propose using SikuliX.

-also, I am new to Python Programing

ImportError while importing test module '<project_path>\main.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
main:33: in <module>
    import sikulix_action
..\..\..\SikuliX\sikulix_action.py:1: in <module>
    import org.sikuli.script.SikulixForJython
E ModuleNotFoundError: No module named 'org'

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

--- existing project using a custom interpreter
what do you mean by that?
Tell more about your dev/run environment.

Paste the relevant intro part of your main script.

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.