Re: ePython error on first run for multicore code

Posted:
Tue May 09, 2017 11:41 pm
by polas
Hi - I am sorry you are having difficulties with this. Is this the preinstalled ePython on the latest OS image distro or a version you have installed from the Git repo yourself? Are you using the latest OS image, or is this an older image? What command are you using to launch ePython?
Nick
Re: ePython error on first run for multicore code

Posted:
Wed May 10, 2017 7:46 am
by GlasierXplor
Hi!
I tried running stock ePython from Parabuntu 15.04 (latest image), by using `epython code.py`. I got and error saying that `parallel.py cannot be found`.
So I thought that there might be some problem with the ePython, so I downloaded it from Git. After installing, and running again using `epython code.py`, I got the error I mentioned in my first post.
Thank you for helping!
Re: ePython error on first run for multicore code

Posted:
Wed May 10, 2017 9:28 am
by sebraa
Can you try running it like "sudo epython code.py"?