Posts by Victor Barboza • 9 points
2 posts
-
0
votes1
answer72
viewsQ: I can’t enable javascript function
I’m trying to implement a very simple function of leasing a particular product. I need the id is read within a field and activated with the button Schedule. But the function is not activated when I…
-
0
votes1
answer637
viewsQ: Error running python script via python 2 terminal: "Ioerror: [Errno 2] No such file or directory:"
The program should create a mes/dia.dat file, but nothing is created and this error is returned to me, where we can see that the file is not being created with the file.open() command. Follow the…