(no subject)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gonen K

(no subject)

Post by Gonen K »

Hey people.

When I'm running Python through wine, I can't import PyQt4. here is
the error : ImportError: DLL load failed: No access to memory
location.

Anyone know what to do to solve this problem?
Regards ,
Tom.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: (no subject)

Post by vitamin »

Gonen K wrote:Anyone know what to do to solve this problem?
Don't run Python through Wine :D
PS
It would be much more useful if you post complete terminal output or if it's too big, put it on pastebin and give us the link.
Gonen K

(no subject)

Post by Gonen K »

I must run this Python code..
Here is the full error
Traceback (most recent call last):
File "C:\Program Files\FunctionSC\libs\FunctionInfoCheck.py", line 3, in
<module>
from PyQt4.QtGui import QApplication, QFileDialog
ImportError: DLL load failed: No access to memory location

Anyone know what to do?

On Thu, Jan 15, 2009 at 12:37 AM, vitamin <[email protected]> wrote:
Gonen K wrote:
Anyone know what to do to solve this problem?
Don't run Python through Wine :D
PS
It would be much more useful if you post complete terminal output or if
it's too big, put it on pastebin and give us the link.





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Gonen K

(no subject)

Post by Gonen K »

*PS
I am running through wine a program for windows that calls a python function
through the python library, and I get that error when the program imports
PyQt4.QtGui.
By the way , when I import PyQt4 through the python shell I get the same
error.

On Thu, Jan 15, 2009 at 5:15 PM, Gonen K <[email protected]> wrote:
I must run this Python code..
Here is the full error
Traceback (most recent call last):
File "C:\Program Files\FunctionSC\libs\FunctionInfoCheck.py", line 3, in
<module>
from PyQt4.QtGui import QApplication, QFileDialog
ImportError: DLL load failed: No access to memory location

Anyone know what to do?


On Thu, Jan 15, 2009 at 12:37 AM, vitamin <[email protected]>wrote:
Gonen K wrote:
Anyone know what to do to solve this problem?
Don't run Python through Wine :D
PS
It would be much more useful if you post complete terminal output or if
it's too big, put it on pastebin and give us the link.





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Locked