3b1b / manim

Animation engine for explanatory math videos
MIT License
67.99k stars 6.07k forks source link

Manim seems to be analphabetical. #158

Closed jacobhelbig closed 5 years ago

jacobhelbig commented 6 years ago

I followed the steps described by hmuar in this issue, but now, no matter which Scene I try to play (The example is SquareToCircle), I get the following error message:

Jacobs-MBP:manim-master jacob$ python extract_scene.py example_scenes.py SquareToCircle -p
Traceback (most recent call last):
  File "extract_scene.py", line 15, in <module>
    from scene import Scene
  File "/Users/jacob 1/Desktop/manim-master/scene/__init__.py", line 5, in <module>
    from scene import Scene
  File "/Users/jacob 1/Desktop/manim-master/scene/scene.py", line 21, in <module>
    from animation.continual_animation import ContinualAnimation
  File "/Users/jacob 1/Desktop/manim-master/animation/continual_animation.py", line 3, in <module>
    from simple_animations import MaintainPositionRelativeTo
  File "/Users/jacob 1/Desktop/manim-master/animation/simple_animations.py", line 9, in <module>
    from mobject.tex_mobject import TextMobject
  File "/Users/jacob 1/Desktop/manim-master/mobject/tex_mobject.py", line 343
    exit_code = os.system(" ".join(commands))
    ^
IndentationError: unexpected indent

Can somebody help me?

eulertour commented 5 years ago

Closing, as this isn't an issue with the current version of manim.