Re: [Tutor] PyDtls

2013-03-26 Thread eryksun
On Tue, Mar 26, 2013 at 1:35 PM, eryksun wrote: >> C:\dtls\Dtls-0.1.0.sdist_with_openssl.win32\Dtls-0.1.0\dtls> >> python setup.py install >> >> Was that incorrect?Please help me out as i am eager to learn about pydtls. > > That's fine, On 2nd thought, that's not fine. setup.py is located in the

Re: [Tutor] PyDtls

2013-03-26 Thread eryksun
On Tue, Mar 26, 2013 at 12:59 PM, Mousumi Basu wrote: > > I have run the following command previously in the command prompt:- > > C:\dtls\Dtls-0.1.0.sdist_with_openssl.win32\Dtls-0.1.0\dtls> > python setup.py install > > Was that incorrect?Please help me out as i am eager to learn about pydtls. T

Re: [Tutor] PyDtls

2013-03-26 Thread eryksun
On Tue, Mar 26, 2013 at 8:16 AM, Mousumi Basu wrote: > File"C:\dtls\Dtls-0.1.0.sdist_with_openssl.win32\Dtls-0.1.0\dtls\"openssl.py", > line 74 in You didn't install the package. Run "python setup.py install". This will install it to Lib\site-packages\Dtls and copy the pre-built DLLs into the pa

Re: [Tutor] PyDtls

2013-03-26 Thread Alan Gauld
On 26/03/13 12:16, Mousumi Basu wrote: I have installed PyDtls from the link:-"https://pypi.python.org/pypi/Dtls/0.1.0";. This list is for learning the python language and standard library. Anything beyond that you are taking pot luck whether anyone here knows about it. You

Re: [Tutor] PyDtls

2013-03-26 Thread Dave Angel
On 03/26/2013 08:16 AM, Mousumi Basu wrote: I have installed PyDtls from the link:-" https://pypi.python.org/pypi/Dtls/0.1.0";. While creating the server and client objects in "sslconnection.py", it is referring to "x509.py" for certificates. Following error is o

[Tutor] PyDtls

2013-03-26 Thread Mousumi Basu
I have installed PyDtls from the link:-" https://pypi.python.org/pypi/Dtls/0.1.0";. While creating the server and client objects in "sslconnection.py", it is referring to "x509.py" for certificates. Following error is occurring :- File "C:\dtls\Dtls-0.1.0.sdist_with