[Tutor] Convert Qstring to string in windows

2014-10-16 Thread C@rlos
I have been tryed to convert a Qstring text to string on python, in linux that work fine but in windows when qstring contine á,é,í,ó,ú the converted text is not correct, contine extranger characters, this qstring text is an url from qdialogtext. in linux i do for this way: pythonstringtext=q

Re: [Tutor] Convert Qstring to string in windows

2014-10-16 Thread Danny Yoo
On Thu, Oct 16, 2014 at 8:21 AM, C@rlos wrote: > > I have been tryed to convert a Qstring text to string on python, in linux > that work fine but in windows when qstring contine á,é,í,ó,ú the converted > text is not correct, contine extranger characters, > this qstring text is an url from qdialogt

Re: [Tutor] Convert Qstring to string in windows

2014-10-16 Thread Albert-Jan Roskam
- On Thu, Oct 16, 2014 10:59 PM CEST Alan Gauld wrote: >On 16/10/14 19:14, Danny Yoo wrote: > >> need more information. But I think you may get better help on a >> Qt-specific mailing list; I suspect very few of us here have Qt >> experience. > >There are at least 2 P

Re: [Tutor] Registering callbacks and .DLL

2014-10-16 Thread Alan Gauld
On 17/10/14 00:35, Wilson, Pete wrote: I’m having problems registering a call-back with a .DLL. Maybe someone has some advice on registering call-backs from .dlls. I’m using Windows 7 and Python 2.6 (32-bits). The .DLL was written in C++ is working with C++ apps calling it. OK As I understand