Hi Marco,
I tried without results, my base/__init__.py looks like below, but gedit 
continues to give me something like that:

GAS: ParseResult(scheme='', netloc='', 
path='/home/gaspa/document\xc3\xb2api.tex', params='', query='', 
fragment='') /home/gaspa/documentòapi.tex /home/gaspa/documentòapi.tex

** (gedit:15518): CRITICAL **: gedit_document_load: assertion 
`gedit_utils_is_valid_uri (uri)' failed

1022     def __init__(self, uri):
1023         """
1024         @param uri: any URI, URL or local filename
1025         """
1026         if uri is None:
1027             raise ValueError("URI must not be None")
1028         
1029         self._uri = urlparse(url2pathname(uri))
1030         print "GAS:",self._uri,uri,self._uri.path
1031         if len(self._uri.scheme) == 0:
1032             self._uri = urlparse("%s%s" % (self._DEFAULT_SCHEME, uri))

The only difference seems that I'm running gedit 2.26. 
Could you give it a try?

thanks, bye
-- 
-gaspa-
-----------------------------------------------
-------- https://launchpad.net/~gaspa ---------
------ HomePage: iogaspa.altervista.org -------
-Il lunedi'dell'arrampicatore: www.lunedi.org -



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to