[sage-devel] Re: Attn: Confidential

2012-04-22 Thread dahl.joac...@gmail.com
+1! sorry for the spam... Den lørdag den 14. april 2012 09.30.49 UTC+2 skrev Harald Schilly: > > > > On Friday, April 13, 2012 8:56:18 PM UTC+2, Volker Braun wrote: >> >> On a related note: Enable 2-factor authentication for your Google >> account. I've recently switched it on and it works fine.

[sage-devel] Sage Days 41, Notebook Development

2012-04-22 Thread Rob Beezer
Sage Days 41 will be held June 11-15 at the University of Washington in Seattle. The theme will be development work on the Sage notebook. Preliminary details are on the wiki page, so have a look there, and join the mailing list if you want to be notified of major announcements. More details w

[sage-devel] Re: Wrong module name when attaching a .pyx file

2012-04-22 Thread leif
Changing the subject as the issue is completely unrelated to the operating system. -leif -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://

[sage-devel] Re: Wrong module name when attaching a .pyx file on openSuse

2012-04-22 Thread leif
On 22 Apr., 09:41, Simon King wrote: > I found out that the problem is differently: The module name of the > class bla is wrong, if and only if the directory of the to-be-attached > pyx file also contains a __init__.py file. > > Namely: > > * Create an empty folder, put test.pyx into it, start sag

Re: [sage-devel] trac bug?

2012-04-22 Thread John Cremona
On 22 April 2012 00:16, Keshav Kini wrote: > This is not directly relevant but might be useful for you if you're a > Firefox user. It certainly is for me. > > https://addons.mozilla.org/en-US/firefox/addon/lazarus-form-recovery/ > > -Keshav > Thanks for the suggestion -- and there's a version of

[sage-devel] Re: Wrong module name when attaching a .pyx file on openSuse

2012-04-22 Thread Simon King
Hi! On 2012-04-21, Simon King wrote: > I've put > class bla(type): > pass > into a file test.pyx > ... > Do you have any idea how the name that Sage assigns to the __module__ > of a class could depend on the operating system?? I found out that the problem is differently: The module name