Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
5 new of 5 - Mar 25
2 new of 2 - Mar 16
3 new of 3 - Mar 9
2 new of 2 - Mar 4
6 new of 6 - Mar 3
5 new of 5 - Mar 1
3 new of 3 - Feb 28
15 new of 15 - Feb 24
2 new of 2 - Jan 30
10 new of 10 - Jan 30
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 319  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Mailing list for users and developers of the Camelot pyqt gui project.
http://www.python-camelot.com
 

Error when closing without saving 
  Hi, with the last camelot version, I get an error when closing a form without saving (for the purpose, I erase an item in a relationship field and try to close the form) : RuntimeError: wrapped C/C++ object of type QDataWidgetMapper has been deleted Fichier "/home/lionel/codaten/main.py" , ligne 60, dans <module>... more »
By Lionel Roubeyrie  - May 10 - 9 new of 9 messages    

joined table inheritance & polymorphism 
  Hello, I have a model that uses joined table inheritance. The model is hi-level the following: Order = some specific fields + item list Item = some specific fields + link to order Book(Item) = an item with some additional specific fields to books DVD(Item) = an item with some additional specific fields to DVDs... more »
By Sébastien de Menten  - Apr 19 - 2 new of 2 messages    

PySide version getting an error when field_attributes try to set background color 
  Hi Love Camelot. However found a wart when running under pyside . (Ubuntu 12.10, latest pyside etc..) I have field attributes defined to set the background color on fields based on certain calculations (ie warning) this works great with PyQt. However I get lots of errors when running under pyside e.g. and any cell... more »
By Tim Hoffman  - Apr 17 - 7 new of 7 messages    

Camelot 13.04.13 released 
  Hello, Camelot 13.04.13 has been set free. An overview of the changes can be found here : [link] Before migrating, please read these : [link] [link]... more »
By Erik Janssens  - Apr 12 - 1 new of 1 message    

Model inheritance 
  How do you do single table inheritance for models in Camelot? I tried doing something similar to how you do it in SQLAlchemy but it gives an error. class Person(Entity): __tablename__ = 'people' id = Column(sqlalchemy.Integer, primary_key=True) discriminator = Column('type', sqlalchemy.String(50))... more »
By Roland Szabo  - Apr 11 - 3 new of 3 messages    

New insert window opening and closing immediately 
  Hi, I am working on camelot, below is my configuration: OS: Mac OS X Lion 10.7.5 python: 2.7.1 camelot: 12.06.29 SQLAlchemy: 0.7.8 DB: Mysql When run a basic application, it open main window properly with database record. But when I try to insert a new record, the new window opens and closes immediately and adds an empty row to my table and not able ot inser... more »
By sandeez  - Apr 6 - 3 new of 3 messages    

Custom cross admin 
  Hi, I need to use customs admin classes for two entities linked by a OneToMany relationship. So, when I open A and call B in the A form, I don't want to see the A attribute in the B form. And vice-versa! But Camelot complains because he can't find the B custom admin class if B is not declared before A in the... more »
By Lionel Roubeyrie  - Mar 28 - 3 new of 3 messages    

Default values in form 
  Hi all, With each blank float (or integer) field displayed in a form, defined as nullable=True in the model, if the user selects the field (with mouse or with the tab key) and leaves it without entering a value, the float (or integer) field is automatically set to 0.0 (or 0). How can we specify to... more »
By Lionel Roubeyrie  - Mar 27 - 5 new of 5 messages    

SQLAlchemy 0.8.0 
  Hello, SQLAlchemy 0.8.0 support has been merged into the default branch on Bitbucket. This is however incompatible with older SQLA versions, so if you use the default branch, you should upgrade your SQLA version as well. Upgrading SQLA from 0.7.x to 0.8.0 should be straightforward. Cheers, Erik
By Erik Janssens  - Mar 23 - 3 new of 3 messages    

Icon 
  How does one go about using a custom icon with an action? I created a 32x32 PNG icon from a picture and pointed to it in Icon(). When I run the application nothing shows up and I get no error, so I am not sure where to go from here? Thanks, -- Adrian Klaver adrian.kla...@gmail.com
By Adrian Klaver  - Mar 21 - 4 new of 4 messages    

1 - 10 of 319   « Newer | Older »

XML       Send email to this group: project-camelot@googlegroups.com