coolcoolad / pythonxy

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

PyQt4-4.8.5_py27 user install bug #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows XP SP2 (both 32 and 64 bit) when installing Python 2.7.2(32bit) and 
PyQt4-4.8.5_py27 after it under user account there are folowing bugs:
1. During installation PyQt4-4.8.5_py27 installer tries to write to HKLM Path 
environment variable and fails. (user priveleges are insufficient)
2. After installation "import sip" fails with "Dll load failed:  This 
application has failed to start because the application configuration is 
incorrect...". (i think whis is because PyQt4-4.8.5_py27 installer does not 
expect that Python installer will write msvcr90.dll (and manifest) not to 
system winsxs folder, but to Python folder).

In other words PyQt4-4.8.5_py27 does not support user installation by default.

What steps will reproduce the problem?
1. Log in as user on WinXP SP2
2. Install Python 2.7.2(32bit)
3. Install PyQt4-4.8.5_py27

Original issue reported on code.google.com by mark.l.k...@gmail.com on 10 Feb 2012 at 6:36

GoogleCodeExporter commented 9 years ago
Guess it's about time we fixed the multi user issues.

Original comment by grizzly.nyo on 10 Feb 2012 at 2:00

GoogleCodeExporter commented 9 years ago
Please check http://pythonxy.googlecode.com/files/PyQt4-4.8.6.2_py27.exe .
Notes:
- tested on WinXP SP3 32 bit as "normal user"
- Fixed uninstall to remove _all_ installed and auto generated files.
- Fixed file associations to un/register correctly.

"import sip" worked without issues for me .

Original comment by grizzly.nyo on 17 Feb 2012 at 8:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 1026c8c7ac31.

Original comment by grizzly.nyo on 1 Mar 2012 at 1:29

GoogleCodeExporter commented 9 years ago
PyQT4 plugin, in particular,as well as other Standard plugins 
(http://code.google.com/p/pythonxy/wiki/StandardPlugins) are not updated to  
2.7.2.1.
Please update them. Thanks.

Original comment by mark.l.k...@gmail.com on 5 Mar 2012 at 8:22

GoogleCodeExporter commented 9 years ago
"no updated" how?

Original comment by grizzly.nyo on 5 Mar 2012 at 8:39

GoogleCodeExporter commented 9 years ago
I guess not.
At least link (http://pythonxy.googlecode.com/files/PyQt4-4.8.5_py27.exe),
timestamp and file size are the same as before.

Original comment by mark.l.k...@gmail.com on 5 Mar 2012 at 8:44

GoogleCodeExporter commented 9 years ago
perhaps you mean 2.7.2.2?

Original comment by grizzly.nyo on 5 Mar 2012 at 8:46

GoogleCodeExporter commented 9 years ago
Sorry, exactly, now I see it in "Unstable releases". Thanks.

Original comment by mark.l.k...@gmail.com on 5 Mar 2012 at 9:08