Re: Fwd: Problem installing pygame

2019-12-14 Thread MRAB
On 2019-12-14 02:12, Eric Gonzalez wrote: Get Outlook for Android From: Eric Gonzalez Sent: Thursday, December 12, 2019 9:35:40 PM To: python-list@python.org Subject: Problem installing pygame Hello, with the above mentioned i am having

Re: Difference between os.path.isdir and Path.is_dir

2019-12-14 Thread Kirill Balunov
Yeah it is True, for the last two weeks or so I can access bugs.python.org in normal way. But I totally agree with the site that the best description of this situation is "Yet". with kind regards, -gdg сб, 14 дек. 2019 г. в 19:46, Terry Reedy : > On 7/26/2019 3:12 AM, Kirill Balunov wrote: > > ч

Fwd: Problem installing pygame

2019-12-14 Thread Eric Gonzalez
Get Outlook for Android From: Eric Gonzalez Sent: Thursday, December 12, 2019 9:35:40 PM To: python-list@python.org Subject: Problem installing pygame Hello, with the above mentioned i am having some serious problems with the installatio

Re: Difference between os.path.isdir and Path.is_dir

2019-12-14 Thread Terry Reedy
On 7/26/2019 3:12 AM, Kirill Balunov wrote: чт, 25 июл. 2019 г. в 20:28, eryk sun : On 7/25/19, Kirill Balunov wrote: import os from pathlib import Path dummy = " " # or "" or " " os.path.isdir(dummy) False Path(dummy).is_dir() True I can't reproduce the above result in either Li

Re: help with tkinter

2019-12-14 Thread Terry Reedy
On 8/9/2019 3:40 AM, Ahmad Adam Kabbara wrote: when I write**from tkinter import* Please put statements on one line. from tkinter import * t=Tk() tkinter.colorchooser.askcolor() I get this error message Traceback (most recent call last): ** Fil

Setting Pythonpath programmatic

2019-12-14 Thread Prasad Rajassekaran
0 Aim:- I would want to set python path programmatic in my project. So that, all other directories files can be imported without any issues. Problem statement:- I used to add all the folders & sub-folders in environment variables under PYTHONPATH but this has two constrains. 1, Any new fold

Re: 3rd party mail package

2019-12-14 Thread Barry
I guess the 2nd party is the user. Barry > On 13 Dec 2019, at 21:13, Abdur-Rahmaan Janhangeer > wrote: > > Wonder where the 2nd party went to. Thanks will look into it! > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list

Re: Reading mail getting [, ...

2019-12-14 Thread dieter
Abdur-Rahmaan Janhangeer writes: > Can you please indicate where is the header in my code above? Thanks. Python is an object oriented language. As a consequence, Python functions often return complex objects and not only elementary objects. Use the documentation of the complex object's class to