<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>wxPython-dev Google Group</title>
  <link>http://groups.google.com/group/wxPython-dev</link>
  <description>For discussion of topics related to the development of wxPython, add-on libraries, and etc.</description>
  <language>en-US</language>
  <item>
  <title>Re: [wxPython-dev] Phoenix = wx.Slider SetMax missing</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/5c03ffd02e9f799d/6dbd896576399c5a?show_docid=6dbd896576399c5a</link>
  <description>
  An oversight. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/5c03ffd02e9f799d/6dbd896576399c5a?show_docid=6dbd896576399c5a</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Thu, 16 May 2013 17:26:56 UT
</pubDate>
  </item>
  <item>
  <title>Phoenix = wx.Slider SetMax missing</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/5c03ffd02e9f799d/0d842247d1ac2e3c?show_docid=0d842247d1ac2e3c</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Working a little on Matplot and Phoenix and in one of the demos they use &lt;br&gt; wx.Slider.SetMax but it seems to be missing in Phoenix. So, oversight &lt;br&gt; or should one use SetRange? &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/5c03ffd02e9f799d/0d842247d1ac2e3c?show_docid=0d842247d1ac2e3c</guid>
  <author>
  werner.bru...@sfr.fr
  (Werner)
  </author>
  <pubDate>Thu, 16 May 2013 10:01:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/87c3a3686752b16e?show_docid=87c3a3686752b16e</link>
  <description>
  yup. &lt;br&gt; &lt;p&gt;-Chris &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &lt;p&gt;Christopher Barker, Ph.D. &lt;br&gt; Oceanographer &lt;br&gt; &lt;p&gt;Emergency Response Division &lt;br&gt; NOAA/NOS/OR&amp;amp;R (206) 526-6959 voice &lt;br&gt; 7600 Sand Point Way NE (206) 526-6329 fax &lt;br&gt; Seattle, WA 98115 (206) 526-6317 main reception &lt;br&gt; &lt;p&gt;Chris.Bar...@noaa.gov
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/87c3a3686752b16e?show_docid=87c3a3686752b16e</guid>
  <author>
  chris.bar...@noaa.gov
  (Chris Barker - NOAA Federal)
  </author>
  <pubDate>Wed, 15 May 2013 22:56:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/8fd24d900f00a423?show_docid=8fd24d900f00a423</link>
  <description>
  Thanks, that does sound nice. &lt;br&gt; &lt;p&gt;Now the most important question, can it run existing unittest.TestCase &lt;br&gt; style tests so the 560+ test modules we currently have don&#39;t need to be &lt;br&gt; ported? :-) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/8fd24d900f00a423?show_docid=8fd24d900f00a423</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Wed, 15 May 2013 20:32:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/a757c44af1b03739?show_docid=a757c44af1b03739</link>
  <description>
  * test discovery -- saves a bunch of boiler pate code to actually run the tests &lt;br&gt; * less boiler-plate to write the tests -- unittest makes me feel like &lt;br&gt; I&amp;quot;m writing Java. The simplest test: &lt;br&gt; &lt;p&gt;def test_something(): &lt;br&gt; assert something == this &lt;br&gt; &lt;p&gt;That&#39;s it -- you&#39;ve got a test. &lt;br&gt; &lt;p&gt;NOTE: nose does those things just as well.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/a757c44af1b03739?show_docid=a757c44af1b03739</guid>
  <author>
  chris.bar...@noaa.gov
  (Chris Barker - NOAA Federal)
  </author>
  <pubDate>Wed, 15 May 2013 18:27:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/039e63c80ade7b8e?show_docid=039e63c80ade7b8e</link>
  <description>
  Just plain unittest. I wanted to minimize dependencies. &lt;br&gt; &lt;p&gt;What are the features of pytest that made you into a fan? (Just &lt;br&gt; curious, I haven&#39;t looked at it much yet myself.) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/039e63c80ade7b8e?show_docid=039e63c80ade7b8e</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Wed, 15 May 2013 17:53:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/f64e3a1ec49bf493?show_docid=f64e3a1ec49bf493</link>
  <description>
  Yeap, imp_unitest is to get unittest2 for &amp;lt;Py2.7 and wtc contains the &lt;br&gt; unittest.TestCase classes. &lt;br&gt; Will handle your comments when I get back to this. &lt;br&gt; &lt;p&gt;... &lt;br&gt; Your are welcome, I am sure you did a lot more &amp;quot;just&amp;quot; creating FC;-) . &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/f64e3a1ec49bf493?show_docid=f64e3a1ec49bf493</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Mon, 13 May 2013 17:31:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/d35850f4ec73fc20?show_docid=d35850f4ec73fc20</link>
  <description>
  Werner, &lt;br&gt; &lt;p&gt;It looks like we crossed paths with our notes... &lt;br&gt; &lt;p&gt;when -- my spare Python time is currently being taken up with teaching a &lt;br&gt; Python class. (note, I a lt of stuff in FloatCanvas that I tell my &lt;br&gt; students NOT to do -- show&#39;s what I&#39;ve learned over the years! &lt;br&gt; &lt;p&gt;If Robin or you could apply it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/d35850f4ec73fc20?show_docid=d35850f4ec73fc20</guid>
  <author>
  chris.bar...@noaa.gov
  (Chris Barker - NOAA Federal)
  </author>
  <pubDate>Mon, 13 May 2013 17:19:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/7b7c7414f4082f5d?show_docid=7b7c7414f4082f5d</link>
  <description>
  very cool! &lt;br&gt; &lt;p&gt;Robin, are you using nose or pytest, or just plain old unitttest? (I&#39;m kind &lt;br&gt; of a fan of pytest..) &lt;br&gt; &lt;p&gt;I don&#39;t have imp_unitest or wtc -- Phoenix stuff? &lt;br&gt; &lt;p&gt;so not running, but reading... &lt;br&gt; &lt;p&gt;and add an object. I think I got all object types covered, but it would be &lt;br&gt; nice to enhance them to have each object type exercise all parameters and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/7b7c7414f4082f5d?show_docid=7b7c7414f4082f5d</guid>
  <author>
  chris.bar...@noaa.gov
  (Chris Barker - NOAA Federal)
  </author>
  <pubDate>Mon, 13 May 2013 17:15:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/943e4d242502e182?show_docid=943e4d242502e182</link>
  <description>
  I work against this repo: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;If Robin or you could apply it then I can review the end result of the &lt;br&gt; Sphinx doc (I do an initial check locally but only building wxlib doc I &lt;br&gt; can&#39;t see if links to other stuff are correct or not). &lt;br&gt; &lt;p&gt;Won&#39;t have time this week but will get back to this sometimes next week
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/943e4d242502e182?show_docid=943e4d242502e182</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Mon, 13 May 2013 16:59:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/c8322221edf815b1?show_docid=c8322221edf815b1</link>
  <description>
  Werner, &lt;br&gt; &lt;p&gt;Looking at the doc patch now -- it looks great. I&amp;quot;ve lost track of what I&#39;d &lt;br&gt; apply this patch to, so I&#39;ll just comment here: &lt;br&gt; &lt;p&gt;A few notes: &lt;br&gt; &lt;p&gt;* SetHitBrush() and SetHitPen() are really designed to by only called &lt;br&gt; internally -- maybe a note to that effect (I suppose they should be named
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/c8322221edf815b1?show_docid=c8322221edf815b1</guid>
  <author>
  chris.bar...@noaa.gov
  (Chris Barker - NOAA Federal)
  </author>
  <pubDate>Mon, 13 May 2013 16:15:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Errors building Phoenix for Python 3.3.1... what am I missing?</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/ee93e3cfd38c0360/80f7c028bf6c9921?show_docid=80f7c028bf6c9921</link>
  <description>
  Ah, thanks. I saw the video at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxpython.org/Phoenix/ItsAlive/&quot;&gt;[link]&lt;/a&gt; and &lt;br&gt; thought it should all work cleanly with Python 3, I didn&#39;t realize there &lt;br&gt; was still work to be done to get it there. &lt;br&gt; At least glad to know it wasn&#39;t just something I was doing wrong! :) &lt;br&gt; -Dan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/ee93e3cfd38c0360/80f7c028bf6c9921?show_docid=80f7c028bf6c9921</guid>
  <author>
  overri...@gmail.com
  (Dan McCombs)
  </author>
  <pubDate>Mon, 13 May 2013 13:42:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/95a4eef6a18f254e?show_docid=95a4eef6a18f254e</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Attached a file with unittests for floatcanvas, all tests pass for me, &lt;br&gt; but I think they are a bit basic, create a canvas and add an object. I &lt;br&gt; think I got all object types covered, but it would be nice to enhance &lt;br&gt; them to have each object type exercise all parameters and probably some &lt;br&gt; more.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/95a4eef6a18f254e?show_docid=95a4eef6a18f254e</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Sat, 11 May 2013 10:07:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Errors building Phoenix for Python 3.3.1... what am I missing?</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/ee93e3cfd38c0360/1708f4feaf61dbf9?show_docid=1708f4feaf61dbf9</link>
  <description>
  You forgot to correct the errors and to submit a patch or a PR. :-) &lt;br&gt; &lt;p&gt;Seriously though, the modules in wx.lib are still in the process of &lt;br&gt; being ported to Phoenix and Py3, so any help you (or anyone) can offer &lt;br&gt; would be appreciated. It&#39;s going to require community assistance to be &lt;br&gt; able to get it done anytime soon.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/ee93e3cfd38c0360/1708f4feaf61dbf9?show_docid=1708f4feaf61dbf9</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 10 May 2013 20:29:44 UT
</pubDate>
  </item>
  <item>
  <title>Errors building Phoenix for Python 3.3.1... what am I missing?</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/ee93e3cfd38c0360/86d621ba79f94e80?show_docid=86d621ba79f94e80</link>
  <description>
  I&#39;m trying to build Phoenix using Python 3.3.1 on Ubuntu by running the &lt;br&gt; following command on the r73957 snapshot: &lt;br&gt; sudo python3 ./setup.py install &lt;br&gt; Everything compiles, but it fails when byte-compiling the python modules to &lt;br&gt; pyc&#39;s, with Python code that is clearly not 3-friendly: &lt;br&gt; byte-compiling /usr/local/lib/python3.3/dist- packages/wx/lib/evtmgr.py to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/ee93e3cfd38c0360/86d621ba79f94e80?show_docid=86d621ba79f94e80</guid>
  <author>
  overri...@gmail.com
  (Dan McCombs)
  </author>
  <pubDate>Fri, 10 May 2013 19:39:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix doc build</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/d5b9175bef19e534?show_docid=d5b9175bef19e534</link>
  <description>
  Correct. Everything in docs/html is either generated by the Phoenix &lt;br&gt; build or by Sphinx, or is copied there. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/d5b9175bef19e534?show_docid=d5b9175bef19e534</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Thu, 09 May 2013 07:59:05 UT
</pubDate>
  </item>
  <item>
  <title>Phoenix - floatcanvas doc and tests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/06331b6111c1354a?show_docid=06331b6111c1354a</link>
  <description>
  Hi Chris and Robin, &lt;br&gt; &lt;p&gt;Attached is an initial patch for documentation (please don&#39;t apply it), &lt;br&gt; Chris can you have a quick look over it and let me know if the method &lt;br&gt; param descriptions are correct, especially for things like XY and WH as &lt;br&gt; they will repeat. Don&#39;t worry about Sphinx formatting at this point.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/90a43d24b235b332/06331b6111c1354a?show_docid=06331b6111c1354a</guid>
  <author>
  werner.bru...@sfr.fr
  (Werner)
  </author>
  <pubDate>Thu, 09 May 2013 07:53:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix doc build</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/2a2bb91ccc1dd30d?show_docid=2a2bb91ccc1dd30d</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;... &lt;br&gt; Just to be sure &amp;quot;docs/html/_static&amp;quot; is the temp/staging folder, correct? &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/2a2bb91ccc1dd30d?show_docid=2a2bb91ccc1dd30d</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Thu, 09 May 2013 07:32:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix doc build</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/146794b95aff77de?show_docid=146794b95aff77de</link>
  <description>
  I&#39;m guessing that docs/html/_static is being copied from &lt;br&gt; docs/sphinx/_static, so that would likely be where the .svn subfolders &lt;br&gt; are coming from. They are not needed there since that is just a temp &lt;br&gt; folder used as a staging area for organizing the files to be used for &lt;br&gt; the html docs. A good fix would be to find where that copy is being
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/146794b95aff77de?show_docid=146794b95aff77de</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Wed, 08 May 2013 17:21:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix doc build</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/8e9b1fa9153b5e26?show_docid=8e9b1fa9153b5e26</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;When I try to build the doc I see the following exception. My work &lt;br&gt; around is just to get rid of the &amp;quot;.svn&amp;quot; folders, as I don&#39;t care about &lt;br&gt; them (in this case;-) ), but I am sure there must be a &amp;quot;cleaner&amp;quot; way. &lt;br&gt; &lt;p&gt;Werner &lt;br&gt; &lt;p&gt; - lib.wordwrap (module) &lt;br&gt; - lib.wxpTag (module) &lt;br&gt; Finished command: wx.lib (1m37.302s)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/aa55ba56ae94c549/8e9b1fa9153b5e26?show_docid=8e9b1fa9153b5e26</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Wed, 08 May 2013 15:30:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - line ending/diff of code</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/ea250383f8886419?show_docid=ea250383f8886419</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;... &lt;br&gt; Just wanted to be sure that I could stop poking around the can ....:-) . &lt;br&gt; &lt;p&gt;See you &lt;br&gt; Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/ea250383f8886419?show_docid=ea250383f8886419</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Tue, 07 May 2013 14:48:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - line ending/diff of code</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/ebc02d5fb65b5e7f?show_docid=ebc02d5fb65b5e7f</link>
  <description>
  I haven&#39;t opened that can of worms yet. ;-) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/ebc02d5fb65b5e7f?show_docid=ebc02d5fb65b5e7f</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Tue, 07 May 2013 14:41:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - line ending/diff of code</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/2bab43bacd2ef84a?show_docid=2bab43bacd2ef84a</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;Thanks, will do that then. &lt;br&gt; &lt;p&gt;Werner &lt;br&gt; &lt;p&gt;P.S. &lt;br&gt; Could you recreate the wxWidgets debug issue with the script I sent the &lt;br&gt; other day?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/2bab43bacd2ef84a?show_docid=2bab43bacd2ef84a</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Tue, 07 May 2013 06:12:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - line ending/diff of code</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/6fdacd4e6cb5b268?show_docid=6fdacd4e6cb5b268</link>
  <description>
  Ah, so you&#39;re seeing the issue when comparing with the source in the &lt;br&gt; snapshots? I thought you meant that you were seeing end-of-line issues &lt;br&gt; just within your SVN workspace. Having different line endings in the &lt;br&gt; snapshot tarballs is not too surprising. &lt;br&gt; &lt;p&gt;One way to work around the issue would be to work only within the SVN
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/6fdacd4e6cb5b268?show_docid=6fdacd4e6cb5b268</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Tue, 07 May 2013 03:01:14 UT
</pubDate>
  </item>
  <item>
  <title>Phoenix - line ending/diff of code</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/fc3a9c31bc99827b?show_docid=fc3a9c31bc99827b</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;I still see the issue that code shows a diff when it shouldn&#39;t. &lt;br&gt; &lt;p&gt;I got r73930 and updated my svn checkout and then compared the folder &lt;br&gt; wx.lib.floatcanvas using winmerge and they should as being different &lt;br&gt; (i.e. all lines are different). &lt;br&gt; &lt;p&gt;I see that you changed the SVN repo a few days ago, so deleted
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/60899014db2adab4/fc3a9c31bc99827b?show_docid=fc3a9c31bc99827b</guid>
  <author>
  werner.bru...@sfr.fr
  (Werner)
  </author>
  <pubDate>Mon, 06 May 2013 07:08:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - FloatCanvas</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6b8baa64990ca6c1/2b00fd9d7ba219bd?show_docid=2b00fd9d7ba219bd</link>
  <description>
  that&#39;ll be great! You may notice some odd markup in there in a few places &lt;br&gt; -- at one point, someone made the docstrings compatible with Doxygen -- &lt;br&gt; before Sphinx existed. &lt;br&gt; &lt;p&gt;As to your questions -- there are two issues: &lt;br&gt; &lt;p&gt;1) I originally built a cache system, that keeps dicts of all the pens and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6b8baa64990ca6c1/2b00fd9d7ba219bd?show_docid=2b00fd9d7ba219bd</guid>
  <author>
  chris.bar...@noaa.gov
  (Chris Barker - NOAA Federal)
  </author>
  <pubDate>Sun, 05 May 2013 06:38:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/8dea9013ded6bc26?show_docid=8dea9013ded6bc26</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;Just noticed that I had forgotten to send you these two tests. &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/8dea9013ded6bc26?show_docid=8dea9013ded6bc26</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Sat, 04 May 2013 12:55:13 UT
</pubDate>
  </item>
  <item>
  <title>Phoenix - FloatCanvas</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6b8baa64990ca6c1/d03a1ca5086872c8?show_docid=d03a1ca5086872c8</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I was searching for valid values for FillStyle etc and see that the doc &lt;br&gt; could be improved to show this information in e.g. DrawObject. &lt;br&gt; &lt;p&gt;My question is about the question &amp;quot;Is this still necessary?&amp;quot; in that &lt;br&gt; code section. Are there plans to move these dicts to something else or &lt;br&gt; is it worth my while to update the doc for them into something Sphinx
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6b8baa64990ca6c1/d03a1ca5086872c8?show_docid=d03a1ca5086872c8</guid>
  <author>
  werner.bru...@sfr.fr
  (Werner)
  </author>
  <pubDate>Sat, 04 May 2013 10:51:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] type degradation of event objects in Phoenix</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/782781f708bd4adf/7fa2bc4c9ae03682?show_docid=7fa2bc4c9ae03682</link>
  <description>
  Please try again with the next build. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.wxwidgets.org/changeset/73915&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/782781f708bd4adf/7fa2bc4c9ae03682?show_docid=7fa2bc4c9ae03682</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Sat, 04 May 2013 04:48:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] FloatCanvas - samples</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/577bf5fbfe3e9fdf/940a2605eedc949c?show_docid=940a2605eedc949c</link>
  <description>
  Overlooked. &lt;br&gt; Thanks. &lt;br&gt; &lt;p&gt;-- Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/577bf5fbfe3e9fdf/940a2605eedc949c?show_docid=940a2605eedc949c</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 03 May 2013 18:32:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Re: Phoenix - Python 3.3</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/eafbb2445440e14b?show_docid=eafbb2445440e14b</link>
  <description>
  In the future please keep separate sets of changes in separate patch &lt;br&gt; files. (In this case the aui and wx.py changes should have been kept &lt;br&gt; separate.) &lt;br&gt; &lt;p&gt;I&#39;ve applied the aui patches, with some modifications. Apparently you &lt;br&gt; didn&#39;t test with Py2.7 otherwise you probably would have seen that this
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/eafbb2445440e14b?show_docid=eafbb2445440e14b</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 03 May 2013 18:31:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] FloatCanvas - samples</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/577bf5fbfe3e9fdf/6b3da22fe03017f1?show_docid=6b3da22fe03017f1</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;It looks like the floatcanvas 3 patch didn&#39;t get applied - is there an &lt;br&gt; issue with it or did it just get over looked. &lt;br&gt; &lt;p&gt;See you &lt;br&gt; Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/577bf5fbfe3e9fdf/6b3da22fe03017f1?show_docid=6b3da22fe03017f1</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Fri, 03 May 2013 08:27:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/45c4eb77d21c6168?show_docid=45c4eb77d21c6168</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;Cried victory to soon, when back in to clean up the doc string and when &lt;br&gt; I run it again I got failures again. &lt;br&gt; &lt;p&gt;For the moment I leave the code to delete the test topic in there. &lt;br&gt; &lt;p&gt;Have to try to make progress on my other problem, will get back to this &lt;br&gt; hopefully next week. &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/45c4eb77d21c6168?show_docid=45c4eb77d21c6168</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Fri, 03 May 2013 07:05:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Phoenix - Python 3.3</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/3eea6fccdb27fd99?show_docid=3eea6fccdb27fd99</link>
  <description>
  Thanks for answer, Robin. &lt;br&gt; I have changed the way you advise.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/3eea6fccdb27fd99?show_docid=3eea6fccdb27fd99</guid>
  <author>
  pyirrli...@gmail.com
  (Maxim Kolosov)
  </author>
  <pubDate>Fri, 03 May 2013 07:02:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/9f7383a555860bd3?show_docid=9f7383a555860bd3</link>
  <description>
  That gave me the exception below. &lt;br&gt; &lt;p&gt;But just doing this: &lt;br&gt; if &#39;wx.lib.pubsub.pub&#39; in sys.modules.keys(): &lt;br&gt; del sys.modules[&#39;wx.lib.pubsub.pub &#39;] &lt;br&gt; &lt;p&gt;seems to be enough to force pub to import from &amp;quot;scratch&amp;quot;. &lt;br&gt; &lt;p&gt;Werner &lt;br&gt; &lt;p&gt;TypeError: coercing to Unicode: need string or buffer, NoneType found
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/9f7383a555860bd3?show_docid=9f7383a555860bd3</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Fri, 03 May 2013 06:52:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] type degradation of event objects in Phoenix</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/782781f708bd4adf/d4cc41299151374d?show_docid=d4cc41299151374d</link>
  <description>
  I thought I had already solved this problem, but perhaps it was only a &lt;br&gt; partial solution. I&#39;ll try to look into it again soon. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/782781f708bd4adf/d4cc41299151374d?show_docid=d4cc41299151374d</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 03 May 2013 00:07:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/343fdba0c3f4d8fd?show_docid=343fdba0c3f4d8fd</link>
  <description>
  I wonder if it would work to simply remove all the pubsub modules from &lt;br&gt; sys.modules, and then when it is imported again in the next setUp it &lt;br&gt; will have to do an actual import, executing the pusub init code, instead &lt;br&gt; of just using the already imported module. Something like this: &lt;br&gt; &lt;p&gt; for name in sys.modules.keys():
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/343fdba0c3f4d8fd?show_docid=343fdba0c3f4d8fd</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 03 May 2013 00:03:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Re: Phoenix - Python 3.3</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/ab117b459df4489f?show_docid=ab117b459df4489f</link>
  <description>
  Nothing, other than we already have a way to test for Py3 that is more &lt;br&gt; readable and probably makes a lot more sense for a newbie reading the &lt;br&gt; code, and that I&#39;d like to be consistent throughout the library instead &lt;br&gt; of having 3 or 4 ways of checking for Python3. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/ab117b459df4489f?show_docid=ab117b459df4489f</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 03 May 2013 00:03:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - unable to compile - ubuntu 13.04 - x64</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/f460b58811e03481?show_docid=f460b58811e03481</link>
  <description>
  You need to install libwebkit-dev &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Robin Dunn &lt;br&gt; Software Craftsman &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wxPython.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/f460b58811e03481?show_docid=f460b58811e03481</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Fri, 03 May 2013 00:02:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - unable to compile - ubuntu 13.04 - x64</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/e2ff5dc35b959609?show_docid=e2ff5dc35b959609</link>
  <description>
  Sorry Robin, I fix the previous issue with libgtk2 (-dev) but have got one &lt;br&gt; other error during the build process. &lt;br&gt; What&#39;s wrong ? &lt;br&gt; Thanks again for your help. &lt;br&gt; Vincent. &lt;br&gt; &lt;p&gt;[597/632] cxx: sip/cpp/sip_html2wxWebViewEven t.cpp -&amp;gt; &lt;br&gt; build/waf/3.3/sip/cpp/sip_html 2wxWebViewEvent.cpp.17.o &lt;br&gt; ../../../sip/cpp/sip_html2cmod ule.cpp:219:1: erreur: ‘wxWebView’ does not
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/e2ff5dc35b959609?show_docid=e2ff5dc35b959609</guid>
  <author>
  sandbox...@gmail.com
  </author>
  <pubDate>Thu, 02 May 2013 17:49:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - unable to compile - ubuntu 13.04 - x64</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/39337c4d5c31d64c?show_docid=39337c4d5c31d64c</link>
  <description>
  Hello Robin, &lt;br&gt; &lt;p&gt;Thanks for your help. &lt;br&gt; &lt;p&gt;Vincent. &lt;br&gt; &lt;p&gt;Le jeudi 2 mai 2013 02:21:14 UTC+2, Robin Dunn a écrit :
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/39337c4d5c31d64c?show_docid=39337c4d5c31d64c</guid>
  <author>
  sandbox...@gmail.com
  </author>
  <pubDate>Thu, 02 May 2013 16:34:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/743f2dcc172ad844?show_docid=743f2dcc172ad844</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;It is a bit of a brute force way of doing it as I couldn&#39;t find &lt;br&gt; another/cleaner way to totally get rid of &#39;pub&#39; - see the tearDown method. &lt;br&gt; &lt;p&gt;I think I have removed all &amp;quot;print&amp;quot; statements. &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/743f2dcc172ad844?show_docid=743f2dcc172ad844</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Thu, 02 May 2013 15:46:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/6fe6471696291e72?show_docid=6fe6471696291e72</link>
  <description>
  I tried all kind of things, but this is really a bit over my head, will &lt;br&gt; have another look at it when I find some time and inspiration. &lt;br&gt; Yes, they where just there to help narrow down the problem. &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/6fe6471696291e72?show_docid=6fe6471696291e72</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Thu, 02 May 2013 07:27:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - can&#39;t enable custom control</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/4141e20d72acc853/7f098ef37158542c?show_docid=7f098ef37158542c</link>
  <description>
  Hi Robin, &lt;br&gt; &lt;p&gt;... &lt;br&gt; Yes, if I override DoEnable in my custom PopupCtrl then all is fine. &lt;br&gt; &lt;p&gt;Werner
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/4141e20d72acc853/7f098ef37158542c?show_docid=7f098ef37158542c</guid>
  <author>
  wbru...@free.fr
  (werner)
  </author>
  <pubDate>Thu, 02 May 2013 07:01:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Re: Phoenix - Python 3.3</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/c74f1c9b3b30d4dc?show_docid=c74f1c9b3b30d4dc</link>
  <description>
  четверг, 2 мая 2013 г., 4:21:49 UTC+4 пользователь Robin Dunn написал: &lt;br&gt; Yes, this is work in Python 2.7, problem was my old 2.7b installation. &lt;br&gt; See other patch for &amp;quot;py&amp;quot; module. &lt;br&gt; &lt;p&gt;What is problem with sys.hexversion?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/c74f1c9b3b30d4dc?show_docid=c74f1c9b3b30d4dc</guid>
  <author>
  pyirrli...@gmail.com
  (Maxim Kolosov)
  </author>
  <pubDate>Thu, 02 May 2013 05:36:48 UT
</pubDate>
  </item>
  <item>
  <title>type degradation of event objects in Phoenix</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/782781f708bd4adf/3071900840f943f6?show_docid=3071900840f943f6</link>
  <description>
  I have an example in which the program creates an event object that &lt;br&gt; inherits from wx.PyCommandEvent and submits it to wx.PostEvent. When the &lt;br&gt; event emerges in the handler, its type is the parent class &lt;br&gt; wx.PyCommandEvent and not the subclass. The program immediately fails when &lt;br&gt; it tries to call a subclass method on the event. I&#39;m sending the file with
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/782781f708bd4adf/3071900840f943f6?show_docid=3071900840f943f6</guid>
  <author>
  ji...@cs.cofc.edu
  </author>
  <pubDate>Thu, 02 May 2013 03:48:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - pubsub unittests</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/5c0037962bcf7e57?show_docid=5c0037962bcf7e57</link>
  <description>
  I&#39;ve run into that a few times too but figured it always had something &lt;br&gt; to do with having multiple wx.App objects (one for each test) being &lt;br&gt; created in the same process. I dealt with that by running each module in &lt;br&gt; a separate process and collecting the results from each in the parent &lt;br&gt; process.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/3ff3d0e556abaa4c/5c0037962bcf7e57?show_docid=5c0037962bcf7e57</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Thu, 02 May 2013 00:23:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Re: Phoenix - Python 3.3</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/11c847d7af22331c?show_docid=11c847d7af22331c</link>
  <description>
  -import auibar &lt;br&gt; -import auibook &lt;br&gt; +from sys import hexversion &lt;br&gt; +if hexversion &amp;lt; 0x03000000: &lt;br&gt; +	import auibar &lt;br&gt; +	import auibook &lt;br&gt; +else: &lt;br&gt; +	from . import auibar &lt;br&gt; +	from . import auibook &lt;br&gt; &lt;p&gt;First, please use wx.lib.six.PY3 for checking if Python3 is running or &lt;br&gt; not. Second, doesn&#39;t the &amp;quot;from . import foo&amp;quot; also work in Python 2.7?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/6505670495b2da79/11c847d7af22331c?show_docid=11c847d7af22331c</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Thu, 02 May 2013 00:21:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - can&#39;t enable custom control</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/4141e20d72acc853/74e7e63051dc5df8?show_docid=74e7e63051dc5df8</link>
  <description>
  Try changing the Enable in the PopupCtrl class to be called DoEnable &lt;br&gt; instead. Then see if calling Enable() and Disable() work as expected. &lt;br&gt; Enable and Disable both call DoEnable, and in Phoenix it is the one that &lt;br&gt; is virtualized. I can also make Enable be virtual again, but I&#39;m &lt;br&gt; curious to see if overriding DoEnable instead of Enable fixes this.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/4141e20d72acc853/74e7e63051dc5df8?show_docid=74e7e63051dc5df8</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Thu, 02 May 2013 00:21:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [wxPython-dev] Phoenix - unable to compile - ubuntu 13.04 - x64</title>
  <link>http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/053bb75193099a31?show_docid=053bb75193099a31</link>
  <description>
  As mentioned in my reply on wxPython-users it&#39;s because you are building &lt;br&gt; for wxGTK3 and I have a fix coming soon. There hasn&#39;t been much testing &lt;br&gt; for wxGTK3 yet so I expect that there could be some more problems. If &lt;br&gt; you run in to anything else you could install the -dev packages for &lt;br&gt; libgtk2 and related packages and then wx&#39;s configure should choose to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/wxPython-dev/browse_thread/thread/979f34aaf0953813/053bb75193099a31?show_docid=053bb75193099a31</guid>
  <author>
  ro...@alldunn.com
  (Robin Dunn)
  </author>
  <pubDate>Thu, 02 May 2013 00:21:14 UT
</pubDate>
  </item>
  </channel>
</rss>
