Python Forum
how do i compile from pyjet import without a compile error? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: how do i compile from pyjet import without a compile error? (/thread-29838.html)



how do i compile from pyjet import without a compile error? - space_cat - Sep-22-2020

i'm trying to compile the code from the following tutorial -

https://fluidenginedevelopment.org/documentation/python.html

before i'll change it to fit the logo i'm making. i've installed all of the required libraries (in pycharm), and i get the following error while trying to compile it -

/home/kali/PycharmProjects/AndromedaLogo/venv/bin/python /home/kali/PycharmProjects/AndromedaLogo/main.py Traceback (most recent call last): File "/home/kali/PycharmProjects/AndromedaLogo/main.py", line 1, in from pyjet import * TypeError: Item in pyjet.all must be str, not dtype

what seems to be the problem?