Paul McNett wrote:
> Carl Karsten wrote:
>>> This is probably your problem with the grid bool renderer too, which 
>>> pulls a couple png files from the icons directory to use as the images 
>>> to render for checked/unchecked checkboxes.
>> I do see the checkboxes in the grid when they have focus.
> 
> Because we use the default wx bool editor, which draws the checkbox when 
> they are in edit mode (have the focus).
> 
> 
>> Here is my whole project
>> http://dev.personnelware.com/carl/temp/May03/a/uloop.tar.gz - a whooping 
>> 3.1k.
>>
>> No splash screen, no img.  the included setup.py makes an exe that runs, the 
>> only problem I have seen is the check boxes.  I added your code to include 
>> the 
>> images, no help.  can you confirm that the check boxes really are screwy?  I 
>> would hate to be jumping though all these whopps just because my wx install 
>> isn't the right version or something.
> 
> Well, I tried, but when running the exe I get:
> Traceback (most recent call last):
>    File "uloop3.py", line 122, in <module>
>    File "dabo\ui\uiwx\__init__.pyo", line 1003, in createForm
>    File "dabo\lib\DesignerXmlConverter.pyo", line 57, in classFromXml
>    File "dabo\lib\DesignerXmlConverter.pyo", line 93, in importSrc
>    File "dabo\lib\xmltodict.pyo", line 173, in xmltodict
>    File "dabo\lib\xmltodict.pyo", line 155, in Parse
> xml.parsers.expat.ExpatError: syntax error: line 1, column 0
> 
> Could be the unix line endings on Windows?

No - I forgot a manual step I have been doing  - copy uloop.cdxml and 
uloop-code.py into dist.

> 
> Anyway, I see the resources are getting copied correctly. However, I 
> don't see where you stuff the resources directory into sys.path at 
> runtime (so the icons will never be found).
> 

maybe after some coffee I can figure that out :)

Carl K


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/%(messageid)s

Reply via email to