PyQT5 Xbee
-
Hi, i'm trying to run this project (https://github.com/RuslanSdk/XBee-PyQt5-V.1.0) on Pycharm 2021, and Python 3.8. But i have this error. Any help?
-
Hi and welcome to devnet,
Which version of Python are you using ?
How did you install PyQt ?
Did you check that it is working properly before trying that project ? -
Hi, i wrote that i use Python 3.8
I install PyQt via (https://www.youtube.com/watch?v=1z78TbiuYWc&t=231s)
I don't check, this is my first experiences with this softwareActually, i fix this problem, but Now i have other problem:
File "C:/Users/Martin /PycharmProjects/pythonProject3/XBee-PyQt5-V.1.0-master/XBee_connect.py", line 1
-- coding: utf-8 --
^
IndentationError: unexpected indent -
What was it ? How did you fix it ?
For your current error, that line is missing a #.
-
It seems that the space in your user name is playing some tricks.
You should put your Python environment in a path without any.
-
What was wrong with it ?