Re: [Tutor] AttributeError: Vector instance has no attribute 'Normalize'

2009-11-27 Thread spir
Garrett Hartshaw wrote: > The program I am writing gives the following error message when run. > > Traceback (most recent call last): >   File "./space.py", line 177, in >     main() >   File "./space.py", line 173, in main >     player = Ship("space/models/fighter.3ds", > "space/models/realist

Re: [Tutor] AttributeError: Vector instance has no attribute 'Normalize'

2009-11-27 Thread bob gailer
Garrett Hartshaw wrote: The program I am writing gives the following error message when run. Traceback (most recent call last): File "./space.py", line 177, in main() File "./space.py", line 173, in main player = Ship("space/models/fighter.3ds", "space/models/realistic.bmp", Quatern

[Tutor] AttributeError: Vector instance has no attribute 'Normalize'

2009-11-27 Thread Garrett Hartshaw
The program I am writing gives the following error message when run. Traceback (most recent call last):   File "./space.py", line 177, in     main()   File "./space.py", line 173, in main     player = Ship("space/models/fighter.3ds", "space/models/realistic.bmp", Quaternion(), Vector(0, 0, -30),