sage: is_package_installed('topcom')
ValueError Traceback (most recent call last) <ipython-input-13-fddeb80e2e65> in <module>() ----> 1 load('/xxxxx.sage') /Applications/SageMath/local/lib/python2.7/site-packages/sage/misc/persist.pyx in sage.misc.persist.load (build/cythonized/sage/misc/persist.c:2483)() 143 144 if sage.repl.load.is_loadable_filename(filename): --> 145 sage.repl.load.load(filename, globals()) 146 return 147 /Applications/SageMath/local/lib/python2.7/site-packages/sage/repl/load.pyc in load(filename, globals, attach) 270 add_attached_file(fpath) 271 with open(fpath) as f: --> 272 exec(preparse_file(f.read()) + "\n", globals) 273 elif ext == '.spyx' or ext == '.pyx': 274 if attach: <string> in <module>() /Applications/SageMath/local/lib/python2.7/site-packages/sage/geometry/triangulation/point_configuration.pyc in triangulations(self, verbose) 1010 raise ValueError('Need TOPCOM to find disconnected triangulations.') 1011 if (self._regular is not None): -> 1012 raise ValueError('Need TOPCOM to test for regularity.') 1013 ci = ConnectedTriangulationsIterator(self, star=self._star, fine=self._fine) 1014 for encoded_triangulation in ci: ValueError: Need TOPCOM to test for regularity.
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-13-eada405664c7> in <module>() ----> 1 tria1=p1.triangulations_list() /Applications/SageMath/local/lib/python2.7/site-packages/sage/geometry/triangulation/point_configuration.pyc in triangulations_list(self, verbose) 1043 sage: p.set_engine('internal') # optional - topcom 1044 """ -> 1045 return list(self.triangulations(verbose)) 1046 1047
/Applications/SageMath/local/lib/python2.7/site-packages/sage/geometry/triangulation/point_configuration.pyc in triangulations(self, verbose) 1010 raise ValueError('Need TOPCOM to find disconnected triangulations.') 1011 if (self._regular is not None): -> 1012 raise ValueError('Need TOPCOM to test for regularity.') 1013 ci = ConnectedTriangulationsIterator(self, star=self._star, fine=self._fine) 1014 for encoded_triangulation in ci: ValueError: Need TOPCOM to test for regularity.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-s...@googlegroups.com.