https://bugs.kde.org/show_bug.cgi?id=358975
--- Comment #3 from mat...@dnet.it --- (In reply to Alexander Semke from comment #2) > What is the exact use case you need this for? My exact use case is a scientific application in C++, for which we require mathematical algorithms. These are prepared in cantor with sage backend. The resulting formulae are quite complicated, and we therefore use sage's codegen to generate C++ code (instead of manually translating the code). Once the code is generated, the C++ files are automatically updated by python/sage, thus skipping another manual step. Since the absolute location of the C++ files cannot be hardcoded in the sage script (as it changes when working on different machines), it has to be recalculated from the relative locations between the cantor worksheet and the C++ files. In the same spirit, anything that requires a file path is forced to use absolute paths. One example is including separate sage scripts from a personal library. -- You are receiving this mail because: You are watching all bug changes.