[issue46641] multiplication error 2.2 and 2.1

2022-02-04 Thread Br Km
New submission from Br Km : Python 3.6.9 (default, Dec 8 2021, 21:08:43) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> 2.2 * 2.1 4.621 >>> -- messages: 412532 no

[issue13007] gdbm 1.9 has new magic that whichdb does not recognize

2012-03-31 Thread Niklas Br
Niklas Br n.brunb...@gmail.com added the comment: David, print(magic) returns Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) AttributeError: 'module' object has no attribute 'open' Ned, I tried the dmg first, but then I downloaded the source and built it locally

[issue13007] gdbm 1.9 has new magic that whichdb does not recognize

2012-03-30 Thread Niklas Br
Niklas Br n.brunb...@gmail.com added the comment: This fix should be included in RC2, right? Because I can't get it to work. Amarok:roller niklas$ ls data.db roller.py Amarok:roller niklas$ python3-32 Python 3.2.3rc2 (v3.2.3rc2:428f05cb7277, Mar 18 2012, 00:08:43) [GCC 4.2.1 (Apple

[issue13007] gdbm 1.9 has new magic that whichdb does not recognize

2012-03-30 Thread Niklas Br
Niklas Br n.brunb...@gmail.com added the comment: I'm new to python so please , how do I print what? This? shelve module 'shelve' from '/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/shelve.py' -- ___ Python tracker rep

[issue13007] gdbm 1.9 has new magic that whichdb does not recognize

2012-03-30 Thread Niklas Br
Niklas Br n.brunb...@gmail.com added the comment: accidentally a or two word there :) …please have patience… was what I wanted to say -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13007

[issue13007] gdbm 1.9 has new magic that whichdb does not recognize

2012-03-30 Thread Niklas Br
Niklas Br n.brunb...@gmail.com added the comment: Found this: # Check for GNU dbm if magic in (0x13579ace, 0x13579acd, 0x13579acf): return dbm.gnu I suppose the .dmg pre-packaged installer was insufficient, so I tried to download the source and compile locally, but that didn't help either

Re: Disable close button in management window.(KDE- pyQT)

2006-08-25 Thread Gabriel - BR
Thank -- http://mail.python.org/mailman/listinfo/python-list

Re: Disable close button in management window.(KDE- pyQT)

2006-08-21 Thread Gabriel - BR
HI, I am talking about the close button X, that appears when I execute my application (pyQt), in kde. Thanks.. David Boddie escreveu: Gabriel - BR wrote: Hi,,, Is possible disable the close button in KDE management window? Using python+qt? Can you say exactly which window you're

Disable close button in management window.(KDE- pyQT)

2006-08-18 Thread Gabriel - BR
Hi,,, Is possible disable the close button in KDE management window? Using python+qt? thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: Microsoft's JavaScript doc's newfangled problem

2005-12-24 Thread BR
Zif wrote: In a file called 'whidbey/script.js' they still use document.all without any fall back to getElementById. Isn't whidbey the code name for Visual Studio .NET 2005?  Does it use document.all exclusively? I'm wondering if they meant for that documentation to be read in VS 2005? --