Re: SQLObject 0.8.0b2

2007-01-22 Thread Dejan Rodiger
Robert Hicks said the following on 22.1.2007 21:02: > Where is Oracle support? > What about DB2 UDB and DB2/400 >:o -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Threads and C Semaphores

2007-01-16 Thread Dejan Rodiger
do we get this working right? Check the Global Interpreter Lock -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list

Re: md5 from python different then md5 from command line

2006-05-07 Thread Dejan Rodiger
0ac801a9eec2163083a22307deb - > >>>> test = md5.new("marius") >>>> print test.hexdigest() > 242aa1a97769109065e3b4df359bcfc9 > > > Any idea why? and how to get the same md5 sum for both calls? > > Thanks > try md5sum marius probably "new line&

Re: 'rar' is not recognized as an internal or external commandŁżŁżŁż Łż

2006-02-23 Thread Dejan Rodiger
ss import * retcode = call([r'"D:\Program Files\WinRAR\rar.exe"', 'a', '-idcdp', target, ' '.join(source)]) if retcode == 0: print "everything OK" -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list

Re: How to get the local mac address?

2005-12-15 Thread Dejan Rodiger
I was looking on how to get MAC address universally (Windows and Linux) and found one package that is doing that and more... http://libdnet.sourceforge.net/ -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list

Re: Unix diff command under Window.

2005-08-24 Thread Dejan Rodiger
TonyHa said the following on 24.08.2005 15:50: > Hello, > > Does any one have using Python to write a Unix "diff" command for > Window? http://gnuwin32.sourceforge.net/ http://gnuwin32.sourceforge.net/packages.html Under Diffutils -- Dejan Rodiger - PGP ID 0xAC8722DC De

Re: Does any one recognize this binary data storage format

2005-08-09 Thread Dejan Rodiger
Dejan Rodiger said the following on 9.08.2005 23:28: > [EMAIL PROTECTED] said the following on 9.08.2005 22:45: > >>Yes I double checked as I appreciate any help, but that is what is >>stored on disk. >> >>If it helps, we modified Ex#3. to be 777-777- >>O

Re: Does any one recognize this binary data storage format

2005-08-09 Thread Dejan Rodiger
with nine to one digits? -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list

Re: Does any one recognize this binary data storage format

2005-08-09 Thread Dejan Rodiger
003346488 > Hex On Disk: 800396d0fd41 8003346488(10)=1DD096038(16) 1D D0 96 03 8 80 03 96 D0 1D 00 80 03 96 d0 fd 41 Add E041 But works only for Phone 1 :-) -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list

Re: Does any one recognize this binary data storage format

2005-08-09 Thread Dejan Rodiger
ASCII + HEX)? -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list