Hi Christian,
I had the same problem as Anne, but I've got another one of your
patches giving me trouble too..
I am running on 5.0.beta5
I apply patches up to:
trac_11010-subword_complex-cs.patch
and everything is fine. After I apply that patch I get some
errors as soon as I start up sage.
-Mike
-bash:/Applications/sage-5.0.beta5/devel/sage-combinat $ hg qpush
applying trac_11010-subword_complex-cs.patch
now at: trac_11010-subword_complex-cs.patch
-bash:/Applications/sage-5.0.beta5/devel/sage-combinat $ ../../sage -b
----------------------------------------------------------
sage: Building and installing modified Sage library files.
Installing c_lib
scons: `install' is up to date.
Updating Cython code....
setup.py:650: UserWarning: could not find dependency <string> included
in /Applications/sage-5.0.beta5/local/lib/python/site-packages/Cython/
Includes/libcpp/string.pxd. I will assume it is a system C/C++ header.
warnings.warn(msg+' I will assume it is a system C/C++ header.')
setup.py:650: UserWarning: could not find dependency <vector> included
in /Applications/sage-5.0.beta5/local/lib/python/site-packages/Cython/
Includes/libcpp/vector.pxd. I will assume it is a system C/C++ header.
warnings.warn(msg+' I will assume it is a system C/C++ header.')
Executing 0 commands (using 0 threads)
Time to execute 0 commands: 0.0851979255676 seconds
Finished compiling Cython code (time = 0.899937152863 seconds)
running install
running build
running build_py
copying sage/combinat/all.py -> build/lib.macosx-10.5-i386-2.7/sage/
combinat
copying sage/combinat/subword_complex.py -> build/lib.macosx-10.5-
i386-2.7/sage/combinat
running build_ext
warning: Replacing library search directory in linker command:
"/Users/zabrocki/Downloads/sage-5.0.beta5/local/lib" -> "/
Applications/sage-5.0.beta5/local/lib"
Executing 0 commands (using 0 threads)
Time to execute 0 commands: 0.00123596191406 seconds
Total time spent compiling C/C++ extensions: 0.0946640968323 seconds.
running install_lib
copying build/lib.macosx-10.5-i386-2.7/sage/combinat/all.py -> /
Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/sage/
combinat
copying build/lib.macosx-10.5-i386-2.7/sage/combinat/
subword_complex.py -> /Applications/sage-5.0.beta5/local/lib/python2.7/
site-packages/sage/combinat
byte-compiling /Applications/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage/combinat/all.py to all.pyc
byte-compiling /Applications/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage/combinat/subword_complex.py to subword_complex.pyc
running install_egg_info
Removing /Applications/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage-0.0.0-py2.7.egg-info
Writing /Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/
sage-0.0.0-py2.7.egg-info
real 0m3.187s
user 0m2.058s
sys 0m1.014s
-bash:/Applications/sage-5.0.beta5/devel/sage-combinat $ ../../sage
----------------------------------------------------------------------
| Sage Version 5.0.beta5, Release Date: 2012-02-22 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
---------------------------------------------------------------------------
ImportError Traceback (most recent call
last)
/Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/IPython/
ipmaker.pyc in force_import(modname, force_reload)
61 reload(sys.modules[modname])
62 else:
---> 63 __import__(modname)
64
65
/Applications/sage-5.0.beta5/local/bin/ipy_profile_sage.py in
<module>()
5 preparser(True)
6
----> 7 import sage.all_cmdline
8 sage.all_cmdline._init_cmdline(globals())
9
/Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/sage/
all_cmdline.py in <module>()
12 try:
13
---> 14 from sage.all import *
15 from sage.calculus.predefined import x
16 preparser(on=True)
/Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/sage/
all.py in <module>()
107
108 from sage.coding.all import *
--> 109 from sage.combinat.all import *
110
111 from sage.lfunctions.all import *
/Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/sage/
combinat/all.py in <module>()
124
125 from cyclic_sieving_phenomenon import CyclicSievingPolynomial,
CyclicSievingCheck
--> 126 from subword_complex import SubwordComplex
127
128 from sidon_sets import sidon_sets
/Applications/sage-5.0.beta5/local/lib/python2.7/site-packages/sage/
combinat/subword_complex.py in <module>()
22 from sage.homology.simplicial_complex import
SimplicialComplex, Simplex
23 from sage.combinat.combination import Combinations
---> 24 from sage.geometry.polyhedron.constructor import Polyhedron
25 from sage.geometry.cone import Cone
26 from sage.structure.element import Element
ImportError: No module named polyhedron.constructor
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.
On Apr 18, 2:29 am, Christian Stump <[email protected]> wrote:
> > Your patch trac_8327_universal_cyclotomic_field-cs.patch seems to break the
> > k-Schur function code.
>
> Sorry if it does! I will look into it this evening. (I guess it has to
> do with the cython addition of dictionaries, but I will see...
>
> Best, Christian
--
You received this message because you are subscribed to the Google Groups
"sage-combinat-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-combinat-devel?hl=en.