chaodluffy / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Error with QT 2.8 #683

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.7.5.0

2. Which components have you installed (Python(x,y) installer:
componentpage):
    a. Have you selected the "Recommended" component selection?
    b. Have you selected the "Full" component selection? 
c. Have you selected manually plugins in the component list?
Whatplugins?
Full component selection

3. Have you selected the option "Customize installation directories"?
a. Yes
b. No
No

4. If the answer to 3. is yes, what installation directories have you
chosen?

5. Where did you install Python(x,y) itself?
a. default path
b. custom path, which one?
default path

6. Have you installed Python(x,y):
    a. For "Current user only"
    b. For "All users"
for All users

7. What is your operating system?
a. Windows XP
b. Windows Vista
c. Windows 7
d. Windows 8
Windows XP

8. Is the operating system 64 bit?
a. Yes
b. No
No

9. When you installed Python(x,y), were you logged in as :
a. a regular user
b. an administrator of the machine
an administrator of the machine

10. If you are using Windows Vista/7, have you installed Python(x,y):
a. simply by double-clicking on the installer
    b. by right-clicking on the installer and selecting "Run as an
administrator"

11. Regarding installed software on your machine, how did you clean your
machine before installing Python(x,y)  (multiple answers are possible):
a. you didn't do anything, you installed Python(x,y) directly on your
machine without precaution
b. you uninstalled any previous Python distribution (including the
official .msi)
c. you cleaned the Windows registry by removing all Python-related keys
d. you cleaned the environment variables by removing all deprecated
entries
b and d

What steps will reproduce the problem?
1. I installed QT 2.8.0
2. Run the script
3.

What is the expected output? What do you see instead?
It should run. I get this error:
  File "E:\MyScript.py", line 22, in __init__
    self.lib_work = cdll.LoadLibrary(r"myLibrary_debug")
  File "C:\Python27\lib\ctypes\__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 127] Die angegebene Prozedur wurde nicht gefunden

Please provide any additional information below.
This is the code that I try to run:
       self.lib_work = cdll.LoadLibrary(r"myLibrary_debug")

Also, the exact script worked with the previous version of QT I had (2.7). Once 
I installed QT 2.8, it stopped to work.

Original issue reported on code.google.com by abeer.gh...@gmail.com on 23 Aug 2013 at 2:26

GoogleCodeExporter commented 8 years ago
Why do you need to install Qt when you have PyQt part of Python(x,y)?

Original comment by grizzly.nyo on 14 Sep 2013 at 5:17