h I presume you're using for SAX, as you don't mention!) is not
> guaranteed to get all contiguous character data in one call. Also check
> if .skippedEntity() methods are firing.
Ya, skippedEntity() wasn't firing, but you are correct about receiving
three chunks. The characters handler routine is fired 3 times for a
single text block. Why does it do this? Is there a way to prevent
doing this?
Much thanks.
gh
--
http://mail.python.org/mailman/listinfo/python-list
On Monday, 6 April 2015 22:54:26 UTC-4, Sepi wrote:
> Hi,
>
> I installed wxpython through command line but when I want to use it, python
> gives me an error: File "/Users/sepidehghanavati/Desktop/test.py", line 1,
> in
> import wx
> ImportError: No module named 'wx'
>
> When I check my
On Monday, 6 April 2015 23:27:54 UTC-4, Sepi Gh wrote:
> On Monday, 6 April 2015 22:54:26 UTC-4, Sepi wrote:
> > Hi,
> >
> > I installed wxpython through command line but when I want to use it, python
> > gives me an error: File "/Users//Desktop/test.py