Re: Using eggs or py2exe to distribute apps

2007-07-20 Thread Matthias Vodel
Hey, Use pyInstaller ;) http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi Easier to use in comparison to py2exe ... very good tool - try it! Bye, Matthias -- http://mail.python.org/mailman/listinfo/python-list

Re: py2exe, library.zip and python.exe

2007-02-28 Thread Matthias Vodel
Hey, [Offtopic:] Use PyInstaller...very easy to use - better than py2exe!! see here: http://pyinstaller.hpcf.upr.edu/cgi-bin/trac.cgi Bye, Matthias -- http://mail.python.org/mailman/listinfo/python-list

Re: Change coords of a canvas.line item

2007-01-05 Thread Matthias Vodel
Very nice :) Thank you, Matthias -- http://mail.python.org/mailman/listinfo/python-list

Change coords of a canvas.line item

2007-01-05 Thread Matthias Vodel
Hi all, I want to change the beginning/end-coordinates of a canvas.line item. Something like: self.myCanvas.itemconfigure(item_id, coords=(x1_new, y1_new, x2_new, y2_new)) I don't want to delete and repaint a new line item. Is this possible? Thanks Matthias -- http://mail.python.org/mailm