Re: [Tutor] Distributing Python Code for Commercial Porpoises?

2010-08-06 Thread j ram
> > My intent though is really not to produce a commercial product. My question > relates to difficulty my partner and I have to exchanging py programs w/o > him stumbling. I send him a py program written using Windows Python 2.5. He > has the same. I've executed it IDLE and it works fine. He execu

Re: [Tutor] Converting .pyd to .so

2011-02-28 Thread j ram
> Wine is a good suggestion, but it takes up 3.53 MB. Is there a lighter >> alternative? >> > > So far, you didn't state whether the DLL actually uses Windows calls, but I > would imagine it does, and if so, you can't use it on anything but Windows > without emulating those calls, thus using Wine.