Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

ba4o

WinSCP COM object in python

Hi, all!
I have problem with using winscp COM lib. I try to use it in python script (through win32com.client.Dispatch() - but error raised). I think the reason is that com lib did not istalled correctly
I did everything as described in this article https://winscp.net/eng/docs/library_install :
- installed winscp
- put winscp.dll in winscp setup directory
- installed in gac with gacutil.exe
- installed COM with regasm.exe
but however i can't see it in possible references in VB6 projects or in .NET projects. only if set up the path to lib manually ( winscp.tlb in VB6 or winscp.dll in VS)
i have even register it in Component Services as COM+ Application Services. but nothing has changed
what i'm doing wrong?

PS: OS - win7 x64