On Wed, Jul 3, 2013 at 3:05 PM, HighBeliever wrote:
> Hi, I have to shift a Python 2.7 program to run in Windows. Doing that has
> forced me to use IronPython because my program is dependent on a .dll file
> that uses .NET framework.
>
> I moved all my code to Iron Python and modified it to work
Hi, I have to shift a Python 2.7 program to run in Windows. Doing that has
forced me to use IronPython because my program is dependent on a .dll file that
uses .NET framework.
I moved all my code to Iron Python and modified it to work with the dll. But I
cant import PyQt4 module into the proje