Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback (most recent call last): #85

Open
srinivasaraokoyya opened this issue May 18, 2024 · 11 comments
Open

Traceback (most recent call last): #85

srinivasaraokoyya opened this issue May 18, 2024 · 11 comments

Comments

@srinivasaraokoyya
Copy link

File "C:\Chatbot\Chatbot-master\setup.py", line 5, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

@ahmadfaizalbh
Copy link
Owner

Looks like your python environment doesn't have setuptools installed.
You can install setuptools and try installing chatbot

pip install setuptools

@srinivasaraokoyya
Copy link
Author

Thanks for your response after installed the setuptools. still i did not open chat popup. Please help me for this.

@ahmadfaizalbh
Copy link
Owner

Looks like tkinter is not installed in your environment
Can you please let me know which os you are using?

@srinivasaraokoyya
Copy link
Author

srinivasaraokoyya commented May 21, 2024

I am using Windows 10 operating system. tkinter installed in my local setup

@ahmadfaizalbh
Copy link
Owner

Install tkinter

pip install tk

https://www.geeksforgeeks.org/how-to-install-tkinter-in-windows/

@srinivasaraokoyya
Copy link
Author

srinivasaraokoyya commented May 25, 2024

After installing but the chatbot is opening. But when i have change the title it's not change. Please help me.
I am getting the error in the following line (input_reader = raw_input).
raw_input getting the error/

@ahmadfaizalbh
Copy link
Owner

ahmadfaizalbh commented May 26, 2024

Can you please paste complete error messages,
Python version and what changes you have made

@srinivasaraokoyya
Copy link
Author

i did the changes in the following line
self.root.title("ChatBot for xxxx").
C:\WINDOWS\system32>python --version
Python 3.12.3

@ahmadfaizalbh
Copy link
Owner

Please send the complete error messages

@srinivasaraokoyya
Copy link
Author

srinivasaraokoyya commented May 26, 2024

i am getting the following error.

raw_input" is not definedPylancereportUndefinedVariable

"Sample Chatbot" Title is not updated to new title after updated the code with the below line /
self.root.title("ChatBot for xxxx").

@srinivasaraokoyya
Copy link
Author

Can you please help me after the code with the following line if i need to do anything.
self.root.title("ChatBot for xxxx").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants