weirdness with list()

2021-02-27 Thread Cameron Simpson
I just ran into a surprising (to me) issue with list() on an iterable object. My object represents an MDAT box in an MP4 file: it is the ludicrously large data box containing the raw audiovideo data; for a TV episode it is often about 2GB and a movie is often 4GB to 6GB. For obvious reasons, I

Re: Where is the problem?

2021-02-27 Thread Cousin Stanley
RD wrote: > In article , cousinstan...@gmail.com says... > > [snip] > >> I have a couple of postscript saving examples >> that include the following geometry parameters >> which produce .ps files that render the same >> as the canvas drawings when viewed in ghostsript. > >> retva

Fwd: How to cycle through servers on Connection Fail in an IRC client?

2021-02-27 Thread inhahe
I'm not sure if it's okay to ask about Twisted in this mailing list, but Twisted's mailing list seems to have ignored my submission for some reason. And their mailing list seems mostly dead anyway. So here goes: I'm making an IRC client using Twisted, and I want to connect to a different server w

Re: Where is the problem?

2021-02-27 Thread RD
In article , cousinstan...@gmail.com says... [snip] > I have a couple of postscript saving examples > that include the following geometry parameters > which produce .ps files that render the same > as the canvas drawings when viewed in ghostsript. > retval = canvas.postscript( >

Re: Not able to use python properly

2021-02-27 Thread Mats Wichmann
On 2/27/21 3:45 PM, Sahaj Verma wrote: I am not able to install and use pip . I have installed python 3.9.2 version on my laptop but I am unable to use pip function. Kindly look into this matter as soon as possible. Thanking You. Sahaj Verma Sent fr

Re: Not able to use python properly

2021-02-27 Thread Peter Pearson
On Sat, 27 Feb 2021 17:45:42 -0500, Sahaj Verma wrote: >  > >I am not able to install and use pip . > >I have installed python 3.9.2 version on my laptop but I am unable to use >pip function. > >Kindly look into this matter as soon as possible. > >Thanking You. > >Sahaj

Re: Tkinter needed as a legacy version 2.7 imports the module...

2021-02-27 Thread Grant Edwards
On 2021-02-26, MRAB wrote: > On 2021-02-26 22:23, Kevin M. Wilson via Python-list wrote: > >> Is there a site where I might/can download a version of Tkinter for Python >> 2.7? > > Tkinter as already included in Python 2.7. Not always, it depends on how he installed Python 2.7. That said, MRAB

Not able to use python properly

2021-02-27 Thread Sahaj Verma
  I am not able to install and use pip . I have installed python 3.9.2 version on my laptop but I am unable to use pip function. Kindly look into this matter as soon as possible. Thanking You. Sahaj Verma   Sent from [1]Mail for Windows 10   References Vis

Re: Tkinter needed as a legacy version 2.7 imports the module...

2021-02-27 Thread Alan Gauld via Python-list
On 26/02/2021 22:23, Kevin M. Wilson via Python-list wrote: > Hey Community,    Is there a site where I might/can download a version of > Tkinter for Python 2.7? Which OS? If it's Linux you may need to fetch the tkinter package for your distro. In Windoze it should come as standard In MacO

SQLObject 3.9.1

2021-02-27 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.9.1, the first minor feature release of branch 3.9 of SQLObject. What's new in SQLObject === Drivers --- * Adapt to the latest ``pg8000``. * Protect ``getuser()`` - it can raise ``ImportError`` on w32 due to absent of ``pwd``