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
I move the build folders to the site-packages folder,but when I run the spine_pygame.py,It has some errors like this:
Python 3.7.8 (tags/v3.7.8:4b47a5b6ba, Jun 28 2020, 08:53:46) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
= RESTART: C:\Users\30752\Downloads\spine-python-master\pyguts\examples\spine_pygame.py
pygame 2.1.2 (SDL 2.0.18, Python 3.7.8)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "C:\Users\30752\Downloads\spine-python-master\pyguts\examples\spine_pygame.py", line 7, in
import pyguts as spine
File "C:\Users\30752\AppData\Local\Programs\Python\Python37\lib\site-packages\pyguts-1.0b14-py3.7.egg\pyguts_init_.py", line 1, in
from Atlas import *
ModuleNotFoundError: No module named 'Atlas'
The text was updated successfully, but these errors were encountered:
I move the build folders to the site-packages folder,but when I run the spine_pygame.py,It has some errors like this:
Python 3.7.8 (tags/v3.7.8:4b47a5b6ba, Jun 28 2020, 08:53:46) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
= RESTART: C:\Users\30752\Downloads\spine-python-master\pyguts\examples\spine_pygame.py
pygame 2.1.2 (SDL 2.0.18, Python 3.7.8)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "C:\Users\30752\Downloads\spine-python-master\pyguts\examples\spine_pygame.py", line 7, in
import pyguts as spine
File "C:\Users\30752\AppData\Local\Programs\Python\Python37\lib\site-packages\pyguts-1.0b14-py3.7.egg\pyguts_init_.py", line 1, in
from Atlas import *
ModuleNotFoundError: No module named 'Atlas'
The text was updated successfully, but these errors were encountered: