tomer8007 / kik-bot-api-unofficial

Python API for writing unoffical Kik bots that act like humans
MIT License
126 stars 76 forks source link

Module not found Xiphias #175

Closed Jumvah closed 3 years ago

Jumvah commented 3 years ago

I have got a basic bot running under PyDroid3 on my android phone using Kik-Unofficial, transferred everything over to Python3 on Win10 and get this error:

Traceback (most recent call last): File "D:\Python\proteus4_build24.py", line 32, in from kik_unofficial.datatypes.xmpp.xiphias import * ModuleNotFoundError: No module named 'kik_unofficial.datatypes.xmpp.xiphias'

I have installed every module that I had running under PyDroid and still get this message.

My brain is melting as I have been at this for 4 hours now, installing every module dependency that I can. I am new to Python and I am really not understanding why it can't find the module.

tomer8007 commented 3 years ago

Can you post a reproducible example for Windows?

Jumvah commented 3 years ago

140f672d-8940-422c-bc6e-6560c37d8268

first run couldn't do colorama. installed that fine, but second run gave xiphias error. i have uninstalled and reinstalled (git, pycharm, python 3.9 and kik-bot-api-unofficial) and still no joy.

bluemods commented 3 years ago

Use python 3.7.x instead of 3.9.x.

3.9 seems to have a lot of issues when running the client

tomer8007 commented 3 years ago

I can successfully do from kik_unofficial.datatypes.xmpp.xiphias import * on Windows 10 and Python 3.9, so to further debug this we'll need full code.

Jumvah commented 3 years ago

I fixed it by moving from Python 3.9 to 3.8 wont be moving back up to 3.9 till I know glitches are fixed.