Fractalforums
Fractal Software => Programming => Topic started by: Mr Rebooted on January 10, 2021, 07:58:31 AM
-
Yep, you've seen the title correctly. I proudly present to you all: UniFract 3D!
Enter a fractal world in another dimension!
https://github.com/MrCHB1/UniFract-3D
-
I downloaded Portable Python-3.8.6 from sourceforge.net and run IDLE-Launcher.exe, opened main.py and tried to run it, but got this message:
Traceback (most recent call last):
File "C:\UniFract-3D\main.py", line 1, in <module>
import glfw
ModuleNotFoundError: No module named 'glfw'
-
Try running this in the terminal:
pip install pyglfw
Hope that helps!
-
I have the same problem and downloading glfw solves nothing:
C:\Portable\Python-3.8.6 x64\UniFract-3D>pip install pyglfw
Requirement already satisfied: pyglfw in c:\portable\python-3.8.6 x64\app\python\lib\site-packages (0.2.2)
C:\Portable\Python-3.8.6 x64\UniFract-3D>Python main.py
Traceback (most recent call last):
File "main.py", line 1, in <module>
import glfw
ModuleNotFoundError: No module named 'glfw'
C:\Portable\Python-3.8.6 x64\UniFract-3D>
-
I have the same problem and downloading glfw solves nothing:
How strange, usually installing pyglfw resolves the import error, but I've never encountered a problem like this before...
-
Possible solutions?
-
Possible solutions?
Maybe try Uninstalling and reinstalling pyglfw. If that doesn't work, try looking it up online.