search for: pyqt4

Displaying 14 results from an estimated 14 matches for "pyqt4".

Did you mean: pyqt
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 implem...
2012 Sep 07
0
CEBA-2012:1241 CentOS 6 PyQt4 FASTTRACK Update
...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 PyQt4-devel-4.6.2-9.el6.i686.rpm x86_64: e5d9f9749a29b275eb803ed1a4f541fbf66bf81d807988ad88c722fc48a302c9 PyQt4-4.6.2-9.el6.i686.rpm 91e2741b629ea22a44d790349724823aaa3a116ac65875cf2bd1ec993e812143 PyQt4-4.6.2...
2012 Sep 07
0
CentOS-announce Digest, Vol 91, Issue 4
...e edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2012:1240 CentOS 6 pcre FASTTRACK Update (Johnny Hughes) 2. CEBA-2012:1239 CentOS 6 slf4j FASTTRACK Update (Johnny Hughes) 3. CEBA-2012:1241 CentOS 6 PyQt4 FASTTRACK Update (Johnny Hughes) 4. CEBA-2012:1242 CentOS 5 gimp FASTTRACK Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Fri, 7 Sep 2012 13:21:58 +0000 From: Johnny Hughes <johnny at centos.org> Subject: [CentOS-announce]...
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 believe the default setting): gsettings set org.mate.Marco.general compositing-manager true Running the script and the window background is transparent - which is fine However, if the pull down...
2009 Nov 30
1
Repository for clean and safe installation of python2.6 (and other python-software)
...hon would still be python2.4) I've looked around (even other places than the usual suspects RPMforge and EPEL) for repositories that could have such packages. Before I start rolling my own RPMs: is anyone aware of a repository that has such packages? (an added bonus would be if it had RPMs of PyQt4, I didn't find those for Centos or RHEL, too) Bernhard
2012 May 13
1
Problem compiling package LogicReg - make Error 255
...rogram Files\R\R-2.14.2\bin\x64;%SystemRoot%\system32; %SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\MATLAB\R2011a\runtime\win64;C:\Program Files\MATLAB\R2011a\bin;C:\Python27;C:\Python27\DLLs;C:\Python27\Scripts;C:\Python27\Lib\site-packages\PyQt4;C:\Python27\Lib\site-packages\vtk;C:\Python27\gnuplot\binary;C:\Program Files (x86)\pythonxy\SciTE-3.0.3.2;C:\Program Files (x86)\pythonxy\console;C:\MinGW32-xy;C:\MinGW32-xy\bin; C:\F\G77\bin; -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Please let me know if...
2018 Jun 15
0
CentOS7/Mate Qt bugs/features?
...ng remote-viewer and spice in full screen mode. One is a fully updated CentOS 7 VM One is a (not fully up to date) Fedora 28 VM Both using Mate as DE. On CentOS 7 Mate 1.16.2. On F28 1.20.1 I confirm on both the setting is true and I never tricked with it, so it should be the default. Below is a PyQT4 python script that shows the issues: > > 1. With 'compositing-manager' set to 'true' (I believe the default > setting): > > gsettings set org.mate.Marco.general compositing-manager true > > Running the script and the window background is transparent - which is...
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.
2009 Jan 16
0
success: compilation of python2.5.2 under wine+msys+mingw32
...ar along wine is coming, and it's like a really big hairy deal that python can now be compiled for win32 platforms, for native use on windows or on wine, _without_ having to have a proprietary operating system or a proprietary compiler to do it. now it's possible to port things like pygtk2, pyqt4, pywebkit-gtk and numpy to win32 etc. (because of the header files and the implibs) - again, _without_ requiring proprietary technology. which is absolutely fantastic. thank you to everyone on the wine team. l.
2009 Sep 12
0
Writing a desktop application
...have written the prototype for text-retrieval database. Currently it lacks a database 'engine' for storing, word-searching, and indexing. Xapian is on the face of it suitable for this purpose. The prototype was developed on Kubuntu, but will run on Windows if Python 2.5/2.6, Qt 4.4/4.5 and PyQt4 are installed. The code (GPL) is here for the present (I will email it on request): http://www.kde-apps.org/content/show.php/Knowledge?content=111504 I would welcome comments on the suitability of Xapian in this application. If Xapian is indeed suitable I hope to find collaborators who would be...
2012 Jan 04
3
CentOS 6 and screenshot of website
...c.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> - 2.25.3-20 - Drop the -gtkmozembed subpackage PyQt4: * Tue Jun 01 2010 Than Ngo <than at redhat.com> - 4.6.2-8 - Resolves: bz#597271, drop WebKit support in Qt Why-o-why? Any good ideas of going it differently? Noticed that one can take gnome-python2-extras source and add following lines based on el5 package .spec: %package -n gnome-python2...
2011 Sep 11
5
Link between Qt GUI and R
hi, i want to build a Qt front-end GUI which communicates with R, and i am not sure what i should use for the interface. There seems to be many ways: R.dll, Rinside, Rcpp, RQt, Rtools... . what is the best way? please advice. basically what i want to do is that, the Qt GUI will allow users to make selection and enter numbers, these inputs will be fed to R, already written .R files will perform
2009 Apr 14
4
Building GUI for custom R application
HI R users, I would appreciate information/examples/suggestions on building GUIs for R applications. I am currently working on a project that would require the following functionalities : 1) Display a window to the user. Provide a function to scan local drive and choose dataset file. 2) Display the column names for the user to choose the dependent variable and the independent variables. 3) Fit