Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2007 10:29:24 GMT
From:      Chess Griffin <chess.griffin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115750: devel/wxglade and devel/wxglade-devel both fail to start
Message-ID:  <200708231029.l7NATOcY096961@www.freebsd.org>
Resent-Message-ID: <200708231030.l7NAU8tV075092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115750
>Category:       ports
>Synopsis:       devel/wxglade and devel/wxglade-devel both fail to start
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 10:30:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jul 30 06:25:50 EDT 2007     root@bsdbob.localdomain:/usr/obj/usr/src/sys/CNG  i386

>Description:
I updated all of my ports using portsnap and portmaster, which includes the update to python 2.5.  I then built wxglade (and later wxglade-devel).  Both built fine.  When executed from the command line, neither will start.  The output is as follows:

chess ~ % wxglade                                                          6:23
loaded code generator for python
loaded code generator for perl
loaded code generator for XRC
loaded code generator for lisp
loaded code generator for C++
Found widgets listing -> /usr/local/lib/python2.5/site-packages/wxglade/widgets/widgets.txt
loading widget modules:
	frame
	dialog
	panel
	splitter_window
	notebook
	button
	toggle_button
	bitmap_button
	spin_button
	text_ctrl
	spin_ctrl
	slider
	gauge
	static_text
	checkbox
	radio_button
	radio_box
	choice
	combo_box
	list_box
	calendar_ctrl
	datepicker_ctrl
	static_line
	static_bitmap
	list_ctrl
	tree_ctrl
	grid
	custom_widget
	menubar
	toolbar
	spacer
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/wxglade/wxglade.py", line 153, in <module>
    run_main()
  File "/usr/local/lib/python2.5/site-packages/wxglade/wxglade.py", line 141, in run_main
    main.main()
  File "/usr/local/lib/python2.5/site-packages/wxglade/main.py", line 888, in main
    app = wxGlade()
  File "/usr/local/lib/python2.5/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 7700, in __init__
    self._BootstrapApp()
  File "/usr/local/lib/python2.5/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 7352, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/lib/python2.5/site-packages/wxglade/main.py", line 859, in OnInit
    frame = wxGladeFrame()
  File "/usr/local/lib/python2.5/site-packages/wxglade/main.py", line 339, in __init__
    for b in core_btns: sizer.Add(b)
  File "/usr/local/lib/python2.5/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 11711, in Add
    return _core_.Sizer_Add(*args, **kwargs)
TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item

>How-To-Repeat:
Build devel/wxglade and then execute from the command line.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708231029.l7NATOcY096961>