Forum: Poser Python Scripting


Subject: I need a file and directory selector for python

Mason opened this issue on Jun 13, 2006 · 3 posts


Mason posted Tue, 13 June 2006 at 12:26 AM

Does anyone know of a basic file and directory selector dialog for python? I found some that were made but nothing that appears like an official tkinter dialog prefab. Thanks for any help.

 

 


mkrueger posted Wed, 14 June 2006 at 1:32 PM

Take a look at:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/438123

Martin


Mason posted Tue, 20 June 2006 at 1:17 PM

Thanks!