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
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
(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 character is not computed in echo marius|md5sum -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address

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

2006-02-23 Thread Dejan Rodiger
\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 Delete wirus from e-mail

Re: Does any one recognize this binary data storage format

2005-08-09 Thread Dejan Rodiger
[EMAIL PROTECTED] said the following on 9.08.2005 19:29: We are working on a data file reader and extraction tool for an old MS-DOS accounting system dating back to the mid 80's. Could you tell us what is the extension of those files? Could you post full 5-10 records (ASCII + HEX)? -- Dejan

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- On disk this is now 00 00 10 87 77 F9 Fc 41 All