LiveFX using IronPython
Several folks have asked how to get started using LiveFX with IronPython.
Here is a quick Getting Started guide:
- Download and install the latest IronPython console from [here]
- Grab the sample LiveOE.py file from [here]
- Edit the LiveOE.py file and change the line
sdkLibsPath = r"..\LiveFrameworkSDK\Libraries\.Net Library"
to reflect the path where you’ve installed the LiveFX SDK .NET libraries
- Launch the IronPython console from the command line: [ipy.exe -X:TabCompletion]
- At the console, you can now type something like:
import LiveOE
livefx = LiveOE.Connect("username@live.com", "password")
for i in livefx.Mesh.MeshObjects.Entries : print i.Resource.Title
That about does it.
Comments
Anonymous comments are disabled
About oriamiga
Ori Amiga is the Principal Group Program Manager of the Live Developer Platform team responsible for driving the developer platform efforts across the Live Platform Services (LPS) group including Microsoft’s new Mesh platform. He joined Microsoft in 1999 as a Program Manager in the Enterprise Server division. In 2002 he transferred to the Mobile and Embedded Devices division, and drove the development platform offering for Windows Mobile. In 2004 he continued his efforts driving the mobile platform as the Group Program Manager for the Visual Studio for Devices team in the Developer Division. Most recently, Ori was the Group Program Manager for the Visual Studio Tools Platform team, managing tactical and strategic planning and execution of the product team driving the Visual Studio 2005 release. In his spare time, Ori is an avid traveler, enjoys motoring, gaming, and tennis.