> I'm trying to transition my project off of using fastdata, so I get get > a bit more flexibility in my forms. To do that, I need to run the > 'with-fastdata' version of my project so I can see how things look. I > haven't worked with fastdata since it became a plugin, and I'm having > trouble getting it to work. > > How do I go about installing the plugin version of fastdata, and what > import statement do I need to use?
Plugin name is tgfastdata so your import statements look like: from tgfastdata import formmaker from tgfastdata.datawidgets import FastDataGrid Try it, it may be already installed. If not, you can install it with "setup.py install" from plugins/fastdata dir (SVN) or easy_install from the site. Max. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
