![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
Yes, thanks! It seems that wrong utils.py gets imported instead of the one in examples/navier_stokes/
r.
----- Reply message ----- From: "Md. Golam Rashed" <rashed...@gmail.com> To: <sfepy...@googlegroups.com> Subject: current git master in windows? Date: Fri, Nov 4, 2011 08:06
Did that help?
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/sfepy-devel/-/8JItNcuRrx8J. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
On 11/04/11 08:22, Robert Cimrman wrote:
Yes, thanks! It seems that wrong utils.py gets imported instead of the one in examples/navier_stokes/
Actually what is the contents of examples/navier_stokes/utils.py in your installation? It should contain cinc_elbow2() function.
r.
----- Reply message ----- From: "Md. Golam Rashed"<rashed...@gmail.com> To:<sfepy...@googlegroups.com> Subject: current git master in windows? Date: Fri, Nov 4, 2011 08:06
Did that help?
![](https://secure.gravatar.com/avatar/4010b6187f64114f1f0671e095392fa4.jpg?s=120&d=mm&r=g)
The examples/navier_stokes/utils.py file does not contain the cinc_elbow2() function
![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
On Fri, 11 Nov 2011, Md. Golam Rashed wrote:
The�examples/navier_stokes/utils.py file does not contain the�cinc_elbow2() function
I have found the problem - somehow utils.py from pytables gets imported instead of the correct file, as the pytables path is before the path of the example in sys.path. To be fixed soon.
r.
![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
On 11/12/11 17:17, Robert Cimrman wrote:
On Fri, 11 Nov 2011, Md. Golam Rashed wrote:
The examples/navier_stokes/utils.py file does not contain the cinc_elbow2() function
I have found the problem - somehow utils.py from pytables gets imported instead of the correct file, as the pytables path is before the path of the example in sys.path. To be fixed soon.
It should work now (master git repository) - I have tested it on Windows 7.
59 test file(s) executed in 224.12 s, 0 failure(s) of 96 test(s)
r.
![](https://secure.gravatar.com/avatar/4010b6187f64114f1f0671e095392fa4.jpg?s=120&d=mm&r=g)
tested on an intel atom N570 netbook. 59 test file(s) executed in 650.56 s, 0 failure(s) of 96 test(s)
btw, where is the contribution of cython in this release?
![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
On 11/15/11 15:40, Md. Golam Rashed wrote:
tested on an intel atom N570 netbook. 59 test file(s) executed in 650.56 s, 0 failure(s) of 96 test(s)
Good.
btw, where is the contribution of cython in this release?
Cython is now used instead of Swig to call C functions (e.g. those in sfepy/terms/extmods/) from Python. Some C functions were completely rewritten in Cython (e.g. assembling of global vector/matrix). There should be no user-visible changes coming from this transition.
r.
![](https://secure.gravatar.com/avatar/4010b6187f64114f1f0671e095392fa4.jpg?s=120&d=mm&r=g)
i hope, before next release, testing will be done here so that there will be no errors or warnings in running runtests.py
![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
On Fri, 18 Nov 2011, Md. Golam Rashed wrote:
i hope, before next release, testing will be done here so that there will be no errors or warnings in running runtests.py
Yes, there should be no errors. Are you getting some now?
As for warnings, it's more difficult, as they come from third party packages. I would leave the control of ignoring them to user (via warnings module).
r.
![](https://secure.gravatar.com/avatar/4010b6187f64114f1f0671e095392fa4.jpg?s=120&d=mm&r=g)
no errors till now. btw, after posting to this group, i often recieve a mail from "postm...@wilson.homeunix.com", the mail starts as below-
This is an automatically generated message from wilson.homeunix.com. Please don't reply to it.
A technical issue was detected in your Email which cannot be repaired automatically. Your mail was delivered to the destination address nevertheless. For your convenience, the original email is attached. Thank you.
A desciption of the issue(s) follows:
Your email contains HTML, which is marked with higher spam probablility by widely-deployed anti-spam programs, and which can cause display problems with various email clients. Please switch to "text messages" in your emails client.
====================================================================
![](https://secure.gravatar.com/avatar/27f6b03a726ccff3f7a5007b1df6bf8c.jpg?s=120&d=mm&r=g)
On 11/18/11 13:15, Md. Golam Rashed wrote:
no errors till now.
ok
btw, after posting to this group, i often recieve a mail from "postm...@wilson.homeunix.com", the mail starts as below-
Yes, I keep getting those too. It looks like someone on this list has a very stringent spam policy setup, as it flags google groups e-mails as spam. I can do nothing about that, as I do not know who the person is.
r.
participants (2)
-
Md. Golam Rashed
-
Robert Cimrman