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
在 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
在 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
在 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
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
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
> 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
Not happening in mine
--
https://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
13 matches
Mail list logo