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.
|
|
|
wxPython, python2.7.3, and OS-X 10.7
|
| |
On OS-X 10.6, I had python and wxPython running quite nicely. I recently upgraded to OS-X 10.7.3 (Lion), which of course comes with python 2.7. I decided as long as I was upgrading, I should move to Python 2.7.3. I've downloaded the latest 2.7.3 from Python.org, it is installed in ~/Library/Frameworks, and that is the copy I get when I invoke python.... more »
|
|
Wrong handling of DC/Memory leak?
|
| |
Hi wxPythonistas,
I'm pretty new to wxPython and not sure whether I've grasped some
basic principles of wxpy correctly. I've built a backgammon GUI
application which has a board window and a wx.TextCtrl as a log window
showing messages from the server (it's a client that can play on the
FIBS and tigergammon servers).... more »
|
|
Looking for some help on wxPython Mac bugs.
|
| |
Hi, For the last few weeks, I've been working on an OpenSource project of my own. And the userbase has been growing steadily. However, a small, but important, part of the users are using MacOS machines. I've used wxWidgets as base, and I'm using both Windows and Linux to develop on, and test on. So I figured I would encounter most bugs that way,... more »
|
|
Mac Finder Sidebar Widget (Source List)
|
| |
I'm looking for any info I can get on creating this type of control
for wxPython.
I haven't found anything in wxWidgets or wxPython that talks about
this, so I'm posting here.
Xcode says it's a Source List, a NSOutlineView in an NSScrollView.
If there's no existing implementation of it, I guess I'll have to... more »
|
|
Toolbar doesn't look native
|
| |
I've got wxPython installed twice on my computer: one version works
with macports (so long as I force macports Python to use the 32-bit
build), and the second I downloaded myself to work with a python.org
version of python (2.7). Despite the fact that both versions claim to
be 2.8.12.1, each behaves differently when dealing with toolbars.... more »
|
|
OSX: Building wxPython and wx 2.8 on Lion with Xcode 4.2.1 [fails]
|
| |
I am stuck with the following error, perhaps someone can give me a
hint?
````
arch -i386 python setup.py build_ext WX_CONFIG=/usr/local/Cellar/
wxmac/2.8.12/bin/wx-config UNICODE=1 INSTALL_MULTIVERSION=0
BUILD_GLCANVAS=1 BUILD_GIZMOS=1 BUILD_STC=1
[...]
running build_ext
building '_core_' extension... more »
|
|
weird library issue
|
| |
Folks, I'm running python.org build version 2.7.2, 32 bit Intel/PPC Python wxPython wxPython-unicode-2.8.12.1 binary from the wxPython site. (wxPython2.8-osx-unicode-2.8.1 2.1-universal-py2.7.dmg) I just re-booted my machine, after a hang (not a common occurrence), and now when I try to import wx, I get:... more »
|
|
Helping port an open source wxPython app to Mac
|
| |
Hey All,
I figured this would be a good place to see if anyone would like to
help port a newly released open source wxPython app to Mac. (We
currently support Windows/Linux).
The program is Trelby ([link])
Bug tracking Mac port:
[link]
Do let me know if anyone has any questions about the program/codebase.... more »
|
|
|