You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing via pip install pyforms-gui (installation was succesfull, no errors across all dependencies) and running example project, I have error:
Traceback (most recent call last):
File "main.py", line 3, in <module>
from pyforms.controls import ControlText
File "C:\Python38\lib\site-packages\pyforms\controls.py", line 7, in <module>
from pyforms_gui.allcontrols import *
File "C:\Python38\lib\site-packages\pyforms_gui\allcontrols.py", line 44, in <module>
from .controls.control_visvis import ControlVisVis
File "C:\Python38\lib\site-packages\pyforms_gui\controls\control_visvis.py", line 12, in <module>
import visvis as vv, numpy as np
File "C:\Python38\lib\site-packages\visvis\__init__.py", line 55, in <module>
from visvis.core import *
File "C:\Python38\lib\site-packages\visvis\core\__init__.py", line 46, in <module>
from visvis.core.axes import AxesContainer, Axes, Legend
File "C:\Python38\lib\site-packages\visvis\core\axes.py", line 27, in <module>
from visvis.text import Label
File "C:\Python38\lib\site-packages\visvis\text\__init__.py", line 88, in <module>
from visvis.text.text_freetype import FreeTypeFontManager
File "C:\Python38\lib\site-packages\visvis\text\text_freetype.py", line 34, in <module>
from visvis.text.freetype import (Face, Vector, Matrix, FT_KERNING_UNFITTED,
File "C:\Python38\lib\site-packages\visvis\text\freetype\__init__.py", line 162, in <module>
FT_New_Face = FT._dll.FT_New_Face
File "C:\Python38\lib\ctypes\__init__.py", line 386, in __getattr__
func = self.__getitem__(name)
File "C:\Python38\lib\ctypes\__init__.py", line 391, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'FT_New_Face' not found
This seems like some low-level dll stuff that I don't understrand, and was unable to find solution.
The text was updated successfully, but these errors were encountered:
Source of issue
After installing via
pip install pyforms-gui
(installation was succesfull, no errors across all dependencies) and running example project, I have error:This seems like some low-level dll stuff that I don't understrand, and was unable to find solution.
The text was updated successfully, but these errors were encountered: