I have updated my fork of sympy at github (brombo/sympy) and something strange is happening in my imports.

The following is the result of a python terminal session (using my updated sympy)

>>> from sympy.galgebra.ga import Ga
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name Ga
>>> import  sympy.galgebra.ga as ga
>>> dir(ga)
['Add', 'Com', 'DD', 'Expr', 'Format', 'Function', 'GA_LatexPrinter', 'GA_Printer', 'MV', 'Mul', 'Nga', 'Nsympy', 'Number', 'ONE_NC', 'ReciprocalFrame', 'S', 'ScalarFunction', 'Symbol', 'Vector', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'arbitrary_metric', 'arbitrary_metric_conformal', 'bilinear_product', 'collect', 'combinations', 'copy', 'cos', 'cosh', 'cross', 'diagpq', 'diff', 'dual', 'enhance_print', 'expand', 'factor_terms', 'fct_sym_array', 'ga_print_off', 'ga_print_on', 'get_commutative_coef', 'inv', 'latex', 'linear_expand', 'make_coef', 'nc_substitue', 'operator', 'oprint', 'print_function', 'proj', 'reduce', 'refl', 'rot', 'rotor', 'simplify', 'sin', 'sinh', 'sqrt', 'str_combinations', 'trigsimp']
>>>

The dir(ga) looks like the contents of an old version, but the class Ga is in sympy.galgebra.ga in brombo/sympy

Please help?  Can someone see the forest for the trees?



--
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/53951E7B.5040304%40verizon.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to