EuroPython 2019: PyData EuroPython 2019

2019-05-31 Thread M.-A. Lemburg
We are happy to announce a complete PyData track at EuroPython 2019: * PyData EuroPython 2019 * https://ep2019.europython.eu/events/pydata-europython-2019/ The PyData track will be part of EuroPython 2019, so you won’t need to buy an extra ticket to attend. The PyData

Re: How to use ssh-agent in windows in python?

2019-05-31 Thread Fc Zwtyds
在 2019-05-31 21:51, Fc Zwtyds 写道: 在 2019-05-30 6:41, Cameron Simpson 写道: ... ... ... The you could just use os.system() to run the other commands, because the environment now has the necessary environment settings. See how you go. Cheers, Cameron Simpson (formerly c...@zip.com.au) Hi,   U

Re: How to use ssh-agent in windows in python?

2019-05-31 Thread Fc Zwtyds
在 2019-05-30 6:41, Cameron Simpson 写道: ... ... ... The you could just use os.system() to run the other commands, because the environment now has the necessary environment settings. See how you go. Cheers, Cameron Simpson (formerly c...@zip.com.au) Hi, Under your guidance, the python code

Re: How to use ssh-agent in windows in python?

2019-05-31 Thread Fc Zwtyds
在 2019-05-31 21:51, Fc Zwtyds 写道: 在 2019-05-30 6:41, Cameron Simpson 写道: ... ... ... The you could just use os.system() to run the other commands, because the environment now has the necessary environment settings. See how you go. Cheers, Cameron Simpson (formerly c...@zip.com.au) Hi,   U

Re: (no subject)

2019-05-31 Thread Alister via Python-list
On Wed, 29 May 2019 08:07:06 +0530, Sri Tharun wrote: > Why I am unable to install packages because you are doing it wrong -- https://mail.python.org/mailman/listinfo/python-list

Checking refusal of a network connection

2019-05-31 Thread Markus Elfring
Hello, I can start a service as desired. elfring@Sonne:~/Projekte/Bau/C++/test-statistic-server1/local> ./test-statistic-server2 & /usr/bin/ss -t -l -p -H|grep test [1] 8961 waiting for connections server_id: localhost server_port: 35529 LISTEN 0 123 [::1]:35529

Re: Checking refusal of a network connection

2019-05-31 Thread Markus Elfring
> Well, providing minimal code samples that produce the problem would be > a start. I prefer an other approach to clarify relevant software configuration differences. > Otherwise we are just guessing... I can offer other data before. > Maybe you have a firewall problem. I hope

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread sakshamraheja11
Not happening in mine -- https://mail.python.org/mailman/listinfo/python-list

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread sakshamraheja11
NOT WORKING IN MINE PLZ HELP from tkinter import * g=Tk() g.geometry("{0}x{1}+0+0".format(g.winfo_screenwidth(), g.winfo_screenheight())) g.title("Check") g.configure(background='powder blue') def clear_search(event): e1.delete(0, tk.END) e1=Entry(g) e1.insert(0,'username') e1.pack() e1

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread Rhodri James
On 31/05/2019 20:08, sakshamrahej...@gmail.com wrote: NOT WORKING IN MINE PLZ HELP from tkinter import * g=Tk() ^^ g.geometry("{0}x{1}+0+0".format(g.winfo_screenwidth(), g.winfo_screenheight())) g.title("Check") g.configure(background='powder blue') def clear_search(event): e1.del

Re: Hide text in entry box when i click on it.(GUI using Tkinter in python)

2019-05-31 Thread Chris Angelico
On Sat, Jun 1, 2019 at 5:11 AM wrote: > > NOT WORKING IN MINE PLZ HELP > > > > from tkinter import * > g=Tk() > g.geometry("{0}x{1}+0+0".format(g.winfo_screenwidth(), > g.winfo_screenheight())) > g.title("Check") > g.configure(background='powder blue') > > > def clear_search(event): > e1.dele

Re: How to use ssh-agent in windows in python?

2019-05-31 Thread Cameron Simpson
On 31May2019 21:51, Fc Zwtyds wrote: 在 2019-05-30 6:41, Cameron Simpson 写道: The you could just use os.system() to run the other commands, because the environment now has the necessary environment settings. [...] Under your guidance, the python code using ssh-agent ssh-add has been running

Re: Checking refusal of a network connection

2019-05-31 Thread Cameron Simpson
On 31May2019 17:35, Markus Elfring wrote: I can start a service as desired. elfring@Sonne:~/Projekte/Bau/C++/test-statistic-server1/local> ./test-statistic-server2 & /usr/bin/ss -t -l -p -H|grep test [1] 8961 waiting for connections server_id: localhost server_port: 35529 LISTEN 0