Re: [sage-support] Re: issue with sage -t (sage 4.8)

2012-01-24 Thread William Stein
On Tue, Jan 24, 2012 at 12:07 AM, Simon King wrote: > Hi! > > On 24 Jan., 08:22, tvn wrote: >> I have this file 'myclass.py' that contains the following >> >> class MyClass(object): >>     @staticmethod >>     def myt(l): >>         """ >>         sage: from myclass import MyClass >> ... >> when

[sage-support] Re: issue with sage -t (sage 4.8)

2012-01-24 Thread John H Palmieri
On Tuesday, January 24, 2012 12:07:16 AM UTC-8, Simon King wrote: > > Hi! > > On 24 Jan., 08:22, tvn wrote: > > I have this file 'myclass.py' that contains the following > > > > class MyClass(object): > > @staticmethod > > def myt(l): > > """ > > sage: from myclas

[sage-support] Re: issue with sage -t (sage 4.8)

2012-01-24 Thread tvn
Hi Simon, got it --- thanks. The solution for me was to add the current path to sage search path -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] Re: issue with sage -t (sage 4.8)

2012-01-24 Thread Simon King
Hi! On 24 Jan., 08:22, tvn wrote: > I have this file 'myclass.py' that contains the following > > class MyClass(object): >     @staticmethod >     def myt(l): >         """ >         sage: from myclass import MyClass > ... > when run sage -t myclass.py  ,  it gives errors about no module named >