On Thursday, 6 October 2016 16:09:05 UTC+2, Behrouz Babaki wrote:
>
>
> This is the line that I added:
>
> from sympy.geometry.point import Point
>
>
>
Hi Behrouz,
Sometimes you need to put the import statement in a function body to break 
to cyclic import, e.g.

def foo(x):
    from bar.baz import qux
    return qux(x)



Björn

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/0f2fe170-7856-46b9-8433-5e7cc8888e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to