Hi,
Regarding your second part of your mail, I have used in the past this
page[1] as a base for code to process a mainframe PS file with packed
decimals. May be it can help you a bit...
Best regards,
Jorge
[1]:
http://www.linuxtopia.org/online_books/programming_books/python_programming/python_ch
Hi,
I recommend the use of the module PyUSB in sourceforge:
http://pyusb.sourceforge.net/
Also take a look to the tutorial :
http://pyusb.sourceforge.net/docs/1.0/tutorial.html
as far as I can remember, you'll need to first find the device based on the
idvendor / idproduct (provided in the pdf).
You should try the paramiko package for that (http://www.lag.net/paramiko/)
A google search on that package & SFTP got me this example:
http://commandline.org.uk/python/sftp-python/
Cheers
Jorge
On Fri, Jan 9, 2009 at 1:20 PM, loial wrote:
> On 8 Jan, 18:49, Mike Hjorleifsson wrote:
> > On Ja
Maybe I'm missing the point but the mozilla platform doesn't meet you're
needs? I know it's not a pure python solution but there's work in progress
to use python as a scripting language instead of javascript to develop the
components. I did not made anything on the python + XUL side but tested 2
y
For ODBC connections you can try pyODBC. I didn't test it on Linux but it is
said it works on both Windows and POSIX systems.
pyODBC--> pyodbc.sourceforge.net
The license is MIT License.
You can also have a look here:
http://sparcs.kaist.ac.kr/~tinuviel/python/database.html since it has
various l
Larry,
It's been a while since I coded something in VB or Delphi because I'm mostly
turn on Python ;)
so please excuse me any mistakes I can make 8I don't have neither VB or
Delphi installed on this computer)
For Delphi to use an OLE/COM Object it requires a TypeLibrary that explains
how to acc