You cannot post messages because only members can post, and you are not currently a member.
Description:
For discussion of Mac OS X related questions and issues using the wxPython toolkit.
|
|
|
Python wxWidgets wrappers >= 2.8 not found
|
| |
Hello,
I'm trying to compile GNU Radio, specifically the gr-wxgui component.
I am stuck on the dependency to "Python wxWidgets wrappers", which I
assume is wxPython. I've tried both the source and binary packages of
wxPython-2.8.10.1 for OSX 10.6. When I ./configure gnuradio, it
complains thusly about the Python wx wrapper:... more »
|
|
wx.ListCtrl - vertical scroll bar
|
| |
Hi!
I created a 'thumbnail view' using wx.ListCtrl.
On PC, when there is a lot of items, a VERTICAL scoll bar is
appearing.
On Mac, it is an HORIZONTAL scroll bar. It's annoying, as the idea is
to be able to scroll vertically (because it is usually docked on the
right part of the main application).... more »
|
|
module object has no attribute TickCount
|
| |
I've built an app using py2app, and my client encounters this error
when running it:
Attribute Error: 'module' object has no attribute TickCount
It works fine on my development machine (Snow Leopard), but no luck on
the client (also running Snow Leopard).
|
|
install folders
|
| |
On my OSX (10.6.1) machine, I installed the latest wxPython unicode.
Looking at sys.path, I see multiple entries for wx:
/usr/local/lib/wxPython-unicod e-2.8.10.1/lib/python2.6/site-
packages
/usr/local/lib/wxPython-unicod e-2.8.10.1/lib/python2.6/site-
packages/wx-2.8-mac-unicode
/usr/local/lib/wxPython-unicod e-2.8.10.1/lib/python2.6... more »
|
|
ListCtrl invisible until resizing frame, crashing; OK on Windows
|
| |
A wxPython app that has been working fine on Windows XP is exhibiting
problems on Mac os 10.5 and 10.6.
The problems are both related to a ListCtrl object:
1. The list controls are not visible when the application first
launches. The vertical scrollbars do appear in the correct place but
otherwise the panel is empty white. As soon as the frame is resized... more »
|
|
Native "selected" look for toolbar icons on OS X
|
| |
I was frustrated by the "toggled" look for toolbar buttons in
wxPython. On OS X, the toggled toolbar button has a nice sunken look,
but wx just draws a little rectangle around the bitmap.
I figured out how to activate the native look using ctypes, and put an
explanation on the web: [link]. Though it... more »
|
|
Listbook / Toolbook Width
|
| |
I have an app that has a wxToolbook on the side, and allows the user
to add or delete things (like the sidebar in the Finder). However, I
haven't been able to find a way to change the size so that the entire
label appears. I'd like to set the width to a value and then let it
be.
I've also tried wxListbook, and was able to get it to look as though... more »
|
|
Multiline Button Labels
|
| |
I've been having trouble creating a square button with multline text
for an app. On Windows, the button shows up correctly without any
alterations, however on a Mac, the text just gets middle truncated.
When I manually put in a newline '\n' in the label, the button changes
from the normal rounded button to a larger square button, but the... more »
|
|
Issue with wxMessageDialog
|
| |
Hello!
I've inherited maintenance duties on a python application using
wxWidgets. It's only ever been run in Windows XP, and I need to build
it for OSX. What I expected would take two mintues has turned into a
much larger issue.
The application uses multiple windows and wx.MessageDialog heavily.... more »
|
|
Need help for running python programs with wxPython support
|
| |
Hi,
I encountered a serious problem recently when switching to MAC OS X
10.6. I usually use ulipad([link]) as my
default editor for python programming and I want to use it under MAC
OS X, too.
Yes, it runs smoothly after i installed wx-python2.8 for mac which was
downloaded from the official site.... more »
|
|
|