GithubHelp home page GithubHelp logo

Comments (5)

slozier avatar slozier commented on July 28, 2024

Why are there { and } in your libs path?

from ironpython3.

ssalmans428 avatar ssalmans428 commented on July 28, 2024

Why are there { and } in your libs path?

Hi
I modified the syntax now also the error is coming related to Module _sre. I have not used this one in my Script. From where this is popping up?

Can you provide me the correct way to map the libs?

image

from ironpython3.

slozier avatar slozier commented on July 28, 2024

_sre is a built-in module and not part of the lib. It sounds like IronPython.Modules.dll is not getting copied to your output folder (same issue as #1778).

from ironpython3.

ssalmans428 avatar ssalmans428 commented on July 28, 2024

_sre is a built-in module and not part of the lib. It sounds like IronPython.Modules.dll is not getting copied to your output folder (same issue as #1778).

Hi,
I manually place the dll's in output folder but now i am getting the error related to Import requests.
1.Requests module is not available in ironpython?
2.I can see request.py is available under urllib folder are these same?
3.Any workaround for requests module in ip?

image
image

from ironpython3.

slozier avatar slozier commented on July 28, 2024

The requests module is not part of the standard library. You'll have to find a compatible version (e.g. 2.21.0) and make it (and its dependencies) available in your search paths.

from ironpython3.

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.