Diez B. Roggisch wrote:
I don't know without further research why there is a
difference between commandline and GUI-programs in OSX (I guess it has
to do with the event loop or something)
The MacOSX display server is rather picky about which processes
it will allow to connect to it. One of the
tinauser writes:
> On Oct 11, 6:49 pm, Chris Rebert wrote:
>> On Mon, Oct 11, 2010 at 6:16 AM, tinauser wrote:
>> > hi there,
>> > i need to embed python GUI in a c++ code. I've seen that,while on
>> > windows running GUI is no problem, in mac i need to use pythonw
>> > instead python.
>> > the
On Oct 11, 6:49 pm, Chris Rebert wrote:
> On Mon, Oct 11, 2010 at 6:16 AM, tinauser wrote:
> > hi there,
> > i need to embed python GUI in a c++ code. I've seen that,while on
> > windows running GUI is no problem, in mac i need to use pythonw
> > instead python.
> > the question is,how should i t
On Mon, Oct 11, 2010 at 6:16 AM, tinauser wrote:
> hi there,
> i need to embed python GUI in a c++ code. I've seen that,while on
> windows running GUI is no problem, in mac i need to use pythonw
> instead python.
> the question is,how should i tell the program that if the OS is mac,
> it should py
hi there,
i need to embed python GUI in a c++ code. I've seen that,while on
windows running GUI is no problem, in mac i need to use pythonw
instead python.
the question is,how should i tell the program that if the OS is mac,
it should pythonw, otherwise python is fine?
--
http://mail.python.org/ma