[Eric] Eric4 bug in documentation browser (Windows)

Detlev Offenbach detlev at die-offenbachs.de
Sat Jan 13 11:14:07 GMT 2007


Hi,

I was able to reproduce your problem. It will be fixed in the next snapshot.

Regards,
Detlev

On Friday 12 January 2007 18:11, Christian Heimes wrote:
> Hello!
>
> I'm testing the latest Eric4 snapshot on Windows. The documentation
> browser has issues with the Windows path. I'm getting the error message
> "File /C:/Program
> Files/Python25/lib/site-packages/eric4/Documentation/Source/index-eric4.htm
>l not found". Notice the / in front of C:/!
>
> After some debugging I changed Utilities.normjoinpath(a, *p) from
>
>      return os.path.normpath(os.path.join(a, *p))
>
> to
>
>      return '/'.join((a,)+p)
>
> the help browser displayed the first page but all links were broken. The
> help browser itself has issues with file:///C:/Program Files/
>
> I wasn't able to figure out the second issue.
>
> HTH
>
> Christian
>
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric

-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list