Short answer: no. you have to build it. This anyway does a lot of what you need: https://code.google.com/p/elfinder-web2py/
On Friday, 6 September 2013 10:19:59 UTC-5, Josh Wilczek wrote: > > 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.

