Search Results

1
vote

Iron python, beautiful soup, win32 app

We are distributing a 40k line IronPython application. We have not been able to compile the whole thing into a single binary distributable. Instead we have been distributing it as a zillion tiny dl …
0
votes

IronPython and instantiating COM objects

You need to use: session = Redemption.RDOSessionClass() …