Python 3 xmlrpc client HTTPS problem

2009-07-16 Thread Leo List
I have just built and installed version 3.1 and all's good, but when I try to connect to a server via HTTPS I get the following: File "/usr/local/lib/python3.1/xmlrpc/client.py", line 1029, in __call__ return self.__send(self.__name, args) File "/usr/local/lib/python3.1/xmlrpc/client.py",

Can python do something like the onclick events in javascript ?

2009-08-03 Thread Leo Brugud
I'm trying to use python to build a simple web page that make use of the onclick behavior, instead of requiring users to click the 'submit' button. I realize in javascript there are onclick, onchange events. Is python capable of doing the same? Thanks in Advance -- http://mail.python.org/mailman

GDAL installation

2015-02-10 Thread Leo Kris Palao
er > _mod = imp.load_module('_gdal', fp, pathname, description) > ImportError: DLL load failed: The specified module could not be found. > >>> Thanks in advance, -Leo -- https://mail.python.org/mailman/listinfo/python-list

Re: GDAL installation

2015-02-11 Thread Leo Kris Palao
Hi Asim, thanks for your help. It is working properly now. Thanks, -Leo On Wed, Feb 11, 2015 at 4:48 PM, Asim Jalis wrote: > Hi Leo, > > This might be a PATH issue. > > See this discussion for details. > > > https://pythongisandstuff.wordpress.com/2011/07/07/installing

Random forest and svm for remote sensing in python

2015-02-12 Thread Leo Kris Palao
using random forest and support vector machine algorithms. Thanks, -Leo -- https://mail.python.org/mailman/listinfo/python-list

Configuring problems with GDAL in enthought Python Canopy

2015-02-25 Thread Leo Kris Palao
installation is located in: C:\Users\lpalao\AppData\Local\Enthought\Canopy\User\Scripts\python.exe Thanks in advance for the help. -Leo -- https://mail.python.org/mailman/listinfo/python-list

GDAL Installation in Enthought Python Distribution

2015-02-25 Thread Leo Kris Palao
Hi Python Users, Would like to request how to install GDAL in my Enthought Python Distribution (64-bit). I am having some problems making GDAL work. Or can you point me into a blog that describes how to set up GDAL in Enthought Python Distribution. Thanks for any help. -Leo -- https

<    1   2   3