Results 1 to 2 of 2

Thread: python/php library in vb.NET

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2008
    Location
    USA
    Posts
    257

    python/php library in vb.NET

    Is is possible to include a python library, which does API authentication, in a VB.NET app? If so how would I do this? The site that provided this does not provide much documentation on this; I am attempting to create an application that accesses the google API, and this library has been created to do the authentication for you.
    -- Please rate me if I am helpful --

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: python/php library in vb.NET

    If the library was done in a version of python that ran on .NET, like IronPython, then it would be possible.

    Otherwise you would need to rely on whatever calling mechanism that library gives you. Does it expose itself to COM, or does it have native methods you could tap into via platform invoke the same way you would call a Win32 API?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width