similar to: Writing a desktop application

Displaying 20 results from an estimated 9000 matches similar to: "Writing a desktop application"

2013 Jul 13
1
6.4 x64 PyQt4 package not compatible with sip package in base repo ?
Hi All, i'm a happy 6.4 user, but got some problems running pyqt4 on it. i installed all pyqt4 packages. but when i run from PyQt4.QtCore import *, i got the following error message >>> from PyQt4.QtCore import * Traceback (most recent call last): File "<stdin>", line 1, in <module> RuntimeError: the sip module implements API v9.0 to v9.1 but
2012 Sep 07
0
CEBA-2012:1241 CentOS 6 PyQt4 FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1241 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1241.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: e5d9f9749a29b275eb803ed1a4f541fbf66bf81d807988ad88c722fc48a302c9 PyQt4-4.6.2-9.el6.i686.rpm 93d9af1824c0e612359ad399b44a68dbf3376169c281b07597462406e949f370
2012 Sep 07
0
CentOS-announce Digest, Vol 91, Issue 4
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2009 Mar 04
1
HPLIP 3.9.2
on Centos 5.2 2.6.18-92.1.22.el5.centos.plus Has anyone gotten HPLIP 3.9.2 to work? If so what was done about python-dbus and PyQt4-dbus? They don't seem to included after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2. thanks, roger wells -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.wells at saic.com
2018 Jun 15
2
CentOS7/Mate Qt bugs/features?
We have recently migrated from CentOS6/Gnome to CentOS7/Mate - and have noticed 'glitches' with some Qt applications that appears to be linked to the 'org.mate.Marco.general' 'compositing-manager' setting - and wondered how we 'fix' the issue ... Below is a PyQT4 python script that shows the issues: 1. With 'compositing-manager' set to 'true' (I
2009 Mar 15
1
Nut-upsuser Digest, Vol 45, Issue 13
---> On 15/03/2009 8:00 AM, nut-upsuser-request at lists.alioth.debian.org wrote: > Message: 1 > Date: Sat, 14 Mar 2009 21:47:08 +0100 > From: Arjen de Korte <nut+users at de-korte.org> > Subject: Re: [Nut-upsuser] Weird Load and Battery Temp Readings > To: nut-upsuser at lists.alioth.debian.org > Message-ID: <20090314214708.37122w00w79l6u9s at mail.de-korte.org>
2009 Nov 30
1
Repository for clean and safe installation of python2.6 (and other python-software)
Hi! I want to test some software on my CentOS 5 machine that is not too happy with the system python (2.4). So when I install a python to my machines I want it to be a) clean: in other words it should be a RPM b) safe: it should not remove the system-python (in order not to break the system-scripts in subtle ways) but be accessible for instance as python2.6 (while python would still be
2019 Mar 19
3
Project Proposal in GSoC 2019
Hi All, I am interested in applying for the two projects listed in the Xapian Gsoc 2019 project idealist: "Learning to Rank Stabilisation" and "Weighting Schemes". I have downloaded the codebase and going through some of the commits related to Letor API, BM25, and DFR weighting schemes. Can anyone tell me how to write about the formal proposal for the above-mentioned projects?
2015 Apr 06
1
Member server - winbind unable to resolve users/groups
> > Oh dear. Mr idealist has had his day spoilt again. > You already showed yourself unworthy of getting help from people here. In fact, you are soooo smart that I don't even understand why you came here in the first place... Why don't you just go and consult yourself about your problems?
2004 Mar 15
0
Simple numeric
Regarding the flame, your might be interested in the following: read.table(myfile, as.is=T) which will interpret character columns as character rather than factor and still reads in the numeric columns as numbers. You can also specify specific columns such as as.is=3:4 if you want columns 3 and 4 to be character but other character columns to be factors. --- Date: Mon, 15 Mar 2004 11:04:08
2015 Apr 06
1
Member server - winbind unable to resolve users/groups
On 06/04/15 13:06, buhorojo wrote: > On 06/04/15 14:00, Rowland Penny wrote: >> On 06/04/15 12:37, buhorojo wrote: >>> On 05/04/15 19:41, Rowland Penny wrote: >>>> On 05/04/15 16:11, buhorojo wrote: >>>>> On 05/04/15 17:03, Reindl Harald wrote: >>>>>> >>>>>> >>>>>> Am 05.04.2015 um 16:55 schrieb
2009 Jan 16
0
success: compilation of python2.5.2 under wine+msys+mingw32
hi folks, i promised i'd get python built under wine - and i'm happy to report that this goal has been successfully achieved. http://bugs.python.org/issue4954 if anyone's interested. what has been achieved is that a python.exe, libpython2.5.dll, an implib libpython2.5.dll.a and a python2.5.def have all been successfully created using an entirely free software toolchain, along with the
2009 Jan 14
3
(no subject)
Hey people. When I'm running Python through wine, I can't import PyQt4. here is the error : ImportError: DLL load failed: No access to memory location. Anyone know what to do to solve this problem? Regards , Tom.
2012 Jan 04
3
CentOS 6 and screenshot of website
Hi, How one is supposed to do screenshots of a website with CentOS 6? The usual and normal ways I know doing it is: http://www.coderholic.com/pywebshot-generate-website-thumbnails-using-python/ https://github.com/AdamN/python-webkit2png/ But then from some reason RedHat doesn't support them: gnome-python2-extras: * Thu Jul 15 2010 Christopher Aillon <caillon at redhat.com> -
2018 Jun 15
0
CentOS7/Mate Qt bugs/features?
On Fri, Jun 15, 2018 at 6:50 PM, James Pearson <james-p at moving-picture.com> wrote: > We have recently migrated from CentOS6/Gnome to CentOS7/Mate - and have > noticed 'glitches' with some Qt applications that appears to be linked > to the 'org.mate.Marco.general' 'compositing-manager' setting - and > wondered how we 'fix' the issue ... >
2003 Nov 02
2
cannot have a function argument named 'break'
Dear list - I just discovered to my surprise that I cannot define a function with an argument named 'break' or 'while'! 'breaks' is okay. Maybe this is no surprise to the R developers. R-1.7.1, 2003-06-16, i686-pc-linux-gnu. - tom blackwell - u michigan medical school - ann arbor -
2003 Jun 23
2
How to configure printers (newbie question)
Hi Just started playing with wine to run an old Window's 16 bit app (Idealist). The app runs fine, give or take a font issue, but having read the FAQ and docs, I cannot find any info on configuring printers so when I go File->Print it needs to present the printer I want to print to. I noticed some LPT commands and have a default Linux printer (HPLJ2100) setup. So any info on how I can get
2012 May 13
1
Problem compiling package LogicReg - make Error 255
Hello all, I've been using the R package LogicReg, but ended up having to change a certain parameter in the Fortran 77 code (namely, I had to change LGCntrMax to 25 in the file slogic.f). I am using a 64-bit Windows 7 machine. When I tried to compile, I got the following error: -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ C:\Program
2010 Apr 22
1
Offending Line Break
I recently upgraded to build 2448. After doing so I noticed the "Statistics" and "Settings" buttons associated with the GUI interface no longer aligned correctly on the Index Page. A review of the header.html code revealed an offending <br> on line 18. Removing the <br> corrected the alignment problem. The old code read as; <table
2003 Sep 16
1
help("print") seems truncated
Dear r-help - I just noticed that in my R-1.7.1 on i386-pc-linux-gnu, the page displayed by help("print") ends with the line " ## Printing of factors illustrated for ex" and then no more. It looks as though something got truncated here. I think this is an R that I compiled from source off of CRAN, but I can't quite remember. - tom blackwell - u michigan