On Wednesday 07 February 2007 21:29, Andrea Gavana wrote:
> Hi All,
>
> in our office we work with quite complex input files for a
> reservoir simulator. Those files have thousands of keywords, switches,
> sub-keywords and whatever. Every time a modification is requested, we
> modify the input
http://docs.python.org/ref/augassign.html
On Wednesday 14 June 2006 15:39, Marco Wahl wrote:
> Hello,
>
> by accident I found that += exists in python.
> E.g.
>
> >>> a = 0
> >>> a += 42
> >>> a
>
> 42
>
> >>> a += 0.42
> >>> a
>
> 42.422
>
>
> But I can't find any documentation for +
Nonsense! I meant leaving out --enable-shared.
On Sunday 04 June 2006 16:17, Martin Wiechert wrote:
> You were right, leaving out --with-pydebug did the trick.
>
> Thanks, Martin
>
> On Sunday 28 May 2006 03:53, [EMAIL PROTECTED] wrote:
> > Martin Wiechert wrote:
> >
You were right, leaving out --with-pydebug did the trick.
Thanks, Martin
On Sunday 28 May 2006 03:53, [EMAIL PROTECTED] wrote:
> Martin Wiechert wrote:
> > Hi list,
> >
> > I've created a fresh build of Python 2.4.3 using the following
> > configuration
>
Hi list,
I've created a fresh build of Python 2.4.3 using the following configuration
$ ./configure --with-pydebug --prefix=/usr/local/debug --enable-shared
--with-fpectl --with-signal-module
in particular I used --with-pydebug.
Now when I start the interpreter some dynamically loaded modules