-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Always dealing with tkinter #60
Comments
Hey there @aethereal123 , create a Python virtual environment and install tkinter, basically install all the Python packages in a Python virtual environment and then start Xosint , everything should work well |
Traceback (most recent call last): What should i do for PIL? pip doesnt work any solutions? |
Hi there @aethereal123 install pillow pip install pillow |
@aethereal123 Now that you have created a python virtual environment you would need to reinstall the python packages the bot needs.
and so on... |
Hi @aethereal123 Try the following
|
HI @aethereal123 Your likely experiencing this because tkinker isnt really available for Termux, but you'll need to use an X11 server and install the X11 packages.
Then Install an X11 server app on your Android device. VNC Viewer is a popular choice.
Start the VNC Server
Set a password when prompted. |
How to use the vnc server? |
Traceback (most recent call last): What is cryptography and how to install it? |
Hi @aethereal123 I would suggest you delete X-osint from your termux and re-install as ive added a new requirements.txt file which contains all the necessary pip packages to install for X-osint |
In Addition @aethereal123 You can view the requirements.txt file, and see which packages you need to install and then install it using pip install package_name |
How to uninstall it? |
sighs, you dont need to @aethereal123 , just do this instead #60 (comment) |
view the requirements.txt file, and see which packages you need to install and then install it using pip install package_name |
X-osint git:(master) ✗ pip install cryptography==3.4.8 × Building wheel for cryptography (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. As the results |
Hey im having same issue its for the gui right? Any solution or just running no gui? |
i got it to run on userland finally not termux tho i dont think it can support the gui. |
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/xosint", line 33, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
Any just one helpful solution of this thing?
The text was updated successfully, but these errors were encountered: