Re: ImportError: No module named crcm

The error looks like some permission problem - could you try removing the build/ directory completely, and also running
python setup.py clean
- the above should succeed. If not, try removing the whole sfepy/ directory,
and start from a new one, that you unpack as you, not as a root or another user...
r.
On 06/19/2017 04:11 AM, Deepak Pawar wrote:
Hello Robert
I tried the python setup.py build_ext --inplace
But things doesn't work out. I know i am doing some stupid mistake but couldn't figure out.
Need ur comments
PFA
Thanks
On Mon, Jun 19, 2017 at 3:15 AM, Robert Cimrman cimrman3@ntc.zcu.cz wrote:
Hi!
it looks that you did not build the extension modules of sfepy - try running
python setup.py build_ext --inplace
before running simple.py.
r.
On 06/18/2017 08:15 AM, deepakpawar.2310@gmail.com wrote:
Hii
New user at sfepy
Any comment on the following error ?
pawar@pawar:~/sfepy$ ./simple.py Traceback (most recent call last): File "./simple.py", line 21, in <module> from sfepy.applications import PDESolverApp File "/home/pawar/sfepy/sfepy/applications/__init__.py", line 3, in
<module> from .pde_solver_app import PDESolverApp, solve_pde, assign_standard_hooks File "/home/pawar/sfepy/sfepy/applications/pde_solver_app.py", line 7, in <module> from sfepy.discrete import Problem File "/home/pawar/sfepy/sfepy/discrete/__init__.py", line 9, in <module> from .variables import Variables, Variable, FieldVariable, create_adof_conns File "/home/pawar/sfepy/sfepy/discrete/variables.py", line 14, in <module> import sfepy.linalg as la File "/home/pawar/sfepy/sfepy/linalg/__init__.py", line 2, in <module> from .extmods.crcm import rcm, permute_in_place ImportError: No module named crcm _______________________________________________ SfePy mailing list sfepy@python.org https://mail.python.org/mm3/mailman3/lists/sfepy.python.org/
participants (1)
-
Robert Cimrman