Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Python Documentation

Python Documentation

2004-12-20       - By Lars Nilsson

 Back
Reply:     1     2  

On Mon, 20 Dec 2004 10:46:46 -0500, RB <rblosat@(protected)> wrote:
> Hi All,
>
> Does any one know where to get the python documentation for Truepsace
> 6.6 sp2.
> I am trying to run this script that I have found and keep getting this
> error.
>
> def ontimechanged();
>  me.Translate(0.3, 0, 0)
>  doc.Draw()
>
> KeyErrorTSP3:
> SyntaxErrorinvalid syntax  File "<string>", line 1
>    KeyErrorTSP3:
>                ^
> :

Unless it's a typo in the email, the semicolon after ontimechanged()
should be a colon.. As for documentation, the Python interpreter
corresponds to Python 1.5.1, and you should probably be able to make
do with the documentation for the 1.5.2 release at python.org [1] as
far as the Python language is concerned.

Lars Nilsson

[1] http://www.python.org/doc/1.5.2p2/