0
votes
1answer
7 views

in method 'new_panel' expected argument 1 of type wxWindow*

I have a class A (wx.Panel) which I believe is its parent class and this panel has been created using automatically generated wxGlade code and it has the init as wx.Panel.__init__(self, *args, ...
0
votes
1answer
10 views

WxPython GUI library installation error

After much search i choose WxPython as GUI library. I download it from here. When i tried to install it, it showed You would note in the Folder, it has set value , which is not just one location ...
0
votes
0answers
14 views

wxpython image mouse area selection

I have create the follow image viewer in wxpython, and first i choose an image to open, then i want with mouse to select an area then i want to crop this area and save it, i know how to crop it and ...
1
vote
1answer
15 views

wxPython - application updater

Iv built an appplication with wxPython and cefPython. Now I am building a updater to update my software. The process is as follows: Updater is called once the app starts Updater checks with the API ...
0
votes
1answer
14 views

customizing wxpython dialog

How would I go about changing an existing WXPython dialog? For example, say I want to add a "search subdirectories" checkbox to the wx.dirDialog. I know I'd need to subclass it, but how would I add a ...
0
votes
0answers
8 views

Some questions on creating app bundle of python/wxpython source code

I created an simple 'Hello World'-like app based on wxpython, the source code is copied on the official website of wxpython about at the bottom in "Putting it all together" in ...
0
votes
1answer
29 views

Should I learn wxPython code or XRC code?

After some research I've decided to use wxWidgets to build user interfaces for my Python programs. I learnt this could be done in two ways: either I blend my "behind the scenes" raw Python code with ...
1
vote
0answers
41 views

wxpython exe not building with pyinstaller

I have a wxpython application that is not building into an exe when I include matplotlib as an import. For example, my imports in my main py file looks like: import os import matplotlib ...
0
votes
1answer
14 views

In wxPython, how do you send your own app an activate signal?

As with this question on the wxPython mailing list, I'm developing a tray application that needs to have its Preference pane pop straight to the top above any other windows (especially). This is ...
-1
votes
1answer
12 views

How to add panel with event button in wxpython?

I want to ask is it possible to add wx.Panel with event button in wxpython? There are plenty examples how to switch panels Hide first one and show second, but they are useless for me. I want to create ...
-1
votes
0answers
20 views

Run Python 3.3 program with wxpython, Panda3D, and CG Toolkit

I'm brand new to Macs and have no experience with Python. However, I'm trying to run a Python program called Ganesha on a Mac OSX 10.9. Ganesha's Readme indicates that I need to download and install ...
0
votes
1answer
21 views

Design patterns for listctrl (wxWidgets, wxPython…) [on hold]

I'm sorry that this question lacks code, but there's no point in providing any. I am very weak with GUIs when it comes to TreeListCtrls (gizmo) ListCtrls (core) and so forth when the data-set can ...
1
vote
1answer
15 views

How to add hyperlinks in the help of a wxpython app?

I'm implementing the help menu of an App done in wx python. By now, I'm using a txt file opened in a frame. I would like to have hypelinks in the help text in order to open other txt files in the same ...
-2
votes
0answers
18 views

Incomplete executive file using wxPython and PyInstaller

I am trying to use PyInstaller to create .exe file with my simple script built using wxPython. I tried a sample file and it worked, but just not mine and I can't figure it out. I am able to create ...
0
votes
1answer
24 views

python: which wxpython to install on win8?

I am using the following version of Python: 2.7.5 and I installed this version of wxPython: 2.8.12.1. When I run the code below I get the following error: Traceback (most recent call last): ...

15 30 50 per page