Questions tagged as 'pycharm'

4
answers

How to install and use PyQt5 in Windows?

Good, download PyQt5 from your official website and in some videos I see that it brings an "executable" file called a designer. When downloading it does not bring said file, only a folder called so I do not know what to do with it, so how can I...
asked by 07.05.2017 / 03:33
1
answer

configure python 3.6.2 and pycharm professional in ubuntu 16.04

I'm trying to configure python3.6.2 (the one I already have installed) in professional pycharm, and when I try to change the python version when creating a project only versions 2.7 and 3.5 appear. How can I configure this version in pycharm...
asked by 03.08.2017 / 16:51
0
answers

Install dlib in pycharm

I am trying to install a package in pycharm just like many other times and I do not get it. I get the following error: I have updated my pip but still giving the same error. I have seen in an SO post that they recommend working with...
asked by 06.12.2018 / 20:30
0
answers

Non-zero exit code (1) Python PyCharm

I am installing the MySQLdb Module from the PyCharm and it throws the error Non-zero exit code (1) . Does anyone know how I can fix it? Do I have to update the version of PIP ?     
asked by 27.11.2017 / 17:52
1
answer

I have 32 dictionaries and I need to change the quotation marks of each object, since they are incorrectly placed, with a replace or something, can it?

I'm doing a project and we're working with 400 and the rest of the files, most of them went wrong and the quotes were placed wrongly, is there any way to not have to replace one by one and do it with some Python function to replace the misplaced...
asked by 14.11.2017 / 07:25
1
answer

WebDriver in Python with Pycharm does not work

These are the imports:    Update to the latest version of Selenium from lib2to3.pgen2 import driver import time from selenium import webdriver import datetime driver = webdriver.Chrome() driver.maximize_window() And here is the program...
asked by 23.11.2017 / 21:38
1
answer

Create Postgres 9.3 connection with Python 3.6

I am starting to program in Python . My first problem is this: I can not connect to the bd of postgres . The library psycopg2 is not detected by the program pycharm I downloaded this program, which has been installed...
asked by 24.12.2018 / 20:30