source: git/dyn_modules/python/BUGS @ d77a70

fieker-DuValspielwiese
Last change on this file since d77a70 was 3c473c, checked in by Kai Krüger <krueger@…>, 14 years ago
rename directory modules to dyn_modules anticipating "modules" directory for cmake. git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 622 bytes
Line 
1Some current problems,
2which might affect you (I am heavily working on it):
3
4- pass only matrices with number type polynomial back to Singular
5
6- LIB loading is equivalent to LIB("dgsjkgjs") and not LIB "djksdgsjkdjks"
7 the former fails generally in Singular, so load your libs, before you go to python
8
9- Although it would be quite analogous, there exists currently no possibility of accessing local Singular variables
10
11- don't use polynomial(<string>) this is only in for testing purposes and does only work for monomials
12
13Fixed bugs
14- 7.11 a Ring change with r.set() doesn't work properly at the moment, so don't do it
Note: See TracBrowser for help on using the repository browser.