Posts by Kamuri • 34 points
4 posts
- 
		0 votes1 answer59 viewsA: How to do an operation using the CHAR variable TYPE?Apparently there’s no way to do what you want in C, as noted in the answers here. You can do it: #include <stdio.h> int main(){ char op; float x, y; //op=operador printf("Entre com um tipo de… 
- 
		0 votes1 answer244 viewsQ: Python error in Def _init_ function when creating a Chatbotclass wppbot: dir_path = os.getcwd() bot.def __init__(self, nome_bot): self.bot = ChatBot(nome_bot) self.bot.set_trainer(ListTrainer) self.chrome = self.dir_path+'\chromedriver.exe' self.options =… 
- 
		-2 votes2 answers3533 viewsQ: Error installing PyaudioI installed Pocketsphinx all right, along with Visual C++ Tools, but when installing Pyaudio, it presents the following error: Failed to build pyaudio Installing collected packages: pyaudio Running… 
- 
		-1 votes1 answer644 viewsQ: Error using chatterbot in python ('chatterbot' is not a package)I made a basic code of Chatterbot in Python that ran well, but suddenly stopped working and always presents the same error: from chatterbot.trainers import Listtrainer Modulenotfounderror: No module…