Użytkownik Ed Leafe napisał:
>
>
>       Understood. Did you correct the problem I mentioned with your using  
> backslashes instead of normal slashes in the URL after the '5000' part?
>   

How can I do that? I think there is nothing to do for me.
Path is automatically generated by 
dabo.lib.RemoteConnector._getManifestUrl method.
Take in mind that os.sep is platform dependent, so you should modify 
code to eg.
    path.replace(os.sep,"/") if you wish to have slashes instead.

-- 
Regards
Jacek Kałucki



_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4a65c8df.40...@rz.onet.pl

Reply via email to