Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Ubuntu: Error installing watson-developer-cloud Python module
Post: RE: Ubuntu: Error installing watson-developer-clou...

Hi All, I have solved. sudo apt-get install python-dev then sudo pip install --upgrade watson-developer-cloud
gio123 General Coding Help 3 4,400 Mar-15-2018, 09:39 PM
    Thread: Ubuntu: Error installing watson-developer-cloud Python module
Post: RE: Ubuntu: Error installing watson-developer-clou...

Hi Metulburr, Thank you for your quick reply. I have executed both commands but I got the same error. I have attched the complete log. Error: #include "Python.h" ^~~~~~~~~~ compi...
gio123 General Coding Help 3 4,400 Mar-15-2018, 08:07 PM
    Thread: Ubuntu: Error installing watson-developer-cloud Python module
Post: Ubuntu: Error installing watson-developer-cloud Py...

Hi All, I have installed Python 2.7.14 and 3.6.3 on Ubuntu 17.10 I would like to install the module watson-developer-clod but I receive these errors. Command pip install --upgrade watson-developer-c...
gio123 General Coding Help 3 4,400 Mar-15-2018, 04:09 PM
    Thread: AttributeError setting the label text
Post: RE: AttributeError setting the label text

Hi Buran, this is the actual code. This code is in Android 5.1.1 environment with QPyton (2.7.12). #-*-coding:utf8;-*- #qpy:2 #qpy:kivy from kivy.app import App from kivy.uix.label import Label from ...
gio123 GUI 3 5,349 Mar-15-2018, 08:47 AM
    Thread: AttributeError setting the label text
Post: AttributeError setting the label text

Hi All, I receive this error message when I try to set an input text value to a label text. self.b5.text="You wrote " + self.username.txt AttributeError: 'LoginScreen' object has no attribute 'b5' T...
gio123 GUI 3 5,349 Mar-14-2018, 09:24 AM
    Thread: How to clear a TextInput field
Post: How to clear a TextInput field

Hi All, I need to clear a TextInput field This is my Python code b2=(Button(text='Clear')) self.add_widget(b2) b2.bind(on_press=self.clsInputText) def clsInputText(self): self.username=""I receiv...
gio123 GUI 2 11,875 Mar-12-2018, 02:57 PM
    Thread: Button - How to call functions
Post: Button - How to call functions

Hi All, Using Kivy I need to call a function by pressing a Button. At the moment this code work fine but only to end the program execution. from kivy.uix.button import Button .... b=(Button(text='Ex...
gio123 GUI 1 4,390 Mar-07-2018, 05:10 PM
    Thread: Set input text from button
Post: RE: Set input text from button

Hi All, I need to get the text of the textbox (ScrolledText) by pressing the "Find" button. At the moment the command prints the text entered but I need to set a global variable that contains this tex...
gio123 GUI 1 2,827 Mar-01-2018, 10:28 AM
    Thread: Set input text from button
Post: Set input text from button

Hi All, I need to get the text of the textbox (ScrolledText) by pressing the "Find" button. At the moment the command print the text entered but I need to set a variable that contains this text. This ...
gio123 GUI 1 2,827 Feb-28-2018, 03:36 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020