spine-python icon indicating copy to clipboard operation
spine-python copied to clipboard

How to use this program?

Open hhhhh322 opened this issue 3 years ago • 5 comments

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'

hhhhh322 avatar Mar 18 '22 03:03 hhhhh322

I am also troubled by this problem. Have you solved it or found any alternative in Python? In fact, I plan to play the animation in PyQt or PySide

ETO-QSH avatar Sep 24 '23 10:09 ETO-QSH