Questions tagged as 'python-3.x'

0
answers

Copy information from a page

How to copy only the information contained in the page currently open with python? Example: As I ask my question, I see several texts on the page, and that's what I need to copy! Can you do this with python? I already did this with delphi.     
asked by 11.08.2017 / 21:07
0
answers

Layout Manager for OLED displays [closed]

I'm working on a project involving technologies Python3.x , Raspberry pi and dysplays OLED . However there are several displays each with different resolutions and range of colors and I do not want to implement the same functi...
asked by 24.07.2017 / 22:47
0
answers

Receiving user input, using Django Class Based Views

   If you need more information about the problem (urls.py, complete template code, etc.) just ask that I post, I just did not put it to not pollute the post a lot. Problem overview: Refresh the chart created in a view according to user in...
asked by 10.07.2017 / 18:56
0
answers

Problem with arguments in the connect_signals function

I have read several tutorials and can not figure out why the below error is being shown, I suspect there is some problem with syntax. Thanks if anyone can answer: Message: root@kaliJRA:~/Documentos/phyton_learning# python3 teste.py...
asked by 13.07.2017 / 01:05
0
answers

Logging request.META does not work with Django Channels + Asgi_redis

I have a custom class for logging and my settings look like this: base.py LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { 'verbose': { 'format': '%(levelname)s|%(asctime)s|%(mod...
asked by 01.06.2017 / 21:42
0
answers

Python Pandas CSV

I started learning Python a short time ago and I'm doing a project to normalize client data. But I do not know how to make a comparison of type: reads the CSV field the CP7, searches for all CP7 of the CSV CTT and writes in the table PN...
asked by 02.06.2017 / 16:25
0
answers

Django Admin football game registration

Please help me. I'm learning Django. I have a site that registers some games in my city. Here is an example to understand the doubt: Championship: Holidays 2017 It has 2 groups (Group 1 and Group 2) I registered 6 teams (São Paulo, B...
asked by 25.06.2017 / 23:53
0
answers

AttributeError ('Handler% s not found') python3 gtk3

Recently I made a code in python3.xe for the interface I used a .glade file but when I run the code the interface opens but does not perform any actions and the interpreter returns me the error "AttributeError: Handler Gtk_main_quit not found" a...
asked by 25.06.2017 / 00:50
1
answer

Error installing applications in relation to Python in Ubuntu 17.04

I'm trying to put django, I've done all the process and everything, but when I do pip install django or other things related to python, marcos@MarcosViana:~$ sudo apt-get -f install Lendo listas de pacotes... Pronto Construindo árvore de depe...
asked by 16.05.2017 / 06:47
2
answers

How to convert a list to string and vice versa?

I have a list: ('47075', 'josenestle', 'i need help') I do str1 = str (list) and I have it in string. However if you do list (str1) I do not retrieve my list. I can not find an obvious solution, help would be very grateful.     
asked by 30.04.2017 / 11:31