Code Monkey home page Code Monkey logo

Comments (3)

KrzysztofJozefowicz avatar KrzysztofJozefowicz commented on August 23, 2024

Hi
Thanks for kind words, we are glad that you like it.
We would like to reproduce your case as using plain python such lib referencing works correctly, this may be something with ironpython env. Best way would be to share that project (or at least sample libs and dependencies) but if you cannot (due to legal reasons) let's try to find root cause here.

Before we start, can you show Problems view so we could see the errors associated with line 2 and 3? Go to Window-> Show View -> Problems

  1. First have a look into Robot Referenced libraries in Project Explorer. MenuApplet and Log4netUtils shows that Keywords were generated ( in fact one KW per lib ), can you verify if this is valid (list of KW from Robot Referenced libraries are the same as from lib files)?
  2. If not, try to generate list of KW manually to check if Robot itself can do it (RED calls Robot to return keyword list) using link to robot libdoc :
    ipy -m robot.libdoc <PATH TO MenuApplet.py> list
    Output should produce same list of KW as in RED and in libs. If any error is returned, this indicates problems with ironpython paths
  3. Does those libs have any dependencies to dotNet resources?
  4. For testing purposes you can do following:
    • add those libs to red.xml if not yet added
    • change Settings part to following:

Library MenuApplet
Library Log4netUtils

  • execute Project -> Clean to revalidate whole Project
  • check if errors markers are still present

from red.

yoursen avatar yoursen commented on August 23, 2024

Thank you for suggestions. Seems I found the issue during preparation of sample project for you.
So I have created Sample project and everything works for me, It was weird, so I compared it to my original project and difference is that original project is located outside of default eclipse workspace, it was just imported.
And if moved out my new sample project out of workspace, then import it I got the issue.

from red.

KrzysztofJozefowicz avatar KrzysztofJozefowicz commented on August 23, 2024

Thanks for reply, we will check it on our side and provide fix for relative paths for files/folders outside of workspace/project.
In essence, bast way is to checkout files directly to Project folder or at least import with copying files.

from red.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.