Re: I can't import random module
Do you have the StdLib added to your path? random.py is in the Python stdlib and it imports the _random module from IronPython.Modules. Without the stdlib, you can't import random.
On Wed, Sep 30, 2020 at 7:31 AM <javierfernandezc@...> wrote: I have already seen that, thanks. I tried that and failed againg: --
Website: http://earl-of-code.com
|
|