Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49775
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-07-03 15:05 -0700 |
| Message-ID | <d1a23bc5-6190-4919-858f-e68e1654e71c@googlegroups.com> (permalink) |
| Subject | Importing modules into IronPython |
| From | HighBeliever <akshay.ksth@gmail.com> |
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 project. Is there a way I can do that? Please Help.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Importing modules into IronPython HighBeliever <akshay.ksth@gmail.com> - 2013-07-03 15:05 -0700 Re: Importing modules into IronPython Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-07-03 16:04 -0700
csiph-web