adirschlezinger / pythonxy

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

plugins not loading for designer #674

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Installed Python(x,y) version 2.7.5.

2. Every component was installed in the installation. Previous computers use 
v2.7.3 and work correctly.

3. No

5. Installed in the default path

6. Instaleld for all uesrs

7. Using Windows 7

8. Yes. 64bit

9. Logged in as administrator

10. Right clicked and ran as admin

11. All previous installations were uninstalled and then the directory was 
deleted

When launching Designer from a fresh and clean installation, none of the python 
widgets are loaded by Designer. In particular matplotlibwidget was missing.

To reproduce, just install a fresh copy of Python(x,y) version 2.7.5 and launch 
QT Designer.

It is expected to have several widgets for PyQt including Matplotlib.

Original issue reported on code.google.com by mark.dan...@gmail.com on 22 Jun 2013 at 5:10

GoogleCodeExporter commented 9 years ago
Can't reproduce on both my system and on a VM.

Check your PATH and that you start the right QtDesigner.

Original comment by grizzly.nyo on 23 Jun 2013 at 5:13

GoogleCodeExporter commented 9 years ago
I checked the plugin information for designer and I have errors that the 
plugins were not valid Qt plugins.

I attached a screenshot as well.

Original comment by mark.dan...@gmail.com on 25 Jun 2013 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I use Windows7 64bit and want to use the matplotlibwidget. I have

C:\Python27\Lib\site-packages\PyQt4\plugins\designer\python\imageplotplugin.py
C:\Python27\Lib\site-packages\PyQt4\plugins\designer\python\imageplotplugin.pyc
C:\Python27\Lib\site-packages\PyQt4\plugins\designer\python\matplotlibplugin.py
C:\Python27\Lib\site-packages\PyQt4\plugins\designer\python\matplotlibplugin.pyc
C:\Python27\Lib\site-packages\PyQt4\plugins\designer\python\plotplugin.py
C:\Python27\Lib\site-packages\PyQt4\plugins\designer\python\plotplugin.pyc

but the widgets do not show up at all. Any ideas?

Cheers,

Sebastian

Original comment by sebrh...@gmail.com on 17 Dec 2013 at 9:49