Re: [sage-combinat-devel] Sage-combinat won't run with #12940 applied

2013-01-26 Thread tom d
Sorry, I was traveling and missed this.

The file name has been changed to 'affine_permtation.py' as recommended, 
which should remove the headaches mentioned.

On Thursday, January 24, 2013 1:14:01 PM UTC+3, Andrew Mathas wrote:



 On Thursday, 24 January 2013 20:31:36 UTC+11, Anne Schilling wrote:

 Perhaps it should be disabled since *everyone* will have to remove those 
 files (which is annoying). I am not sure. 


 Following Hugh's hint, I found that 
 sage -sync-build  
 took care of the problem.

 A


-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [sage-combinat-devel] Sage-combinat won't run with #12940 applied

2013-01-24 Thread Anne Schilling
Perhaps it should be disabled since *everyone* will have to remove those
files (which is annoying). I am not sure.

A2

On 1/24/13 1:25 AM, Andrew Mathas wrote:
 Sorry, thanks for the pointer Anne. I've reabled the patch.
 A.
 
 On Thursday, 24 January 2013 18:58:01 UTC+11, Anne Schilling wrote:
 
 Hi Andrew,
 
 I sent an e-mail about this recently. You need to delete the directory
 affine_permutations/ in the build files (since Tom previously had a
 directory affine_permutations/ and now changed it to a file 
 affine_permutations.py
 in /combinat).
 
 Tom, this might not happen (and not every user would separately have to
 delete these directories by hand) if you changed the file to
 affine_permutation without the s, which I think it should be anyway.
 
 Best,
 
 Anne
 
 On 1/23/13 8:49 PM, Andrew Mathas wrote:
  Hi All,
  
  I have just disabled #12940 because when 
 trac_12940_affine_permutations-td.patch is applied and you start sage you hit 
 the error:
  
  *snip*
  --- 26 from affine_permutations import AffinePermutationGroup
27
28 #PerfectMatchings
  
  ImportError: cannot import name AffinePermutationGroup
  Error importing ipy_profile_sage - perhaps you should run %upgrade?
  WARNING: Loading of ipy_profile_sage failed.
  
  With #12940 out of the queue, everything applies, builds and runs so I 
 have disabled this patch.
  
  Andrew
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 sage-combinat-devel group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/sage-combinat-devel/-/YZ22RT2kVcUJ.
 To post to this group, send email to sage-combinat-devel@googlegroups.com.
 To unsubscribe from this group, send email to 
 sage-combinat-devel+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/sage-combinat-devel?hl=en.

-- 
Anne Schilling  E-mail: a...@math.ucdavis.edu
Professor   Web:http://www.math.ucdavis.edu/~anne
Department of Mathematics   Office: MSB 3222
University of CaliforniaPhone:  (530) 554 2326
One Shields Ave Fax:(530) 752 6635
Davis, CA 95616

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] Sage-combinat won't run with #12940 applied

2013-01-24 Thread Andrew Mathas


On Thursday, 24 January 2013 20:31:36 UTC+11, Anne Schilling wrote:

 Perhaps it should be disabled since *everyone* will have to remove those 
 files (which is annoying). I am not sure. 


Following Hugh's hint, I found that 
sage -sync-build  
took care of the problem.

A

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/maFK-VHmLBYJ.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



[sage-combinat-devel] Sage-combinat won't run with #12940 applied

2013-01-23 Thread Andrew Mathas
Hi All, 

I have just disabled #12940 because when 
trac_12940_affine_permutations-td.patch is applied and you start sage you 
hit the error:

*snip*
--- 26 from affine_permutations import AffinePermutationGroup
  27 
  28 #PerfectMatchings

ImportError: cannot import name AffinePermutationGroup
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.

With #12940 out of the queue, everything applies, builds and runs so I have 
disabled this patch.

Andrew

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/Z55Xi2hU8YYJ.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.



Re: [sage-combinat-devel] Sage-combinat won't run with #12940 applied

2013-01-23 Thread Anne Schilling
Hi Andrew,

I sent an e-mail about this recently. You need to delete the directory
affine_permutations/ in the build files (since Tom previously had a
directory affine_permutations/ and now changed it to a file 
affine_permutations.py
in /combinat).

Tom, this might not happen (and not every user would separately have to
delete these directories by hand) if you changed the file to
affine_permutation without the s, which I think it should be anyway.

Best,

Anne

On 1/23/13 8:49 PM, Andrew Mathas wrote:
 Hi All,
 
 I have just disabled #12940 because when 
 trac_12940_affine_permutations-td.patch is applied and you start sage you hit 
 the error:
 
 *snip*
 --- 26 from affine_permutations import AffinePermutationGroup
   27
   28 #PerfectMatchings
 
 ImportError: cannot import name AffinePermutationGroup
 Error importing ipy_profile_sage - perhaps you should run %upgrade?
 WARNING: Loading of ipy_profile_sage failed.
 
 With #12940 out of the queue, everything applies, builds and runs so I have 
 disabled this patch.
 
 Andrew

-- 
You received this message because you are subscribed to the Google Groups 
sage-combinat-devel group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.