You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using RedNotebook 1.8 on Windows XP. I can't get the relative paths to work :(
My path with RedNotebook configuration is the following:
C:\Documents and Settings\mark.rednotebook
I paste the following file into it: manual.doc
Then I add relative link to the file in the RedNotebook: [manual ""manual.doc""] and when I click on it then it doesn't work :(
In the rednotebook.log file I get the following message:
2014-01-11 18:22:25,655 INFO Clicked URI "file:///manual.doc"
2014-01-11 18:22:25,655 DEBUG Transformed local URI file:///manual.doc to file:///manual.doc
2014-01-11 18:22:25,655 INFO Trying to open file:///manual.doc with "os.startfile"
2014-01-11 18:22:25,655 ERROR Opening file:///manual.doc with "os.startfile" failed
Traceback (most recent call last):
File "/home/jendrik/data/projects/RedNotebook/build-env/drive_c/build\rednotebook\out00-PYZ.pyz\rednotebook.util.filesystem", line 333, in open_url
WindowsError: [Error 3] System nie może odnaleźć określonej ścieżki: u'file:///manual.doc'
The last line is in Polish :). It says that the system can't find the determined path: u'file:///manual.doc'
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Original comment byjendrikseipp (2014-12-08T10:28:46Z):
It seems that somehow a path from my system is hardcoded in the binary (/home/jendrik/data/projects/RedNotebook/build-env/drive_c/build\rednotebook\out00-PYZ.pyz\rednotebook.util.filesystem). I'll try to figure out why.
Originally reported by jquery at https://bugs.launchpad.net/bugs/1272542 (2014-01-24T21:39:53Z):
Hi,
I'm using RedNotebook 1.8 on Windows XP. I can't get the relative paths to work :(
My path with RedNotebook configuration is the following:
C:\Documents and Settings\mark.rednotebook
I paste the following file into it: manual.doc
Then I add relative link to the file in the RedNotebook: [manual ""manual.doc""] and when I click on it then it doesn't work :(
In the rednotebook.log file I get the following message:
2014-01-11 18:22:25,655 INFO Clicked URI "file:///manual.doc"
2014-01-11 18:22:25,655 DEBUG Transformed local URI file:///manual.doc to file:///manual.doc
2014-01-11 18:22:25,655 INFO Trying to open file:///manual.doc with "os.startfile"
2014-01-11 18:22:25,655 ERROR Opening file:///manual.doc with "os.startfile" failed
Traceback (most recent call last):
File "/home/jendrik/data/projects/RedNotebook/build-env/drive_c/build\rednotebook\out00-PYZ.pyz\rednotebook.util.filesystem", line 333, in open_url
WindowsError: [Error 3] System nie może odnaleźć określonej ścieżki: u'file:///manual.doc'
The last line is in Polish :). It says that the system can't find the determined path: u'file:///manual.doc'
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: