Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49784
| References | <d1a23bc5-6190-4919-858f-e68e1654e71c@googlegroups.com> |
|---|---|
| From | Benjamin Kaplan <benjamin.kaplan@case.edu> |
| Date | 2013-07-03 16:04 -0700 |
| Subject | Re: Importing modules into IronPython |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4189.1372892670.3114.python-list@python.org> (permalink) |
On Wed, Jul 3, 2013 at 3:05 PM, HighBeliever <akshay.ksth@gmail.com> 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 with the dll. But I cant import PyQt4 module into the project. Is there a way I can do that? Please Help. > -- Generally, extensions that aren't pure Python can only be used with the interpreter they were designed for. There has been some attempt to get CPython extensions working under IronPython (there's a tracking issue on IronPython's bug tracker- http://ironpython.codeplex.com/workitem/11333), but I don't know how well it works.
Back to comp.lang.python | Previous | Next — Previous 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