Re: [python-win32] Welcome to the "python-win32" mailing list

2008-12-27 Thread Joshua Lim
Hi everyone, I'm new to python or C. I've been trying to get open source pyrad, a socket radius python app, to work on win32, and encountered an error: Traceback (most recent call last): File "C:\Python25\pyrad\example\server.py", line 36, in srv.Run() File "C:\Python25\pyrad\example

Re: [python-win32] Welcome to the "python-win32" mailing list

2008-12-29 Thread Joshua Lim
Hi Tim, Thanks for helping. I replaced your code from def Run( self ): onwards, but got an error: C:\Python25\pyrad\example>c:\python25\python server.pyTraceback (most recent call last): File "server.py", line 3, in from pyrad import dictionary, packet, server File "c:\python25\lib

Re: [python-win32] Welcome to the "python-win32" mailing list

2008-12-30 Thread Joshua Lim
on-win32@python.org> Subject: Re: [python-win32] Welcome to the "python-win32" mailing list> > Joshua Lim wrote:> > Hi Tim,> >> > Thanks for helping.> >> > I replaced your code from def Run( self ): onwards, but got an error:> >> > C:\