On Tuesday 12 December 2006 07:59, Joe Brown wrote: > I was excited to learn about the app wizard. > > Kudos! > > I was a bit disappointed I ran the app wizard. > > Using a postgreSQL database, I made no progress. The wizard stops at > "press Finish to create your application" and pressing finish results > in having to ability to press finish again. > > It successfully found my imaging table in the database and makes it to > the finish line, but refuses to cross it. :-( > > Cancel exits and I can go back, but it won't generate a .py file larger > than 0 bytes in size. > > daborun 0.7 > postgresql 8.1 > > -Joseph > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Along with providing any information regarding errors (by running AppWizards from the command line). Does AppWizard display the available tables?
>From the name of the table (imaging) it sounds like you are attempting to access "blobs". Currently, blobs are not supported. I hope to have Blob support in the near future - assuming Ed will explain how it works! -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
