Re: Agnostic fetching

2008-08-04 Thread Ivan Ven Osdel
) http.putheader(Host, host) http.endheaders() errorcode, errormessage, headers = http.getreply() if errorcode == 200: fileExists = True else: fileExists = path.exists(fileUrlPath) return fileExists -- Ivan Ven Osdel http://datasyncsuite.com -- http

Re: Framework recommendations for web service?

2008-07-16 Thread Ivan Ven Osdel
-in :) - Sylvain -- Ivan Ven Osdel Senior Software Engineer http://datasyncsuite.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Framework recommendations for web service?

2008-07-16 Thread Ivan Ven Osdel
it will be a built-in :) - Sylvain My apologies, it appears that post was from 2006! -- Ivan Ven Osdel Senior Software Engineer http://datasyncsuite.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Using Python To Launch Python

2008-07-14 Thread Ivan Ven Osdel
. AHA Simplest case: import os os.system(/path/to/your/python app.py) Obviously things can be shortened by adding to the PATH. Ivan Ven Osdel Software Engineer http://datasyncsuite.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-07 Thread Ivan Ven Osdel
- Original Message - From: Python Nutter [EMAIL PROTECTED] To: Ivan Ven Osdel [EMAIL PROTECTED] Cc: python-list@python.org Sent: Thursday, July 3, 2008 5:56:32 PM GMT -06:00 US/Canada Central Subject: Re: Freesoftware for auto/intelligent code completing in Python If you guys can

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Ivan Ven Osdel
but I agree that Wings is worth it if he (or his company) can afford the license(s). If not then he should at least contribute time or money to one of the free (as in free speech, not free beer) alternatives. Ivan Ven Osdel http://www.datasyncsuite.com/ -- http://mail.python.org/mailman

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Ivan Ven Osdel
http://pythonide.stani.be/ or creating a plugin for Geany http://geany.uvena.de/ Ivan Ven Osdel Software Engineer http://www.datasyncsuite.com/ - Original Message - From: Ali Servet Dönmez [EMAIL PROTECTED] To: python-list@python.org Sent: Wednesday, July 2, 2008 3:33:59 AM GMT -06:00 US

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Ivan Ven Osdel
, 7:55 pm, Ivan Ven Osdel [EMAIL PROTECTED] wrote: The free Python editors/IDEs really do need work as far as code completion goes but I am hopeful. IMO Stani's Python Editor comes closest by providing some code sense through a combination of history and doc strings for Python built-ins