Re: How to create a global hotkey?

2006-12-07 Thread Gerold Penz
Gerold :-) -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at Ehrliche, herzliche Begeisterung ist einer der wirksamsten Erfolgsfaktoren. Dale Carnegie -- http://mail.python.org/mailman/listinfo/python-list

Re: How to read the directory which the actively running python file is located in?

2006-12-01 Thread Gerold Penz
ectory: os.path.split(sys.argv[0])[0] os.path.split(__file__)[0] Regards, Gerold :-) -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at Ehrliche, herzliche Begeisterung ist ein

Re: CGI Tutorial

2006-10-04 Thread Gerold Penz
Clodoaldo Pinto Neto schrieb: > > http://webpython.codepoint.net > Great tutorial -- Thanks a lot!!! :D -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at

Re: Python programs always open source?

2006-09-17 Thread Gerold Penz
Guy Fawkes schrieb: > Is it possible to make an executable? Hi GF! http://www.python.net/crew/atuining/cx_Freeze/ Regards, Gerold :-) -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom

Re: Create TarFile using python

2006-09-12 Thread Gerold Penz
e.open(name = destination, mode = 'w:gz') t.add(source_dir, os.path.basename(source)) t.close() return True Regards, Gerold :-) -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED]

Re: How to insert an email-link into wxPython's HtmlWindow

2006-09-06 Thread Gerold Penz
;) regards, Gerold :-) -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at Ehrliche, herzliche Begeisterung ist einer der wirksamsten Erfolgsfaktoren. Dale Carnegie -- http://mail.python.org/mai

Re: pysqlite - simple problem

2006-09-01 Thread Gerold Penz
ot;, num) Regards, Gerold :-) -- ________ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at Ehrliche, herzliche Begeisterung ist einer der wirksamsten Erfolgsfaktoren. Dale Carnegie -- http://mail.python.org/mailman/listinfo/python-list

Re: HTTPS Login

2006-09-01 Thread Gerold Penz
Gerold :-) -- ____ Gerold Penz - bcom - Programmierung [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at Ehrliche, herzliche Begeisterung ist einer der wirksamsten Erfolgsfaktoren. Dale Carnegie -- http://mail.python.org/mailman/listinfo/python-list