Yes I did install using sage -sh. No, I haven't tried using them within Sage's python. If they don't work there what would be the solution?
Thanks for the help James On Wednesday, June 11, 2014 9:44:00 AM UTC+1, Dima Pasechnik wrote: > > On 2014-06-09, James Campbell <[email protected] <javascript:>> > wrote: > > Hi, > > > > I'm trying to get Gambit <http://gambit.sourceforge.net/> working as an > > external package. > > I followed through the steps about packaging third party > ><http://www.sagemath.org/doc/developer/packaging.html> code and I'm now > at > > the stage where running ``import gambit`` within sage does not raise any > > errors. > > I have access to to the majority of the functionality within gambit, > > however, Gambit has some function which rely on a corresponding command > > line tool <http://gambit.sourceforge.net/gambit13/pyapi.html>. > > I can see that these have appeared in 'SAGE_ROOT/local/bin` but when I > try > > to use them within sage I get the error `'module' object has no > attribute > > 'nash'` for example. > > > > Is there something I've forgotten to do? > > all help is greatly appreciated, thanks > > did you install them using 'sage -sh' ? > > Are you able to run these tools using Sage's python (i.e. from 'sage > --python') ? > > If the latter works this means there are some incompatibilities > with most probably Sage's preparser and the code in question. > (fixable, but not instantly...) > > > > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
