Is there a way to display a directory selection dialog from within web2py (something similar to tkFileDialog.askdirectory)? I can write a python script to do this, however, I am unable to replicate the behavior in web2py. From within web2py, I can import Tkinter, but I cannot import tkFileDialog. I've tried copying the library from my python 2.7 install to the site-packages folder of web2py. This allows me to import tkFileDialog and generate the tkFileDialog.askdirectory (sometimes), but web2py stops responding after I pick a path. Any help on this issue would be greatly appreciated!
-- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

