Search Discussions
-
Hi. I was just curious whether there are any current plans for Python 3 support in PyGUI. Also, I didn't notice anything on the PyGUI page about how to make contributions to the code. Is there a ...
Andrew McNabb
Feb 8, 2010 at 8:44 pm
Feb 11, 2010 at 10:49 pm -
Hi, I must say I find the PyGUI project interesting. From my perspective, the lack of a good, cross-platform UI framework is the major thing missing from Python as-is. I especially find it appealing ...
Dan Villiom Podlaski Christiansen
Dec 11, 2009 at 11:24 am
Feb 2, 2010 at 2:11 am -
it would be nice to see PyGUI turn into something like PyQt - but of course a lot lightweight and therefore probably with a simpler interface.. mainly what i like about PyQt is its signals and slots ...
Inhahe
Nov 29, 2009 at 3:26 pm
Dec 2, 2009 at 8:52 am -
Can anyone think of an efficient way to convert a string full of RGBA image data to BGRA, using only what's available in the standard library? I'm trying to add a function to PyGUI for creating an ...
Greg Ewing
May 28, 2011 at 8:55 am
Jun 21, 2011 at 11:18 pm -
Hi All, I have noticed when I run the samples and my own app, that the PyGUI application window always comes up behind other Windows apps that are running. Is there any way to make it come up on top ...
Mark Melvin
Mar 25, 2011 at 6:14 pm
Jun 14, 2011 at 1:50 pm -
Hi PyGUI community! Does PyGUI rely on any GUI framework (Gtk, wxWidgets etc.) or use only native DLLs of the operating system? If it only relies on operating system libraries (via ctypes?), it will ...
Olof Bjarnason
Nov 8, 2010 at 10:14 am
Nov 9, 2010 at 7:47 pm -
I'm wrestling with printing support for PyGUI on Windows. I'd like to set up the coordinate system during printing so that (0, 0) is at the corner of the paper, so that I can arrange for the margins ...
Greg Ewing
Dec 14, 2009 at 10:51 am
Dec 15, 2009 at 5:52 pm -
Let's try that again without the HTML which Sparrow evidently attaches to every mail. Also added full Python windows versioning details. Hi, Just kicking the tyres of PyGUI with a view for using it ...
Alex Holland
Nov 1, 2010 at 9:17 pm
Nov 2, 2010 at 9:24 pm -
Does this work? I tried this where self.servers is a Column of Buttons: # get rid the old servers for server in self.servers.contents: #print 'deleting server:',server self.servers.remove(server) for ...
Steve McClure
Oct 18, 2010 at 7:32 pm
Oct 19, 2010 at 6:03 am -
Hi I am expecting to see text written into each of the coloured squares but I can only see text in the last square; why is this? Cheers Colin Brown Code as run on MacOSX: from GUI import Application, ...
Colin Brown
Dec 12, 2010 at 9:24 am
Dec 15, 2010 at 10:28 am -
Hi There, Another question. I am using a Label as a type of status text. I am finding that if it call set_text("String") on it, then do some other stuff right away, the text is not updated until ...
Mark Melvin
Mar 25, 2011 at 8:57 pm
Mar 28, 2011 at 9:16 pm -
Hello all, I've written a simple application in PyGUI, and I'm wondering how best to distribute this to Windows users who do not have Python, Pywin32, or PyGUI installed. Normally, I would use ...
Devon Meunier
Apr 14, 2011 at 7:59 pm
Apr 15, 2011 at 1:21 am -
Hi There, I am trying out the new ListButton item on Windows XP (Python 2.5). I have a list of 23 items that I am using to create a ListButton. The problem is, it only seems to ever show me 18 items ...
Mark Melvin
Jun 21, 2011 at 3:49 pm
Jun 24, 2011 at 1:36 pm -
Hello - I've enjoyed using the framework so far, but have run in to a frustration with my window not being redrawn. From a basic framework perspective, here's how I have things set up. class ...
Jkamph
Mar 24, 2012 at 3:47 pm
Mar 29, 2012 at 11:13 am -
I have received a reply from gmane saying that a subscription request has been sent and that the gmane group would be created when the first message arrives. I'm not a gmane user myself, so someone ...
Greg Ewing
Nov 28, 2009 at 11:13 pm
Nov 29, 2009 at 11:28 am -
OK, here's something to kick off the wishlist. Almost every time I write a GUI, I need some form of list selection, list display or the like. It is possible to fake something up from Labels or ...
Rhodri James
Nov 29, 2009 at 10:30 pm
Nov 30, 2009 at 10:30 pm -
Hi Greg Thanks for all the effort you are putting in on PyGUI - it shows great promise. However there appears to be a slight problem with version 2.3.2 as when I run the code from my previous email ...
Colin Brown
Dec 17, 2010 at 7:14 am
Dec 18, 2010 at 11:15 pm -
Hi I seem to be missing something here. I am running PyGUI on OSX 10.5.8 but cannot figure out how to make the python application exit when I close the main PyGUI window? Cheers Colin
Colin Brown
Dec 9, 2010 at 9:37 am
Dec 12, 2010 at 10:47 pm -
I've came across pygui a few days ago and it seems quite useful. What I noticed is that under OSX (10.6.8, 64bit) the CPU usage is 100%. (for one core that is). The NagBox as found in the Demo's ...
Erik Oomen
Jul 5, 2011 at 7:25 pm
Jul 6, 2011 at 11:11 pm -
I don't understand this. There doesn't seem to be anything wrong with the indentation around that line in my source, and even if there was, I don't see how the change you suggest would fix it, except ...
Greg Ewing
Jan 21, 2012 at 11:56 pm
Jan 22, 2012 at 7:41 am -
I have a potential project coming up that would entail running a gui application on a mobile platform (Windows Mobile 5.0 I think). Is Pyui suitable for this? -- ...
Randy Syring
Nov 21, 2009 at 3:22 am
Nov 30, 2009 at 10:20 pm -
I tried to install PyGUI and run the BlobEdit demo on a Mac that is running Snow Leopard. One of my Macs has python 2.6.4 installed from MacPorts. The other has python 2.6.4 from python.org. On both ...
Sidney Markowitz
Jan 8, 2010 at 11:14 pm
Jan 9, 2010 at 8:14 pm -
A) What could be the cause for this exception of PyGUI with pywin32-build214 - but not with build 212 :? Traceback (most recent call last): File "blobedit.py", line 131, in <module BlobApp().run() ...
Robert
Oct 19, 2010 at 6:07 pm
Oct 22, 2010 at 2:33 am -
I am looking through the source code and see that the doc strings indicate menus can also be pop-up menus, but I can't fathom how to initialize them or make them behave differently from pull-down ...
Adam Morris
Nov 5, 2010 at 5:06 pm
Nov 6, 2010 at 5:08 pm -
Hi My first hack at a Patch Panel application is progressing. To facilitate rapid screen redraw I planned to use the Pixmap class. However I cannot understand how the same objects that are absolutely ...
Colin Brown
Dec 14, 2010 at 8:08 am
Dec 17, 2010 at 10:02 pm -
Until recently I didn't think it was possible to use .NET libraries from CPython, but then I came across this: http://pythonnet.sourceforge.net/ Using this, it looks like it should be possible to ...
Gregory Ewing
Feb 26, 2011 at 5:16 am
Feb 28, 2011 at 6:54 pm -
Not that I know of. This seems to be a Frequently Requested Feature though, so I'll try to do something about it soon. Hard to tell what's going on there. If you can send me an example I'll try to ...
Greg Ewing
Feb 8, 2011 at 8:47 pm
Feb 14, 2011 at 5:44 am -
Macintosh:PyGUI-2.5 colin$ python setup.py install Traceback (most recent call last): File "setup.py", line 12, in <module from distutils_extensions import pygui_build_py ImportError: No module named ...
Colin Brown
Jun 17, 2011 at 11:21 am
Jun 18, 2011 at 4:31 am -
Hi There, I just upgraded to the latest PyGUI and I find that when I run my application now, I cannot exit it. All of the system menus are disabled, and if I click the Close button in the top right ...
Mark Melvin
Jun 20, 2011 at 9:43 pm
Jun 21, 2011 at 2:44 pm -
Hello I am using PyGUI for writing a GUI for a checkers program. I have installed PyGUI version 2.5.3 from the tarball on the homepage. When I try to import the library in python, I get the following ...
Bhargav Mangipudi
Nov 22, 2011 at 10:45 pm
Nov 25, 2011 at 8:06 pm -
I noticed that the Cocoa implementation of GUI.EditCmdHandler uses the NSMenuValidation protocol to figure out whether each of the Edit menu commands should be enabled. But the WebView class (in ...
Matt Campbell
Jan 22, 2012 at 2:08 am
Jan 22, 2012 at 9:36 pm -
Hello, Your website briefly mentions stability problems with Gtk+ 3 and its libraries with regard to introspection as a reason for not yet supporting them in PyGUI. Are more pointers to information ...
Michael Thayer
Mar 12, 2012 at 10:27 am
Mar 12, 2012 at 11:39 am -
Hello, I'm trying to use PyGui with PYO. <http://code.google.com/p/pyo/ I have done a Sequencer class based on View class (to easily communicate with my Model) that control the playback of the ...
Renaud Chénard
May 28, 2012 at 7:46 pm
May 30, 2012 at 5:55 pm -
First of all, thank you *very* much for this awesome GUI library! I would love it to become the default for Python, as using the platform native widgets seems like the right approach, and is vital to ...
Matthew Tylee Atkinson
Feb 24, 2014 at 12:58 pm
Feb 24, 2014 at 9:49 pm -
Is there a way to use PyGUI with Python Imaging Library, as in displaying the images that it loads?? Can't seem to find anything on the subject, so don't even know if it's possible.? An HTML ...
Jason Benjamin
Oct 13, 2010 at 12:35 pm
Oct 13, 2010 at 8:42 pm -
In my current project, I need UI elements to enable/disable in response to whether there is text entered in various TextFields. As I couldn't see any built-in way for PyGUI to trigger an action based ...
Alex Holland
Nov 5, 2010 at 2:04 am
Nov 6, 2010 at 11:11 am -
Hi PyGUI! I got a little inspiration to write a terminal emulator app today, and I want to give PyGUI a spin as well. My first crack is to just write a dumb terminal that can print the output of the ...
Casey Duncan
Feb 18, 2011 at 12:22 am
Feb 18, 2011 at 12:33 am -
Greg: The news services say your earthquake was a bad one. I see the Canterbury University server is still up. Are you all right? An HTML attachment was scrubbed... URL: ...
Vernon Cole
Feb 22, 2011 at 3:45 pm
Feb 23, 2011 at 10:22 pm -
PyGUI 2.4 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Highlights of this release: * Python 3 Compatible on MacOSX and Windows. * ScrollableView has been overhauled on ...
Greg Ewing
Mar 19, 2011 at 5:31 am
Mar 19, 2011 at 2:01 pm -
I am just starting into PyGUI and desktop programming, I normally work with python web applications. I am trying to figure out how to layout the application and what objects to use. Basically, I need ...
Randy Syring
Mar 25, 2011 at 1:29 pm
Mar 26, 2011 at 12:54 am -
Although in comparison to tkinter, pygui is conceptually cleaner and more maintainable, it still has some functional lacks, and I'm curious as to where the following rank on the to-do list. 1. The ...
David Cortesi
Apr 25, 2011 at 12:54 am
Apr 29, 2011 at 3:27 am -
ImageMagick, the venerable graphic toolbox, claims to do this conversion, and there are versions of it that can be loaded as python libs. Follow the links at www.imagemagick.org An HTML attachment ...
David Cortesi
May 28, 2011 at 3:06 pm
May 28, 2011 at 3:16 pm -
PyGUI 2.5 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Lots of new stuff in this version. Highlights include: - Improved facilities for customising the standard menus. - ...
Greg Ewing
Jun 17, 2011 at 3:18 am
Jun 18, 2011 at 5:05 am -
Hi All, I've noticed recently since upgrading to PyGUI 2.4, there seems to be a 30 second delay when creating my main application. Is seems to be when I call the constructor for Application, but I ...
Mark Melvin
Jun 13, 2011 at 1:52 pm
Jun 13, 2011 at 11:14 pm -
Fixed the problem. Recompile gobject-introspection-1.30.0 from sources with debugging symbols enabled and install it. Do an ldconfig to update the library cache and voila?no segfaults and PyGUI ...
Shankar Giri Venkita Giri
Dec 2, 2011 at 7:52 am
Dec 2, 2011 at 9:15 am -
i wondering, how can i add from my files to table widget? for example, i have one file $ cat a tes $ so, the "test" fill in the one or more row or columns any help will be appreciate
Dodi Ara
Jan 20, 2012 at 1:19 am
Jan 20, 2012 at 8:55 am -
Hello, I can find a way to get the scroll event from the middle button of the mouse. I was searching it because i to try to implement a SpinControl in PyGUI Have a nice day Ren A non-text attachment ...
Renaud Chénard
May 26, 2012 at 11:13 am
May 26, 2012 at 10:28 pm -
Hello, New to PyGUI, so if this is a known problem, I apologize, as I was unable to find anything on the Web. I started from the example nagbox.py, and modified it a bit (see below), but I am getting ...
Duane Kaufman
Jul 11, 2013 at 8:25 pm
Jul 13, 2013 at 12:50 am -
[this has also been sent to the python-dev mailing list] With python 3.4 and pywin32 version 218 it is only possible to import win32com or win32api when pywintypes has been imported before. I have no ...
Thomas Heller
Mar 21, 2014 at 8:14 pm
Mar 21, 2014 at 8:22 pm -
Newbie here, so apologies for the obvious, but am I doing something wrong? The following traceback and happens when Alerts.confirm() is called running on win7 Python 2.7.6 (default, Nov 10 2013, ...
James Parkinson
Jan 17, 2015 at 1:17 am
Jan 17, 2015 at 2:48 am
Group Overview
group | pygui |
categories | python |
discussions | 104 |
posts | 274 |
users | 64 |
website | cosc.canterbury.ac.nz... |
Top users
Archives
- February 2015 (1)
- January 2015 (2)
- August 2014 (1)
- June 2014 (2)
- March 2014 (2)
- February 2014 (3)
- October 2013 (1)
- August 2013 (1)
- July 2013 (2)
- June 2013 (1)
- April 2013 (1)
- March 2013 (2)
- February 2013 (2)
- December 2012 (1)
- August 2012 (2)
- May 2012 (8)
- April 2012 (1)
- March 2012 (9)
- February 2012 (4)
- January 2012 (12)
- December 2011 (4)
- November 2011 (4)
- July 2011 (6)
- June 2011 (25)
- May 2011 (7)
- April 2011 (9)
- March 2011 (15)
- February 2011 (12)
- January 2011 (1)
- December 2010 (17)
- November 2010 (21)
- October 2010 (13)
- September 2010 (1)
- June 2010 (1)
- April 2010 (1)
- February 2010 (27)
- January 2010 (5)
- December 2009 (28)
- November 2009 (19)