Re: Help Required for Choosing Programming Language

2007-02-17 Thread Max Wilson
On Feb 17, 1:35 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > But I've done extensive, cross-platform development with Qt. And can > assert that it is unmatched in productivity and feature richness, > especially when combined with python. And certainly beat VB, and most > probably even delphi

Re: scopes of local and global variable

2006-12-22 Thread Max Wilson
Pyenos wrote: > does class WORK inherit t_len=0 from line1? > > does def getwork() inherit t_len=0 from line1? > > does def formattable(table_to_process,type) inherit t_len=0 from line1? > > does def format_t() inherit t_len=0 from line1? Not really, no. The global t_len is different than the loca

Re: Boost Python tutorial needs MSVC?

2006-12-20 Thread Max Wilson
y case I simply copied bjam.exe to my working directory, for now. -Max Wilson -- http://mail.python.org/mailman/listinfo/python-list

Boost Python tutorial needs MSVC?

2006-12-20 Thread Max Wilson
fied Jamfile/Jamrules straight from the Boost subdirectory, and as you can see I'm using the sTOOLS=gcc option. 4. So why is it looking for Visual Studio and how do I stop it? Any ideas much appreciated. -Max Wilson -- http://mail.python.org/mailman/listinfo/python-list