Import files for python 2004-12-21 - By Lars Nilsson
Back On Tue, 21 Dec 2004 04:10:06 -0500, RB <rblosat@(protected)> wrote: > Hi All, > > I have been snooping around the python script files from > Truespace66\scripts\primcrea.py. > > I pasted this portion of imports and cannot find the reference for > trueSpace. > > I have found the others in .py format, but I have not found any for > trueSpace. > Does anyone have a clue. > > import trueSpace > import string > > import win32ui > import win32api > import dialog > import win32con > > Thank you. > > Ralph Blosat
Have you downloaded the tS specific Python documentation at http://www.caligari.com/download/tsx.asp?Cate=DTSX ? If you're looking for the source for the trueSpace module, you won't find it. The functionality is contained in the executables/dlls that make up the core of trueSpace. The documentation at the link will give you an (simplistic) overview of what is exported in it though.
Lars Nilsson
|
|