Python Forum

Full Version: how do i compile from pyjet import without a compile error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm trying to compile the code from the following tutorial -

https://fluidenginedevelopment.org/docum...ython.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?