Re: SSL certificate issue

2021-03-18 Thread Paul Bryan
In order for us to help, we'll need to know the details of your problem. On Thu, 2021-03-18 at 10:58 +, Sagar, Neha wrote: > Hi, > > I am facing SSL certificate issue working with python. Can you help > me on this. > > Thanks, > Neha > > DXC Technology India Private Limited - Unit 13, Block

Re: SSL certificate issue

2021-03-18 Thread Dieter Maurer
Sagar, Neha wrote at 2021-3-18 10:58 +: >I am facing SSL certificate issue working with python. Can you help me on this. Python does not directly operate on SSL certificates. Usually, certificates for trusted CAs (= "Certificate Authorities") are stored at a standard place (depending on your o

SSL certificate issue

2021-03-18 Thread Sagar, Neha
Hi, I am facing SSL certificate issue working with python. Can you help me on this. Thanks, Neha DXC Technology India Private Limited - Unit 13, Block 2, SDF Buildings, MEPZ SEZ, Tambaram, Chennai 600 045, Tamil Nadu. Registered in India, CIN: U72900TN2015FTC102489. DXC Technology Company -- T

Re: A 35mm film camera represented in Python object

2021-03-18 Thread D.M. Procida
Lee Congdon wrote: > Note also 36 exposure film. That depends on how many frames the Film object has! Daniele -- https://mail.python.org/mailman/listinfo/python-list

Re: A 35mm film camera represented in Python object

2021-03-18 Thread Lee Congdon
Note also 36 exposure film. -- Film - Speed: 100 ISO Rewound into cartridge: False Exposed frames: 0 (of 24) Ruined: False On Sun, Mar 7, 2021 at 5:20 AM D.M. Procida < real-not-anti-

[SQLAlchemy] Struggling with association_proxy

2021-03-18 Thread Robert Latest via Python-list
I'm trying to implement a many-to-many relationship that associates Baskets with Items via an association object called Link which holds the quantity of each item. I've done that in SQLAlchemy in a very pedestrian way, such as when I want to have six eggs in a basket: 1. Find ID of Item with name

Re: A 35mm film camera represented in Python object

2021-03-18 Thread D.M. Procida
Eli the Bearded <*@eli.users.panix.com> wrote: > In comp.lang.python, > D.M. Procida wrote: > > Eli the Bearded <*@eli.users.panix.com> wrote: > >> I see you don't even attempt to tackle ISO outside of > >> supported range (and I have no idea how the camera itself deals with > >> that). Is the ca