Posts by danieltorresBR • 13 points
2 posts
-
0
votes0
answers342
viewsQ: Import error in Python
I’m trying to create a Python Bot: #-*- coding: utf-8 -*- from chatterbot.trainer import ListTrainer # trainador from chatterbot import ChatBot # chatbot import os bot = ChatBot('Teste')…
-
1
votes1
answer53
viewsQ: How to start an audio automatically on startup of a Java application?
I am having difficulty starting this application along with an audio "Mixx.mp3". I have no errors, but the sound does not play. public class MostrarLuta { URL som =…