Questions tagged as 'python'

0
answers

Error Downloading Share Share in mega

Hi, I'm installing the necessary packages to work with sql server but Microsoft Visual C ++ Build Tools asks me to download it from this address link but when I try to access it tells me that I am restricted, I can share visual cpp build tools...
asked by 10.07.2018 / 16:08
0
answers

error when using usb, core

Good morning I'm trying to get the USB stick readers that I have installed on my PC. but it throws me the following error: Traceback (most recent call last): File "C:\Users\Angel\Desktop\pos.py", line 2, in <module> lect...
asked by 09.07.2018 / 14:26
0
answers

Filter my emails using regex in python?

The thing is that I have the data disordered so that.    "name"; "smqbxtchxba" "email"; "[email protected]"   "username"; "smqbxtchxba" "name"; "nheseoypjcn"   "email"; "[email protected]" "username"; "nheseoypjcn"   "verify"; "L2y3Yqyy...
asked by 08.07.2018 / 15:17
1
answer

Create first project in Django

Hi, I need to create my first project in Django but when I execute the command to create the project I get the following error: C:\casa>django-admin startproject casa Traceback (most recent call last): File "C:\Users\Alfonso\AppData\Local\P...
asked by 08.07.2018 / 19:32
1
answer

Sort lines after a readfile?

I have a file with several lines such that: "PseudorangeRateUncertaintyMetersPerSecond",4.2033262571598,"DriftUncertaintyNanosPerSecond","","AccumulatedDeltaRangeState",4,"ReceivedSvTimeNanos",491720918491560.0,"TimeUncertaintyNanos","","SnrIn...
asked by 07.07.2018 / 02:18
0
answers

Problems with Selenium + Python (My script detected as malware in Chrome and selenium.webdriver 'has no attribute' FireFox)

I'm trying Selenium for the first time. I've only written four lines of code and I already have problems: First I tried to work with Chrome from selenium import webdriver from selenium.webdriver.chrome.options import Options _chrome_option...
asked by 07.07.2018 / 11:29
1
answer

change parameters to button in wxpython

Hello, I have a question about how to change parameters to a button in wxpython. I explain: I have a window with a drop-down list with some colors and I have a button below that says "OK" The idea is that the user select some color from the l...
asked by 07.07.2018 / 21:35
1
answer

Any way to get the elements of a table as a matrix? Selenium + Python

I am getting the cells of a table this way with Selenium. What I'm getting is a list with the value of each cell. def seleccionar_productos(driver): rows = driver.find_elements_by_xpath("//table[@id='tabla']/tbody/tr") cells = driver....
asked by 07.07.2018 / 20:25
0
answers

Problems when uninstalling a python package

Very good people, today I had created a package in Python to do tests and such, but when naming the package I put name = "paquetecálculos" in setup.py , as shown in the image below.
asked by 11.07.2018 / 13:27
0
answers

reorder formset Django

I have a problem editing a formset that I am using to create several forms and link them to the same object. Models class Tallaje(models.Model): id = models.BigAutoField(primary_key = True) nombre = models.CharField(max_length = 20,...
asked by 11.07.2018 / 10:21