[wx-discuss] Hoyle reviews wxWidgets
Kevin Ollivier
kevino at theolliviers.com
Mon Mar 6 14:02:09 PST 2006
Hi Vadim,
On Mar 6, 2006, at 1:41 PM, Vadim Zeitlin wrote:
> On Mon, 06 Mar 2006 13:37:10 -0800 Robin Dunn <robin at alldunn.com>
> wrote:
>
> RD> I suppose one alternative would be to make a standalone executable
> RD> version of the wxPython demo (using py2exe and similar.) The
> downside
> RD> is that it is still Python underneath and so it would be a few
> megabytes
> RD> larger download and also larger in memory at runtime than a C++
> app, so
> RD> that could result in a big negative if the evaluator doesn't
> understand
> RD> the differences.
>
> It's true but could be mitigated by explaining it (several times
> (slowly)). What is worse is that the demo shows the source code in
> Python
> only -- we really need to [also] show C++ sources.
Why not simply create a URL in the overview showing the relevant C++
samples? i.e.
"For C++ users, see also the following C++ samples: blah, blah" where
blah is a file URL to wxSrc/samples/whatever(/whatever.cpp?) (or just
make a tab for C++)
Even better, we can even make this only appear when the wxPython demo
runs inside a wx tree, so we can do something like:
cpp_file="wxdir/samples/whatever"
if os.path.exists(cpp_file):
# code to show C++ tab or links
It's true the samples aren't equivalent, but they'll do what users
need them to - show how to use the class.
Thanks,
Kevin
> Regards,
> VZ
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-discuss-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-discuss-help at lists.wxwidgets.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-discuss-unsubscribe at lists.wxwidgets.org
For additional commands, e-mail: wx-discuss-help at lists.wxwidgets.org
More information about the wx-discuss
mailing list