<html><head><title>Using PyQt4 in Scribus Script on Windows XP</title>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
</head>
<body>
<span style=" font-family:'courier new'; font-size: 9pt;">Friday, April 15, 2011<br>
10:08:35 PM<br>
<br>
<br>
<span style=" font-family:'Garamond Premr Pro'; font-size: 12pt;">Hello. I am currently using a Windows XP machine (32 bit). I am new to Scribus, and have enjoyed using it over the other expensive program for desktop publishing. In Scribus I have a prewritten script I would like to run. The beginning of the script contains:<br>
<br>
<span style=" font-family:'Times New Roman'; font-size: 10pt;"><i>!/usr/bin/env python<br>
-- coding: utf-8 --<br>
<span style=" font-family:'arial'; font-size: 11pt;">from PyQt4.QtCore import * from PyQt4.QtGui import *<br>
class DockDialog(QDockWidget):<br>
</span></i><span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Garamond Premr Pro'; font-size: 12pt;">I have installed Python 3.2 via ActivePython (after trying to install from python.org). After the install I then opened a DOS window and typed pymp install pyqt4, which, as far as I could tell installed properly. I then tried to run the script in Scribus and received the following message:<br>
<span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Times New Roman'; font-size: 10pt;"><i>Traceback (most recent call last): File "", line 8, in ? File "C:/Program Files/Scribus 1.3.3.14/share/scripts/Scribus-DockWidgets/DockWidgets.py", line 4, in ? from PyQt4.QtCore import * ImportError: No module named PyQt4.QtCore<br>
</span></i></i><span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Garamond Premr Pro'; font-size: 12pt;">I then tried reinstalling PYQT4, by typing what I had before, and I was told that PYQT4 was already installed via:<br>
<span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Times New Roman'; font-size: 10pt;">skipping "pyqt4" already installed at "%APPDATA%\Python" (3.2)<br>
<span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Garamond Premr Pro';">After looking in c:\Python32 in all of the directories I can not find any PYQT files. Where were they installed? How do I make sure that script is able to fing the PYQT4 files necessary to run?<br>
<span style=" font-family:'arial';"><br>
<span style=" font-family:'Garamond Premr Pro'; font-size: 12pt;">My PATH variable is:<br>
<span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Times New Roman'; font-size: 10pt;"><i>C:\Python32\;C:\Python32\Scripts;<br>
</span></i></i></i><span style=" font-family:'arial'; font-size: 11pt;"><br>
<span style=" font-family:'Garamond Premr Pro'; font-size: 12pt;">Ultimately I would like help in getting the scribus script to work. Ultimately what I am trying to do can be found here:<br>
<a style=" font-family:'times new roman'; font-size: 14pt; background-color: #ffffff;" href="http://blog.oak-tree.us/index.php/2010/08/25/scribus-dockwidgets/">http://blog.oak-tree.us/index.php/2010/08/25/scribus-dockwidgets/</a><br>
<span style=" font-family:'Courier New'; font-size: 14pt;"><br>
<span style=" font-family:'Garamond Premr Pro'; font-size: 12pt;">Thanks!<br>
<span style=" font-family:'Courier New'; font-size: 9pt;"><br>
<span style=" font-family:'garamond premr pro'; font-size: 18pt;"><i><br>
</span></i></i></i></i><span style=" font-family:'Courier New'; font-size: 9pt;"><br>
 </body>