Fri, Nov 22, 12:37 PM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: Integrate Tkinter and Snack with Poser?


MaterialForge ( ) posted Wed, 11 February 2009 at 1:05 PM · edited Fri, 26 July 2024 at 5:11 AM

I have a script I wrote that requires it (actually the script requires the Snack Toolkit, which requires Tkinter...), and not sure how to integrate this with Poser. Doesn't Poser 6 already have Tkinter installed by default?

What I want to do is build a GUI for the script which is currently command-line.


nruddock ( ) posted Wed, 11 February 2009 at 3:32 PM

Yes, P6 has Tkinter installed (PC only though).

The important thing is to match the versions of Python and Tcl/Tk correctly (2.2 and 8.3 for P6) for any precompiled binaries your trying to use.
This may or may not be sufficient, and if not you'll need to build from the source.


MaterialForge ( ) posted Wed, 11 February 2009 at 6:06 PM

Cool, thanks for the version number info. I did run into an issue, trying to use Python 3.0, and it won't recognize Tk. Looks like it's time for the manual build. I'll give that a shot.


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.