I ran tha App Wizard to create the basics. My project (right now) is called app. When I go to run app.py I get "no module named dabo". Humph. I've tried adding various directories to my pythonpath (sys.path.append (various paths)) but have not got it right.
You were able to run AppWizard, but not your generated app? By any chance do you have more than one version of Python on your machine? How are you running each: by double-clicking the file in Windows Explorer, or by typing the command from a cmd.exe prompt? -- Ed Leafe Hi, Ed- I had another Python installed. I removed it, wxWindows, and all of the other Python peripherals I had installed, removed Dabo and them reinstalled. Things appear to be working; I got the app wizard to work, recreated my project, and ran the module it created. I could "see" my database table and was able to add to it. I'll spend the rest of the week playing around with the screens and adding to what the AppWizard created. I'm sure I'll be back with more questions, but it looks like this is going to be the package I go with. --greg --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
