[Pythonmac-SIG] doxygen & graphviz

2006-09-11 Thread Perico
Has anyone had problems between doxygen and graphviz to generate graphs? my version doxygen is 1.4.7 i have checked the path and it is correct bye, pericO ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo

[Pythonmac-SIG] i18n

2006-07-19 Thread Perico
Do anybody knows how to run i18n on pythoncard?I can run on files .py but no on .rsrc.py filesAny weblink? I have browsed on the web but I haven't found anything of interestRegards ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python

[Pythonmac-SIG] Fwd: runnig code step by step

2006-02-15 Thread Perico
Hi guys!!! > > I have that piece of code: > > while 1: > a=raw_input("Press a key to continue") > > > I'd like to change the last line, I don't want to control a key > press if not I want to control a button of the form > > > My question is if somthing exists to control the push button event

[Pythonmac-SIG] runnig code step by step

2006-02-13 Thread Perico
I have that piece of code: while 1: a=raw_input("Press a key to continue") I'd like to change the last line, I don't want to control a key press if not I want to control a button of the form My question is if somthing exists to control the push button event. See you. Peter.