I tried to follow Guninski's instructions.   I found eulerprod.py and put 
it in the right directory 
and then I got an error due to not having psage.ellcurve.lseries.helper.
I googled for that file and put it in helper.py but I still get an error. 
 Maybe the file 
needs to have a complicated path matching the module name?  What do I do 
now?


sage: load eulerprod.py

---------------------------------------------------------------------------

ImportError                               Traceback (most recent call last)


/Users/beeson/<ipython console> in <module>()


/Applications/sage/local/lib/python2.6/site-packages/sage/misc/preparser.pyc 
in load(filename, globals, attach)

   1634 

   1635     if fpath.endswith('.py'):

-> 1636         execfile(fpath, globals)

   1637     elif fpath.endswith('.sage'):

   1638         if (attach and attach_debug_mode) or ((not attach) and 
load_debug_mode):


/Users/beeson/eulerprod.py in <module>()

      4 from sage.rings.all import is_RationalField, ZZ, Integer, QQ, O, 
ComplexField, CDF, primes, infinity as oo

      5 from sage.schemes.elliptic_curves.ell_generic import 
is_EllipticCurve

----> 6 from psage.ellcurve.lseries.helper import 
extend_multiplicatively_generic

      7 from sage.misc.all import prod

      8 from sage.modular.abvar.abvar import is_ModularAbelianVariety


ImportError: No module named psage.ellcurve.lseries.helper

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to