I am (reluctantly) considering using MSIE HTML viewer to render some reports on-screen within wx...
- Is there a demo app somewhere?
- Does it still exist?
I don't see it at http://wxpython.org/docs/api/wx.lib-module.html
- Will WebKit rescue me?
Thanks,
Michael
The demo has an example in the ActiveX section. I think the guy behind
the webkit port said that there would be a Windows build in the next
release, but he didn't give an ETA.
···
On Oct 18, 12:24 pm, Michael Hipp <Mich...@Hipp.com> wrote:
I am (reluctantly) considering using MSIE HTML viewer to render some reports
on-screen within wx...
- Is there a demo app somewhere?
- Does it still exist?
I don't see it athttp://wxpython.org/docs/api/wx.lib-module.html
- Will WebKit rescue me?
Thanks,
Michael
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org
Hi both Mikes
I am (reluctantly) considering using MSIE HTML viewer to render some reports
on-screen within wx...
- Is there a demo app somewhere?
- Does it still exist?
I don't see it athttp://wxpython.org/docs/api/wx.lib-module.html
- Will WebKit rescue me?
Thanks,
Michael
The demo has an example in the ActiveX section. I think the guy behind
the webkit port said that there would be a Windows build in the next
release, but he didn't give an ETA.
Yeah, and much as I'd love to report otherwise, I really have been unable to devote time to it recently.
Best,
Kevin
···
On Oct 18, 2010, at 11:56 AM, Mike Driscoll wrote:
On Oct 18, 12:24 pm, Michael Hipp <Mich...@Hipp.com> wrote:
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
Ok. Perhaps I will have to get over my aversion to anything with ActiveX in the title.
But that demo won't run on either of my systems. The demo shows this error:
ImportError No module named comtypes
activex.py line 35 import comtypes
Also appears comtypes does not install via easy_install. I'm running 2.8.11.0 (msw-unicode).
Michael
···
On 10/18/2010 1:56 PM, Mike Driscoll wrote:
On Oct 18, 12:24 pm, Michael Hipp<Mich...@Hipp.com> wrote:
I am (reluctantly) considering using MSIE HTML viewer to render some reports
on-screen within wx...
- Is there a demo app somewhere?
- Does it still exist?
I don't see it athttp://wxpython.org/docs/api/wx.lib-module.html
- Will WebKit rescue me?
The demo has an example in the ActiveX section.
If you follow this link: http://lmgtfy.com/?q=python+comtypes
You'll discover that you can download an installer here:
http://sourceforge.net/projects/comtypes/files/
···
On Oct 19, 9:00 am, Michael Hipp <Mich...@Hipp.com> wrote:
On 10/18/2010 1:56 PM, Mike Driscoll wrote:
> On Oct 18, 12:24 pm, Michael Hipp<Mich...@Hipp.com> wrote:
>> I am (reluctantly) considering using MSIE HTML viewer to render some reports
>> on-screen within wx...
>> - Is there a demo app somewhere?
>> - Does it still exist?
>> I don't see it athttp://wxpython.org/docs/api/wx.lib-module.html
>> - Will WebKit rescue me?
> The demo has an example in the ActiveX section.
Ok. Perhaps I will have to get over my aversion to anything with ActiveX in the
title.
But that demo won't run on either of my systems. The demo shows this error:
ImportError No module named comtypes
activex.py line 35 import comtypes
Also appears comtypes does not install via easy_install. I'm running 2.8.11.0
(msw-unicode).
Michael
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org