[sage-devel] dealing name clashes between spkgs

2010-02-15 Thread Dima Pasechnik
How does one deal with name clashes? E.g. a package (say, cvxopt) has its own matrix type, so importing all of it into Sage without appropriate name substitution makes a mess. Are there any guidelines one should follow? Thanks, Dima -- To post to this group, send an email to

Re: [sage-devel] dealing name clashes between spkgs

2010-02-15 Thread Robert Bradshaw
On Feb 15, 2010, at 7:52 PM, Dima Pasechnik wrote: How does one deal with name clashes? E.g. a package (say, cvxopt) has its own matrix type, so importing all of it into Sage without appropriate name substitution makes a mess. Are there any guidelines one should follow? The global namespace

Re: [sage-devel] dealing name clashes between spkgs

2010-02-15 Thread William Stein
On Mon, Feb 15, 2010 at 8:25 PM, Robert Bradshaw rober...@math.washington.edu wrote: On Feb 15, 2010, at 7:52 PM, Dima Pasechnik wrote: How  does one deal with name clashes? E.g. a package (say, cvxopt) has its own matrix type, so importing all of it into Sage without appropriate name