Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
Tkinter is a GUI module for Python.
It is already installed within Poser.
See:-
http://www.pythonware.com/library/tkinter/introduction/
Also, another important note:
Poser 4 users do not have python
Poser 5 users has python, but a LOT is limited...
Poser 6 users... HAS the DialogFileChooser, at least in the latest update.
I just tried this code:
import poser
dlg =
poser.DialogFileChooser(poser.kDialogFileChooserOpen, None,'')<br></br>
if dlg.Show():<br></br>
print dlg.Path()
As Semidieu says, I've found also that these functions were introduced in a Poser 6 SR, so most people have them.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
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.
In a Python script I want to use the function DialogFileChooser, but the manual says that it was introduced in Poser 7. I have Poser 7; but what % of Poser users still use Poser 4/5/6?