Re: How to access a variable from one tab in another tab of a notebook?

2021-04-08 Thread Mohsen Owzar
Alan Gauld schrieb am Donnerstag, 8. April 2021 um 15:40:19 UTC+2: > On 08/04/2021 06:01, Mohsen Owzar wrote: > > >> But this is why GUIs are often(usually?) built as a class > >> because you can store all the state variables within > >> the instance and access them from all the methods. > >>

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread Terry Reedy
On 4/8/2021 6:35 PM, VISHESH MANGLA wrote: On Friday, April 9, 2021 at 4:02:37 AM UTC+5:30, Chris Angelico wrote: On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA wrote: Please help with this . https://github.com/mhammond/pywin32/issues/1689 Did you follow the instructions in the first line of

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread MRAB
On 2021-04-09 00:15, VISHESH MANGLA wrote: On Friday, April 9, 2021 at 4:42:38 AM UTC+5:30, MRAB wrote: On 2021-04-08 23:35, VISHESH MANGLA wrote: > On Friday, April 9, 2021 at 4:02:37 AM UTC+5:30, Chris Angelico wrote: >> On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA >> wrote: >> > >> > Pl

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread VISHESH MANGLA
On Friday, April 9, 2021 at 4:42:38 AM UTC+5:30, MRAB wrote: > On 2021-04-08 23:35, VISHESH MANGLA wrote: > > On Friday, April 9, 2021 at 4:02:37 AM UTC+5:30, Chris Angelico wrote: > >> On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA > >> wrote: > >> > > >> > Please help with this . > >> > >

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread MRAB
On 2021-04-08 23:35, VISHESH MANGLA wrote: On Friday, April 9, 2021 at 4:02:37 AM UTC+5:30, Chris Angelico wrote: On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA wrote: > > Please help with this . > > https://github.com/mhammond/pywin32/issues/1689 Did you follow the instructions in the first

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread VISHESH MANGLA
On Friday, April 9, 2021 at 4:05:52 AM UTC+5:30, VISHESH MANGLA wrote: > On Friday, April 9, 2021 at 4:02:37 AM UTC+5:30, Chris Angelico wrote: > > On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA > > wrote: > > > > > > Please help with this . > > > > > > https://github.com/mhammond/pywin32/iss

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread Terry Reedy
On 4/8/2021 6:22 PM, VISHESH MANGLA wrote: Please help with this . https://github.com/mhammond/pywin32/issues/1689 Closed by Mark Hammond as a support requrest rather than a bug report or feature request. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread VISHESH MANGLA
On Friday, April 9, 2021 at 4:02:37 AM UTC+5:30, Chris Angelico wrote: > On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA > wrote: > > > > Please help with this . > > > > https://github.com/mhammond/pywin32/issues/1689 > Did you follow the instructions in the first line of the issue, saying > h

Re: PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread Chris Angelico
On Fri, Apr 9, 2021 at 8:26 AM VISHESH MANGLA wrote: > > Please help with this . > > https://github.com/mhammond/pywin32/issues/1689 Did you follow the instructions in the first line of the issue, saying how you should seek support? ChrisA -- https://mail.python.org/mailman/listinfo/python-list

PyWin32 : When using Microsoft Word in code , opening it doesn't work

2021-04-08 Thread VISHESH MANGLA
Please help with this . https://github.com/mhammond/pywin32/issues/1689 -- https://mail.python.org/mailman/listinfo/python-list

Re: pandas/jupyther notebook?

2021-04-08 Thread Jim Byrnes
On 4/7/21 4:32 PM, Jim Byrnes wrote: linux mint 20 python 3.8 jupyter 1.0.0 jedi 0.18.0 I am teaching myself pandas/jupyter notebooks. The problem I am having is tab autocomplete seems to be working erratically. Googling shows that most people solve autocomplete problems by putting  import

Re: question about basics of creating a PROXY to MONITOR network activity

2021-04-08 Thread Chris Angelico
On Fri, Apr 9, 2021 at 12:42 AM <2qdxy4rzwzuui...@potatochowder.com> wrote: > > On 2021-04-09 at 00:17:59 +1000, > Chris Angelico wrote: > > > Also, you'd better be really REALLY sure that your monitoring is > > legal, ethical, and not deceptive. > > Not to mention *secure*. Your monitor increase

Re: question about basics of creating a PROXY to MONITOR network activity

2021-04-08 Thread 2QdxY4RzWzUUiLuE
On 2021-04-09 at 00:17:59 +1000, Chris Angelico wrote: > Also, you'd better be really REALLY sure that your monitoring is > legal, ethical, and not deceptive. Not to mention *secure*. Your monitor increases the attack surface of the system as a whole. If I break into your monitor, can I recove

Re: question about basics of creating a PROXY to MONITOR network activity

2021-04-08 Thread Chris Angelico
On Fri, Apr 9, 2021 at 12:11 AM cseb...@gmail.com wrote: > > I'm trying to create an application that stands in between all > connections to a remote server to monitor behavior for > security and compliance reasons. > > I'm guessing I'll have all users log into this middle man proxy > application

question about basics of creating a PROXY to MONITOR network activity

2021-04-08 Thread cseb...@gmail.com
I'm trying to create an application that stands in between all connections to a remote server to monitor behavior for security and compliance reasons. I'm guessing I'll have all users log into this middle man proxy application instead of logging into the original website? Are there any frameworks

Re: How to access a variable from one tab in another tab of a notebook?

2021-04-08 Thread Alan Gauld via Python-list
On 08/04/2021 06:01, Mohsen Owzar wrote: >> But this is why GUIs are often(usually?) built as a class >> because you can store all the state variables within >> the instance and access them from all the methods. >> >> You can do it with functions but you usually wind up >> with way too many gl