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
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
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
[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
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
[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
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
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
[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
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
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
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
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
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
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
> 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
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
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
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
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
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
21 matches
Mail list logo