> > Yeah, sometimes it can be something as small as a typo. I don't think > > re-installing everything will have any effect; most likely there is > > one little thing in the code you copied that is wrong. > > > > > And one small thing more, which just _might_ be important: I don't use > the MySQL database, because I couldn't see how to do a client only MySQL > installation. I put some records from the webtest.sqlite database into a > SQLite database with the same tables. As the CREATE TABLE statements for > the database are in the guide that was quite easy. And I didn't copy and > paste the code but entered it by hand. So while I might have introduced > my own mistakes, I may have corrected a typo without realizing it. >
Well, I went back to my original 0.8.4 zip file and reinstalled. Started getting worse problems. Then thought perhaps I should go back to an earlier verison of wxpython 2.8.7.1. I was on 2.8.8.1. Just as bad. So back to 2.8.8.1 The problem I was getting and get now is that when I want to change the rate field from textbox to spinner, it bombs out with an uncaught windows error. So what have I screwed up. I decided to create the form manually to be sure that the basic system was working. Instead of using the create form from data controls, I add the gridsizer myself and add the individual controls. I can add the spinner control no problem.That works, although I stopped before adding the datasources and doing bizobjs. I just wanted to prove to myself the basic classdesigner was working. I can't now work out how I made it work in the first place. The original code I created from the tutorial still works in the same way with the MySQL warning about putting string data into an integer field. If you want to get the MySQL client you can google for MySQLdb and you should find the sourceforge site for the client drivers for different flavours of python. http://sourceforge.net/projects/mysql-python I have put the code from various files into another email if someone cares to take a look. I have also included the cdxml file. Hope it all fits. So I will carry on poking around to see if I can get a firmer hold on what is happening. Regards John Aherne _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
