<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.python.wxpython">
    <title>gmane.comp.python.wxpython</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wxpython/65336"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65356">
    <title>wx.CallAfter latency?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65356</link>
    <description>_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
</description>
    <dc:creator>Abe Stephens</dc:creator>
    <dc:date>2008-12-02T00:17:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65355">
    <title>Re: Strange dialog behavior</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65355</link>
    <description>hmmm, the indentation went wako on my on the post (mostly the 1st one), 
it's easy to figure out though

Gabriel
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Gabriel Rossetti</dc:creator>
    <dc:date>2008-12-01T16:48:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65354">
    <title>Strange dialog behavior</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65354</link>
    <description>Hello everyone,

I am having strange dialog behavior again (see thread 
http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/3657891)

If I create a dialog, hide it, and then call a wx.MessageDialog, it 
works the first time and then it no longer works. I have included an 
example below, to test it, listen on TCP port 4321 (under linux I use 
netcat):

nc -l -v -p 4321

and run the example, then in netcat press a key (a letter or number) and 
press enter, it should popup the wx.MessageDialog the first time and 
then it never does again, it gets lost in the wx.MessageDialog code. I 
originally had a Twisted example, (I found this while using Twisted &amp; wx 
integration) but I wrote this pure (as in not having external libs) 
python example. Is this a bug (probably like the one I had before 
http://trac.wxwidgets.org/ticket/9909) or am I doing something strange? 
I also included my Twisted example at the very bottom


Thank you,
Gabriel


################### Pure python begin #######################

# -</description>
    <dc:creator>Gabriel Rossetti</dc:creator>
    <dc:date>2008-12-01T16:24:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65353">
    <title>Re: using py2exe with pdfwin</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65353</link>
    <description>
Looks like Robin sort of explained it in that post. For whatever reason, 
the pythoncom dlls aren't usable in the fully bundled executable. You'd 
have to ask the guys on the py-win32 group or the py2exe group why that is.

As for Hong's answer, it looks like he is including python "typelibs" 
option (package?) and telling it what UID to use. If you ever do much 
registry hacking, you'll soon find that each program has its own Unique 
ID number. The PDFWindow seems to have 
"EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B", so that's why Hong used it.

Clear as mud?

Mike



_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mike Driscoll</dc:creator>
    <dc:date>2008-12-01T16:14:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65352">
    <title>Re: how to find help/doc files ?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65352</link>
    <description>Stef,


Looks like this one is in the root Python directory on Windows: 
"C:\Python25\Doc\Python25.chm"


Again, on Windows: C:\Program Files\wxPython2.8 Docs and Demos\docs\wx.chm


I don't have this one installed...


I would probably check those standard locations on Windows and/or look 
in the registry. If that fails, you'll have to try using os.walk and the 
glob modules to search for them or ask the user where they're located 
and let him browse for them.

Other than that, you could link to the online docs...

-------------------
Mike Driscoll

Blog:   http://blog.pythonlibrary.org
Python Extension Building Network:     http://www.pythonlibrary.org

_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mike Driscoll</dc:creator>
    <dc:date>2008-12-01T16:08:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65351">
    <title>Re: WXU_2.8 not defined infilelibwx_gtk2u_core-2.8.so.0</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65351</link>
    <description>Hi,


I just followed the directions on the wiki and it worked for me: 
http://wiki.wxpython.org/InstallingOnUbuntuOrDebian

I don't think the key is required any more though as I always get an 
error from the repositories that I add. The ones in the official Ubuntu 
repositories seem to work fine, so I just use Apt-get to install it. 
Unless you have a compelling reason to, you probably don't need to build 
it yourself.

Mike
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mike Driscoll</dc:creator>
    <dc:date>2008-12-01T16:00:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65350">
    <title>Re: wx.Flatnotebook</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65350</link>
    <description>Hi,


I've never used the Flatnotebook, but if you do a little introspection 
on the object you'll find it has a GetChildren method. You can probably 
use that to get the pages in the notebook, although it will probably 
also return all the other widgets as well.

The wxPython Demo shows that you delete pages using the FlatNotebook's 
DeletePage() method. You can probably hide a page using Hide().

HTH

-------------------
Mike Driscoll

Blog:   http://blog.pythonlibrary.org
Python Extension Building Network:     http://www.pythonlibrary.org

_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mike Driscoll</dc:creator>
    <dc:date>2008-12-01T15:43:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65349">
    <title>Re: sending events between applications</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65349</link>
    <description>Hello,

Prashant Saxena wrote:
I don't know whether there is something specific to wxPython but you can 
give a try to the 'interprocess' Python module.
Mathias

_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mathias Lorente</dc:creator>
    <dc:date>2008-12-01T09:05:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65348">
    <title>sending events between applications</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65348</link>
    <description>I have an application "A" with a flatnotbook and couple of tabs created. "A" is in minimized state. How do I maximize "A" and make a particular tab current one using application "B" from where I am passing the name(string) of the tab.

Prashant


      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Prashant Saxena</dc:creator>
    <dc:date>2008-12-01T05:40:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65347">
    <title>Problems building wxPython</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65347</link>
    <description>When trying to build WX_2_8_BRANCH and run "build-wxpython.py" i get
the following error:

sh: /shared/src/distrib/scripts/unix/unixbuild: No such file or directory
ERROR: failed building wxWidgets

This is in fact a proper error because the bzip package doesn't
contain this path or files. So what's the deal??
BTW:   /shared/src is where I always build new software in case one wonders..

Thanks
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>widgeteye jones</dc:creator>
    <dc:date>2008-11-30T21:52:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65346">
    <title>RE: using py2exe with pdfwin</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65346</link>
    <description>_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
</description>
    <dc:creator>Michael Toth</dc:creator>
    <dc:date>2008-11-30T05:28:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65345">
    <title>using py2exe with pdfwin</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65345</link>
    <description>_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
</description>
    <dc:creator>Michael Toth</dc:creator>
    <dc:date>2008-11-29T22:28:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65344">
    <title>how to find help/doc files ?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65344</link>
    <description>hello,

For an IDE, I want to find the installed help files,
either in the form of chm or html files.

I'm specially interested in the files for:
- python
- wxpython
- vpython

but I fact I want link to all installed docs.

Is there a general way to find (by code) these docs ?
If not,
are there standard ways to find the docs for the above programs,
or is it pure random where these files are located ?

thanks,
Stef Mientki


_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Stef Mientki</dc:creator>
    <dc:date>2008-11-29T21:32:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65342">
    <title>Re: how to simulate a keyboard event ?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65342</link>
    <description>
Well, with SendKeys, you just do something like this:

SendKeys('{F9}')

And here's how I typically set up an accelerator table:

&lt;code&gt;

f9Id = wx.NewId()
myFrame.Bind(wx.EVT_MENU, self.onF9, id=f9Id)
aTable = wx.AcceleratorTable([(wx.ACCEL_NORMAL, wx.WXK_F9, f9Id)
                              ])
myFrame.SetAcceleratorTable(aTable)

&lt;/code&gt;

I'm not sure that that is what you are looking for, but hopefully it 
will get you going or jump-start some of the other people's minds on 
this list so that they'll step in with an even better answer.

Mike
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mike Driscoll</dc:creator>
    <dc:date>2008-11-29T17:04:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65341">
    <title>Re: Error in WX_2_8_BRANCH: wxPython\demo\Main.py</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65341</link>
    <description>Hello,

On Nov 29, 2008, at 4:02 AM, Rod Morison wrote:


http://wxpython.org

3 links down from where you found this mailing list ;)


Cody
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Cody Precord</dc:creator>
    <dc:date>2008-11-29T15:13:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65340">
    <title>WXU_2.8 not defined in filelibwx_gtk2u_core-2.8.so.0</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65340</link>
    <description>When I import wx I get this error message.

Traceback (most recent call last):
  File "main.py", line 1, in &lt;module&gt;
    import wx
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in &lt;module&gt;
    from wx._core import *
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
4, in &lt;module&gt;
    import _core_
ImportError: /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core_.so:
symbol _ZN5wxApp10InitializeERiPPw, version WXU_2.8 not defined in file
libwx_gtk2u_core-2.8.so.0 with link time reference

I don't have a clue what this means, I've downloaded and installed several
things several times, wxWidgets, glib, wxPython, gtk, maybe others.  All of
them from source and from synaptic(I'm using Ubuntu 8.04) except for gtk which
won't let me install it from source until I remove the version I installed from
the Ubuntu repositories which demands that I remove every program dependent on
glib if I do so from synaptic, even though I already have a </description>
    <dc:creator>jarlh&lt; at &gt;email.arizona.edu</dc:creator>
    <dc:date>2008-11-29T10:39:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65339">
    <title>Error in WX_2_8_BRANCH: wxPython\demo\Main.py</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65339</link>
    <description>I just built the WX_2_8_BRANCH from source (on Vista, python26) and hit 
the following (easy to fix) bug in demo.py

Traceback (most recent call last):
  File "demo.py", line 3, in &lt;module&gt;
    import Main
  File 
"c:\Users\rod\devel\3rdparty\wx\WX_2_8_BRANCH\wxPython\demo\Main.py", 
line 1849
    self.SetOverview("wxPython", mainOverview)
       ^
IndentationError: expected an indented block

I'm new to wxPython: where do I submit the bug?

_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Rod Morison</dc:creator>
    <dc:date>2008-11-29T10:02:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65338">
    <title>Re: how to simulate a keyboard event ?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65338</link>
    <description>

Mike Driscoll wrote:
Thanks Mike, yes these things past my mind,
I would love to have an example,
I thought this problem past this list the last week,
but I can't find it.
Mike, I hope you'll feel better soon !!

cheers,
Stef

_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Stef Mientki</dc:creator>
    <dc:date>2008-11-29T09:20:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65337">
    <title>Re: how to simulate a keyboard event ?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65337</link>
    <description>Stef,

You might be able to accomplish this using an Accelerator Table and some 
duck typing. Or you could use the 3rd party SendKeys module (which I 
think is Windows only). wx.PostEvent might be useful as well. Pardon me 
if I am babbling, but I'm not feeling well.

Mike
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Mike Driscoll</dc:creator>
    <dc:date>2008-11-29T04:09:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65336">
    <title>how to simulate a keyboard event ?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65336</link>
    <description>hello,

I want to send a F9-key event to the topframe,
how can I do that ?

thanks,
Stef Mientki
_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

</description>
    <dc:creator>Stef Mientki</dc:creator>
    <dc:date>2008-11-28T16:43:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wxpython/65335">
    <title>Align text right</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wxpython/65335</link>
    <description>_______________________________________________
wxpython-users mailing list
wxpython-users&lt; at &gt;lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
</description>
    <dc:creator>Frank Aune</dc:creator>
    <dc:date>2008-11-28T16:24:39</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.python.wxpython">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.wxpython</link>
  </textinput>
</rdf:RDF>
