Questions tagged as 'python'

0
answers

AppRTC-WebRTC Enter from another computer connected in a local network

Hi, I've been looking for how to connect to link from a computer. I have running apprtc video chat client. If I enter from the same computer if it shows me the application, but if I enter from another computer connected to the same network, it...
asked by 19.07.2018 / 18:40
1
answer

Pass Python code to html

I have made a time predictor with python and sklearn. I would like to capture the data ("humidity" and "wind") using an html form (use of input), then check them in python and finally return the response in the html file (the data on whether it...
asked by 07.08.2018 / 17:21
0
answers

How to reprocess the same information when the response of a Web Service Generates error?

They know how to program so that the same values are returned and re-processed when the response of a WebService generates a timeout error, the code is Python The WebService gives information something like this ID ='1', Systema ='PRUEBA',...
asked by 07.08.2018 / 16:47
0
answers

Problem with running a kataloon test on the ubuntu console

Hello good afternoon run a .sh script in the console on a python code, this runs without any problem but when I copy the program back to the mother folder of my repository it gives me an error, there is some way to change the route relative? Bec...
asked by 07.08.2018 / 19:36
0
answers

SQL query from python does not return the entire table

Currently in my SQLite, I have a Person table like the following: And another table Age like the following: The Person table is traversed with the following method: def print_tabla_person(cursor): for fila in SQL_ge...
asked by 18.07.2018 / 08:15
0
answers

IOError: [Errno 4] Interrupted function call

I have a process that waits for a certain period of time (Hours) to move to the next cycle of the loop. In some occasions it usually throws an exception interrupting the process.    IOError: [Errno 4] Interrupted function call The traceba...
asked by 21.07.2018 / 11:49
0
answers

Check in a pandas.Dataframe for each line if the values match with another dataframe and execute an action

I have a series of dataframes that execute orders in an automaton, the dataframe is collected from a data base that has been filled "in any way" for more than ten years, so there are thousands of records. Now we want to standardize the values...
asked by 25.07.2018 / 18:03
0
answers

filling a dictionary from a QTableWidget

Hello I hope you can help me: is the example table: The intention is to get the values of the items and send them using the firebase set function to get something like that inside firebase: New_Tbale_Firebase KLSJDSKJFK2131231...
asked by 25.07.2018 / 19:25
0
answers

client.connect (server.getsockname ()) TimeoutError: [WinError 10060] Python

I'm trying to create a server program in python but when I run it I get this error: C:\Users\dpedraza.VARIADORES\AppData\Local\Programs\Python\Python36-32\python.exe "C:/Users/dpedraza.VARIADORES/Desktop/Prueba Event/ventana.py" Traceback (mos...
asked by 18.07.2018 / 23:06
0
answers

Registration for API

My code: import zmq context = zmq.Context() socket = context.socket(zmq.SUB) print("Recibo mensajes del servidor...") socket.connect("XXXXXXXXXXXXXXXXX") socket.setsockopt_string(zmq.SUBSCRIBE, u'') while True: JSON = socket.recv_json()...
asked by 17.07.2018 / 16:51