-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wx._core.PyAssertionError in Class Designer #18
Comments
Hmmm... I'm not able to reproduce this on my OSX system, so I'm guessing that it's a Gtk issue. Can you modify the dGridSizer script to add some debug information? Just before the line that's causing the error (line 178), try adding:
Now re-run the Class Designer and follow the same steps as before. This time it should print the debug line before the traceback. Let me know what it prints. |
Just checked, also happens with PostgreSQL (I debugged some stuff in sqlite, now I moved to Postgres, because, well, performance and ease of use). And the output of HighCol is pretty fancy: Let me know what I can do to help debug this any further. I don't have a good grasp on the code atm., so I won't be of much help. This is probably a two-minute fix for you. If you want to, I can give you temporary database credentials to try against. |
Hi. I'm new to Dabo as well and I am on Ubuntu 15.10. I have a similar issue. Actually, I am just following the "TheStep-By-StepGuidetoDaboProgramming" tutorial and I am stuck on this error: |
As reported on GitHub #18 Looks like under Gtk you can't pre-set the exapnd setting of a column, so this moves that setting until after the grid sizer and grid are populated.
OK, it looks like the grid sizer doesn't like having things set on columns that don't exist yet. Strange that the other platforms have no problem with this. I've pushed a fix to the working branch. Can you try that out and let me know if it fixes the problem? |
Wow Ed! Thank you very much! It did solve the issue. I was able to continue. Thank you so much. |
As reported on GitHub #18 Looks like under Gtk you can't pre-set the exapnd setting of a column, so this moves that setting until after the grid sizer and grid are populated.
Hi,
I'm on dabo git
working
branch, because I'm affected with bugs #16 en #15.I'm a newbe to Dabo, but I'm trying to create an invoicing application as I became a self-employed.
I started very basic with sqlite; a table for my clients:
and
Now, I try to use the Class Designer and the
Add From Data Environment
feature, but after selecting the order of my fields and selectingColumn; labels on Left
on the Layout Selection, the Class Designer breaks when clicking next with this error:The text was updated successfully, but these errors were encountered: