Is there a way to open a directory selection dialog through web2py (something similar to tkFileDialog.askdirectory)? I've noticed that Tkinter is able to be imported through web2py, but tkFileDialog is not (<type 'exceptions.ImportError'> No module named tkFileDialog). I've tried copying the tkFileDialog from my Python installation into the web2py/site-packages path. Doing this allows me to be able to import tkFileDialog, but it doesn't appear to work as expected. I can get a askdirectory dialog (sometimes), but web2py stops responding after I pick a directory Any help would be greatly appreciated! Josh
-- --- 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.

