My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 130: Use os.seppath for --(stylesheet|font)-path
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  roberto.alsina
Closed:  Jun 16
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by masanori...@gmail.com, Jun 15, 2009
At present rst2pdf uses colon to separate path but colon is used in drive 
name in Windows.
I think that using os.pathsep is platform-friendly.

I wrote a patch to fix this issue. Feel free! (However, there may be still 
room for improvement in help texts...)
pathsep.patch
2.0 KB   Download
Comment 1 by roberto.alsina, Jun 16, 2009
Yup, real bug. Will take a look.
Status: Accepted
Owner: roberto.alsina
Comment 2 by roberto.alsina, Jun 16, 2009
Should be fixed in r671, please take a look, since I don't have any windows boxes.
Comment 3 by roberto.alsina, Jun 16, 2009
(No comment was entered for this change.)
Status: Fixed
Comment 4 by masanori...@gmail.com, Jun 16, 2009
It works well. Thank you very much!

However, in manual.txt,
> on Windows it's "%".
is wrong.
> on Windows it's ";".
is right.

Thanks.
Sign in to add a comment

Hosted by Google Code