thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

schroedinger doesn't work #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$ ./schroedinger.py 
Traceback (most recent call last):
  File "./schroedinger.py", line 24, in <module>
    from sfepy.base.log import Log
  File "/tmp/aa/sfepy-release-2008.4/sfepy/base/log.py", line 2, in <module>
    from sfepy.base.tasks import Process, Queue, Empty
ImportError: cannot import name Process

I think the multiprocessing should be fixed somehow.

Original issue reported on code.google.com by ondrej.c...@gmail.com on 4 Dec 2008 at 11:17

GoogleCodeExporter commented 9 years ago
I just installed python-processing, but it still doesn't work. So at least some
information which exact package needs to be installed should be added.

Original comment by ondrej.c...@gmail.com on 4 Dec 2008 at 11:21

GoogleCodeExporter commented 9 years ago
Now, if the log option is_plot is True, and no plotting is possible, a message 
is
printed what to install. Verify it, please, and then let's close this.

Original comment by robert.c...@gmail.com on 4 Dec 2008 at 1:23

GoogleCodeExporter commented 9 years ago
Works fine, thanks!

Original comment by ondrej.c...@gmail.com on 4 Dec 2008 at 1:44

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/70

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:25