Re: [PyQt] easy_install for PyQt

2012-08-06 Thread Bryan A. Jones
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

[PyQt] easy_install for PyQt

2012-08-06 Thread Bryan A. Jones
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

[PyQt] SCN_MODIFIED parameters

2012-01-04 Thread Bryan A. Jones
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

[PyQt] QScintilla SCN_MODIFIED problems

2011-12-20 Thread Bryan A. Jones
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