gt;
> I'm looking for nice ways for users to download then install my
> open-source application, which is based on PyQt. I noticed that
> easy_install PyQt tries, but fails (on my Windows machine, it defaults to
> downloading the X11 version of the source code). Any recommendati
aging?
Thanks!
Bryan
--
Bryan A. Jones, Ph.D.
Associate Professor
Department of Electrical and Computer Engineering
231 Simrall / PO Box 9571
Mississippi State University
Mississippi state, MS 39762
http://www.ece.msstate.edu/~bjones
bjones AT ece DOT msstate DOT edu
voice 662-325-3149
fax 662-325-2298
t char *, int, int, int, int, int, int,
int);
then exposes this signal as QsciScintillaBase.SCN_MODIFIED, correct?
Thanks for any help!
Bryan
--
Bryan A. Jones, Ph.D.
Associate Professor
Department of Electrical and Computer Engineering
231 Simrall / PO Box 9571
Mississippi State University
Miss
extEdit_modified)
TypeError: connect() failed between
SCN_MODIFIED(int,int,char*,int,int,int,int,int,int,int)
and unislot()
However, a call to:
self.plainTextEdit.SCEN_CHANGE.connect(self.on_plainTextEdit_modified)
works as expected, so I'm not sure what's wrong. Any help would be
a