What is the correct command to Build wxPython (2.8.10) on Windows

2010-01-25 Thread anurag srivastava
Hi, I'm trying to build wxPython on windows (vc++ 6.0, window XP), as per the build instructions given on the website for wxWidget> nmake -f makefile.vc OFFICIAL_BUILD=1 SHARED=1 MONOLITHIC=0 USE_OPENGL=1 USE_GDIPLUS=1 DEBUG_FLAG=1 CXXFLAGS=/D__NO_VC_CRTDBG__ WXDEBUGFLAG=h BUILD

wxpython EVT_SET_FOCUS

2010-01-20 Thread Neşet ÖZKAN
Hi, When I run this code and focus on choice it is raise a error. I close this message but it is come back again. I want to see only one time this message. How can i do this? What is error in my code ? Note: I'm sorry for my English. I know it isn't good. #! -*- coding:utf-8 -*- import wx class

wxpython

2009-03-15 Thread alain dimier
Hello, Having developed an interface with wxpython 2.8.9.2 on fedora core 9; launching it I have the following error: File "/usr/local/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/lib/art/img2pyartprov.py", line 54, in CreateBitmap return self.catalog[name].GetBitmap() Attr

Re: [Pythonmac-SIG] Installing wxPython with ActivePython and OSX

2006-04-17 Thread Trent Mick
[Trent] > >wxPython on the Mac seems to be painful right now. [Kevin Ollivier wrote] > Suggestions and contributions welcome! :-) My apologies, I was being unfairly brief. Some suggestions: - A review of the Mac OS X-related text on http://www.wxpython.org/download.php Some of

Re: Installing wxPython with ActivePython and OSX

2006-04-17 Thread Troy Rollins
On Apr 17, 2006, at 2:44 PM, Trent Mick wrote: wxPython on the Mac seems to be painful right now. 1. You need to get the correct build for your version of Python. For ActivePython 2.4.x or MacPython 2.4.x that means getting one of the builds with "-py24" in the package name

Re: Installing wxPython with ActivePython and OSX

2006-04-17 Thread Trent Mick
[Thomas Juntunen wrote] > > I'm trying to get wxPython going with ActivePython, Komodo and > > OSX.4.6 > > > > The wx installer is installing to my framework "system" python (Apple > > 2.3.5) > > > > Is there any way to get this to wor

Re: Installing wxPython with ActivePython and OSX

2006-04-14 Thread Troy Rollins
On Apr 14, 2006, at 10:34 AM, Thomas Juntunen wrote: Hmmm. Maybe all you need do is make sure /usr/local/bin comes before /usr/bin on your path? Then maybe Komodo and everything else will do the right thing. (@Thomas, sorry for sending to you offlist, I didn't realize this list set the r

Re: Installing wxPython with ActivePython and OSX

2006-04-14 Thread Thomas Juntunen
On 4/13/2006 15:41, "Troy Rollins" <[EMAIL PROTECTED]> wrote: > I'm trying to get wxPython going with ActivePython, Komodo and OSX.4.6 > > The wx installer is installing to my framework "system" python (Apple > 2.3.5) > > Is there any way to ge

Re: Installing wxPython with ActivePython and OSX

2006-04-13 Thread Trent Mick
[Troy Rollins wrote] > I'm trying to get wxPython going with ActivePython, Komodo and OSX.4.6 > > The wx installer is installing to my framework "system" python (Apple > 2.3.5) > > Is there any way to get this to work with my setup? ActivePython on OS X is Pyt

Installing wxPython with ActivePython and OSX

2006-04-13 Thread Troy Rollins
I'm trying to get wxPython going with ActivePython, Komodo and OSX.4.6 The wx installer is installing to my framework "system" python (Apple 2.3.5) Is there any way to get this to work with my setup? Thanks. -- Troy RPSystems, Ltd. http://ww

building wxPython for ActivePython 2.4.1 (OSX)

2005-09-17 Thread Chris Fonnesbeck
Has anyone successfully built wxPython using ActivePython 2.4.1 on OSX? I have tried unsuccessfully to do so. I get the following build error: /bk-make-pch .pch/wxprec_monodll/wx/wxprec.h.gch wx/wxprec.h g++ -I.pch/wxprec_monodll -D__WXMAC__ -I../src/tiff -I../src/jpeg -I../src/expat/lib

VB6 and wxPython

2003-02-03 Thread Raúl Cota
Hi Has anybody ever wrapped a wxPython frame or widget in a vb application?? (i.e. the wxPython thing must be inside of the vb MDI form) I asked this in the wxPython mailing list and all I got was a reference to the method wxWindow_FromHWND but I can't seem to get it to work. Thanks

using hh wxPython from command prompt

2002-06-11 Thread janos . juhasz
Hi all, I use vim6.1 to edit python code on PC, and it is really a nice. Have anyone a good vimrc with the features of searching keyword help in *.chm files? So the main question is how i can integrate th wxPython.chm with vim, how can i call hh to open the helpfile at the keyword i am staying on

RE: wxPython and Pythonwin

2002-05-17 Thread Martin Katz
subshell. This results in a deadlock. The /nodde fixes this. Martin Katz, Ph.D. > -Original Message- > From: Bruce Peterson [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 3:35 PM > To: [EMAIL PROTECTED] > Subject: wxPython and Pythonwin > > After a few &quo

wxPython and Pythonwin

2002-05-17 Thread Bruce Peterson
After a few "hidden" features (i.e. I didn't see them) were pointed out (thanks Andy) Pythonwin is looking much better. Someone also mentioned using wxPython as a GUI interface. One problem I have is that I can't run wxPython code with the Pythonwin IDE. The followi

Re: Py2exe and wxPython

2001-08-28 Thread Markus Daniel
> Does anyone have any experience with Py2exe converting python > source into exe if there is wxPython used in source? There are not any problem, for more information see http://starship.python.net/crew/theller/py2exe/ Markus ___ Active

Py2exe and wxPython

2001-08-28 Thread A
Hi, Does anyone have any experience with Py2exe converting python source into exe if there is wxPython used in source? Thanks for reply Ladislav ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo

RE: debugging wxPython programs

2001-06-26 Thread Barry Scott
I'm going to guess that you are seeing wxPython bugs. Maybe you are hitting the problem that wxPython can only be used from the thread that you original imported wxPython on. If that thread dies you will see crashes. BArry > -Original Message- > From: [EMAI

Re: debugging wxPython programs

2001-06-25 Thread Paul Prescod
Paul Casteels wrote: > >... > Is this a known problem with PythonWin/wxPython ? Is there another way to > debug wxPython programs ? In general, it is not safe to debug graphical applications using "foreign" toolkits in IDLE or PythonWin. If you've had luck so far wit

RE: debugging wxPython programs

2001-06-25 Thread Kevin Altis
I have also had problems with PythonWin locking up if I try and run wxPython programs. When I made the cwd (current working directory) patch to scriptutils.py I noticed that even for non-debugger runs of a program PythonWin is execing the code rather than running it as an external program

debugging wxPython programs

2001-06-25 Thread Paul Casteels
I have a small script that uses the wxPython (2.3.0)library. I can run this without any problems in the IDLE environment, but with PythonWin there is a crash after the third run : The instruction at 0x1e132ecd referenced memory at 0x00014. The memory could not be read. The program even runs