Re: gnue-navigator
James Thompson <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 08 April 2004 03:05 am, Christophe Vigny wrote: > Hi all, > in fact the problem is in the url parsing , if u provide a hostname by > ip or no domain extension like localhost or > 127.0.0.1 or myhost it don't work. > but when u provide a full qualified hostanme (with a valide domain) it > work perfectly in the form interpreter and in > the navigator location. > > Can someone correct the parameter parsing, using python urlparse for > exemple, or tell me where it is so I correct. > If you wouldn't mind taking a look then gnue-common/src/utils/FileUtils.py contains our openResource function which is what we use to load files. Take Care, James