From: Brian D. <deb...@ho...> - 2005-05-03 14:20:10
|
Hi there, As I have ported before, I havent been able to successfully compile a pyhton card app with child windows, but I have now done so....I was so blind. The change I had to do was the following: def on_initialize(self, event): self.ComplejosWindow = model.childWindow(self, complejos.Complejos,os.path.join(self.application.applicationDirectory, model.internationalResourceName('complejos'))) I have to put the path manually as I had to do before with the Python Card Prototype version. By the way I compiled my app with the setup.py script that comes with Pygame. Is this a bug?? or is just me not doing this well?? Regards, Brian _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ |