Dear fink-devel,

        The following near-fatal error has put a halt on a number of
Python projects. Any and all help much appreciated.

        Regards,

                Jim

        James P. Crutchfield                        Professor
        Computational Science & Engineering Center
        Physics Department                         [EMAIL PROTECTED]
        University of California                    cse.ucdavis.edu/~chaos
        One Shields Avenue                        530-752-0600 or 297-4620,  
754-4885 (fax)
        Davis, California 95616-8572

Initial Comment:

fink install of wxpython-py24 (v. 2.5.2.8-1003)
OS X 10.4.10 on both Intel and PPC

Program:

import wx
from time import *

a = wx.PySimpleApp()
b = wx.Frame(None)
b.Show(True)
a.MainLoop()

When run saturares CPU at 100% and produces an endless stream of

(simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
Invalid argument.

(simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
Invalid argument.

(simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
Invalid argument.

(simplewxtest.py:2510): GLib-WARNING **: poll(2) failed due to:  
Invalid argument.

...

Perhaps due to incorrect number of file descriptors
(in /sw/src/wxPythonSrc-2.5.2.8.ours/src/gtk/app.cpp)?

Thanks,
     Jim
     [EMAIL PROTECTED]


--
Package manager version: 0.27.6
Distribution version: 0.8.1.rsync i386
Mac OS X version: 10.4.10
Xcode version: 2.4
gcc version: 4.0.1 (Apple Computer, Inc. build 5363)
make version: 3.80
Feedback Courtesy of FinkCommander





-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to