Re: [firedrake] calling firedrake in idle
Dear Angwenyi, This is actually an idle/virtualenv issue rather than a firedrake one. Basically idle is running the system python rather than the one in the virtualenv. You can get around this by explicitly using the virtualenv python when running idle. python /usr/local/bin/idle On Mon, 11 Jan 2016 at 13:13 Angwenyi David <kipkoej@gmail.com> wrote:
Dear all,
I activated firedrake in the mac terminal and then opened idle from the terminal but I get the following error while trying to import firedrake in idle:
Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> from firedrake import * ImportError: No module named firedrake
How can I get around this problem?
Thanks in advance.
Angwenyi _______________________________________________ firedrake mailing list firedrake@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/firedrake
Thanks for the suggestion.
On 11 Jan 2016, at 14:27, David Ham <David.Ham@imperial.ac.uk> wrote:
Dear Angwenyi,
This is actually an idle/virtualenv issue rather than a firedrake one. Basically idle is running the system python rather than the one in the virtualenv. You can get around this by explicitly using the virtualenv python when running idle.
python /usr/local/bin/idle
On Mon, 11 Jan 2016 at 13:13 Angwenyi David <kipkoej@gmail.com <mailto:kipkoej@gmail.com>> wrote: Dear all,
I activated firedrake in the mac terminal and then opened idle from the terminal but I get the following error while trying to import firedrake in idle:
Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> from firedrake import * ImportError: No module named firedrake
How can I get around this problem?
Thanks in advance.
Angwenyi _______________________________________________ firedrake mailing list firedrake@imperial.ac.uk <mailto:firedrake@imperial.ac.uk> https://mailman.ic.ac.uk/mailman/listinfo/firedrake <https://mailman.ic.ac.uk/mailman/listinfo/firedrake> _______________________________________________ firedrake mailing list firedrake@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/firedrake
participants (2)
- 
                
                Angwenyi David
- 
                
                David Ham