What version of python is tsxpython using?

Legacy tS 6.6
User avatar
BNG
Chief Warrant Officer
Posts: 684
Joined: 16 Oct 2009, 03:26
Type the number ten into the box: 0
Location: Texas

Re: What version of python is tsxpython using?

Post by BNG »

Does anyone have the python scripts for the Galactic python plugin listed on the web archive? I tried to download the zipped scripts, but the link appears to be dead now. I'm trying to collect as many of the python scripts as I can find in the hopes that I can edit some new plugins for Truespace as I learn how to make the dialog boxes and change parameters for new python based plugins for TS. Thanks, Leroy.
stan
Master Chief Petty Officer
Posts: 584
Joined: 21 May 2009, 17:20

Re: What version of python is tsxpython using?

Post by stan »

I don't know if you have this stuff.
Here is the docs from ts6.5 install.
For dialogs to work you must put some scripts and dll into the 'ts' directory. You test dialogs with dlgtest.py or GUI test.py.
Attachments
GuiTest.zip
(1.09 KiB) Downloaded 276 times
PythonDoc.rar
(519.81 KiB) Downloaded 275 times
User avatar
BNG
Chief Warrant Officer
Posts: 684
Joined: 16 Oct 2009, 03:26
Type the number ten into the box: 0
Location: Texas

Re: What version of python is tsxpython using?

Post by BNG »

Thanks Stan, Leroy.