tried using cbc.pdesys python says no module named cbc.pdesys

Asked by Olumuyiwa Oluwasanmi

tried building a system of PDE's with cbc.pdesys.
Python gives the error no module named cbc.pdesys.

Question information

Language:
English Edit question
Status:
Solved
For:
CBC.PDESys Edit question
Assignee:
No assignee Edit question
Solved by:
Mikael Mortensen
Solved:
Last query:
Last reply:
Revision history for this message
Best Mikael Mortensen (mikael-mortensen) said :
#1

You need to install using

bzr branch lp:cbcpdesys

and then put the location of your download on the PYTHONPATH

Revision history for this message
Olumuyiwa Oluwasanmi (muyiwamc2) said :
#2

Thanks Mikael Mortensen, that solved my question.