Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2015 22:08:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201699] [Patch] devel/drpython: Fixes AttributeError on wx.HIDE_READONLY for wx.FileDialog
Message-ID:  <bug-201699-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201699

            Bug ID: 201699
           Summary: [Patch] devel/drpython: Fixes AttributeError on
                    wx.HIDE_READONLY for wx.FileDialog
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: antumdeluge@gmail.com
          Keywords: patch

Created attachment 158986
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158986&action=edit
Patch that removes wx.HIDE_READONLY attribute from wx.FileDialog

DrPython could not open or save any files because of the attribute
wx.HIDE_READONLY which is not defined within the installed version of wxPython
2.8. The included patch removes the attribute from wx.FileDialog.

I will also submit the patch upstream (when possible as the Sourceforge site is
currently down) in the case it is not related solely to FreeBSD.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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