Hi
I was also trying to install pyqt on Snow Leopard 10.6.3. I'm using
homebrew package manager. I get this error?
$ brew install pyqt
==> Downloading
http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-ma
File already downloaded and cached to /Users/malinko/Library/Caches/Homebrew
==> python ./configure.py -g --confirm-license
--bindir=/usr/local/Cellar/pyqt/4.7
An internal error occured. Please report all the output from the program,
including the following traceback, to support at riverbankcomputing.com.
Determining the layout of your Qt installation...
This is the GPL version of PyQt 4.7.3 (licensed under the GNU General Public
License) for Python 2.6.1 on darwin.
Checking to see if the QtGui module should be built...
Checking to see if the QtHelp module should be built...
Checking to see if the QtMultimedia module should be built...
Checking to see if the QtNetwork module should be built...
Checking to see if the QtOpenGL module should be built...
Checking to see if the QtScript module should be built...
Checking to see if the QtScriptTools module should be built...
Checking to see if the QtSql module should be built...
Checking to see if the QtSvg module should be built...
Checking to see if the QtTest module should be built...
Checking to see if the QtWebKit module should be built...
Checking to see if the QtXml module should be built...
Checking to see if the QtXmlPatterns module should be built...
Checking to see if the phonon module should be built...
Checking to see if the QtAssistant module should be built...
Checking to see if the QtDesigner module should be built...
Qt v4.6.2 free edition is being used.
Qt is built as a framework.
SIP 4.10.2 is being used.
The Qt header files are in /usr/local/Cellar/qt/4.6.2/include.
The shared Qt libraries are in /usr/local/Cellar/qt/4.6.2/lib.
The Qt binaries are in /usr/local/Cellar/qt/4.6.2/bin.
The Qt mkspecs directory is in /usr/local/Cellar/qt/4.6.2.
These PyQt modules will be built: QtCore, QtGui, QtHelp, QtMultimedia,
QtNetwork, QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg, QtTest, QtWebKit,
QtXml, QtXmlPatterns, phonon, QtAssistant, QtDesigner.
The PyQt Python package will be installed in
/usr/local/Cellar/pyqt/4.7.3/lib/python.
PyQt is being built with generated docstrings.
PyQt is being built with 'protected' redefined as 'public'.
The Designer plugin will be installed in
/usr/local/Cellar/qt/4.6.2/plugins/designer.
The PyQt .sip files will be installed in
/usr/local/Cellar/pyqt/4.7.3/share/sip.
pyuic4, pyrcc4 and pylupdate4 will be installed in
/usr/local/Cellar/pyqt/4.7.3/bin.
Generating the C++ source for the QtCore module...
Creating the Makefile for the QtCore module...
Generating the C++ source for the QtGui module...
Creating the Makefile for the QtGui module...
Generating the C++ source for the QtHelp module...
Creating the Makefile for the QtHelp module...
Generating the C++ source for the QtMultimedia module...
Creating the Makefile for the QtMultimedia module...
Generating the C++ source for the QtNetwork module...
Creating the Makefile for the QtNetwork module...
Determining the OpenGL data types...
Generating the C++ source for the QtOpenGL module...
Creating the Makefile for the QtOpenGL module...
Traceback (most recent call last):
File "./configure.py", line 2137, in <module>
main()
File "./configure.py", line 2099, in main
pyqt.code()
File "./configure.py", line 445, in code
generate_code("QtOpenGL")
File "./configure.py", line 1624, in generate_code
makefile.generate()
File "/usr/local/lib/python/sipconfig.py", line 1088, in generate
self.ready()
File "/usr/local/lib/python/sipconfig.py", line 1083, in ready
self.finalise()
File "/usr/local/lib/python/sipconfig.py", line 1771, in finalise
ModuleMakefile.finalise(self)
File "/usr/local/lib/python/sipconfig.py", line 1528, in finalise
Makefile.finalise(self)
File "/usr/local/lib/python/sipconfig.py", line 811, in finalise
if self.config.qt_version < 0x040000 or "QtGui" in self._qt:
TypeError: argument of type 'int' is not iterable
Exit status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/pyqt.rb#L17
==> Environment
HOMEBREW_VERSION: 0.6
HEAD: 5109e3402ca5303d200dfc0e9d5e4631d6a3cccc
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/malinko/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit core2
OS X: 10.6.3
Kernel Architecture: i386
Ruby: 1.8.7-173
GCC-4.0: build 5493 (5493 or newer recommended)
GCC-4.2: build 5659 (5646 or newer recommended)
LLVM: build 2207 (2206 or newer recommended)
MacPorts or Fink? false
X11 installed? true
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
==> Build Flags
CC: /usr/bin/cc
CXX: /usr/bin/c++
LD: /usr/bin/cc
CFLAGS: -O3 -march=core2 -w -pipe
CXXFLAGS: -O3 -march=core2 -w -pipe
MAKEFLAGS: -j2
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
Error: Failure while executing: python ./configure.py -g
--confirm-license --bindir=/usr/local/Cellar/pyqt/4.7.3/bin
--destdir=/usr/local/Cellar/pyqt/4.7.3/lib/python
--sipdir=/usr/local/Cellar/pyqt/4.7.3/share/sip
Please report this bug at http://github.com/mxcl/homebrew/issues
Consider running `brew doctor` if a large number of installs are failing.
Cheers,
Martin
On Thu, May 20, 2010 at 7:51 PM, Scott Ballard <scott at scottballard.net> wrote:
> Howdy,
>> Does anyone have a compiled version of PyQt for Snow Leopard 10.6.3 that
> they wouldn't mind sharing?
>> I'd really appreciate it and would save me a lot of time and headache! :)
>> Thanks,
> -Scott
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
More information about the PyQt
mailing list
‘She has never mentioned her father to me. Was he—well, the sort of man whom the County Club would not have blackballed?’ "We walked by the side of our teams or behind the wagons, we slept on the ground at night, we did our own cooking, we washed our knives by sticking them into the ground rapidly a few times, and we washed our plates with sand and wisps of grass. When we stopped, we arranged our wagons in a circle, and thus formed a 'corral,' or yard, where we drove our oxen to yoke them up. And the corral was often very useful as a fort, or camp, for defending ourselves against the Indians. Do you see that little hollow down there?" he asked, pointing to a depression in the ground a short distance to the right of the train. "Well, in that hollow our wagon-train was kept three days and nights by the Indians. Three days and nights they stayed around, and made several attacks. Two of our men were killed and three were wounded by their arrows, and others had narrow escapes. One arrow hit me on the throat, but I was saved by the knot of my neckerchief, and the point only tore the skin a little. Since that time I have always had a fondness for large neckties. I don't know how many of the Indians we killed, as they carried off their dead and wounded, to save them from being scalped. Next to getting the scalps of their enemies, the most important thing with the Indians is to save their own. We had several fights during our journey, but that one was the worst. Once a little party of us were surrounded in a small 'wallow,' and had a tough time to defend ourselves successfully. Luckily for us, the Indians had no fire-arms then, and their bows and arrows were no match for our rifles. Nowadays they are well armed, but there are[Pg 41] not so many of them, and they are not inclined to trouble the railway trains. They used to do a great deal of mischief in the old times, and many a poor fellow has been killed by them." As dusk came on nearly the whole population of Maastricht, with all their temporary guests, formed an endless procession and went to invoke God's mercy by the Virgin Mary's intercession. They went to Our Lady's Church, in which stands the miraculous statue of Sancta Maria Stella Maris. The procession filled all the principal streets and squares of the town. I took my stand at the corner of the Vrijthof, where all marched past me, men, women, and children, all praying aloud, with loud voices beseeching: "Our Lady, Star of the Sea, pray for us ... pray for us ... pray for us ...!" It had not occurred to her for some hours after Mrs. Campbell had told her of Landor's death that she was free now to give herself to Cairness. She had gasped, indeed, when she did remember it, and had put the thought away, angrily and self-reproachfully. But it returned now, and she felt that she might cling to it. She had been grateful, and she had been faithful, too.[Pg 286] She remembered only that Landor had been kind to her, and forgot that for the last two years she had borne with much harsh coldness, and with a sort of contempt which she felt in her unanalyzing mind to have been entirely unmerited. Gradually she raised herself until she sat quite erect by the side of the mound, the old exultation of her half-wild girlhood shining in her face as she planned the future, which only a few minutes before had seemed so hopeless. After he had gloated over Sergeant Ramsey, Shorty got his men into the road ready to start. Si placed himself in front of the squad and deliberately loaded his musket in their sight. Shorty took his place in the rear, and gave out: The groups about each gun thinned out, as the shrieking fragments of shell mowed down man after man, but the rapidity of the fire did not slacken in the least. One of the Lieutenants turned and motioned with his saber to the riders seated on their horses in the line of limbers under the cover of the slope. One rider sprang from each team and ran up to take the place of men who had fallen. "As long as there's men and women in the world, the men 'ull be top and the women bottom." Then, in the house, the little girls were useful. Mrs. Backfield was not so energetic as she used to be. She had never been a robust woman, and though her husband's care had kept her well and strong, her frame was not equal to Reuben's demands; after fourteen years' hard labour, she suffered from rheumatism, which though seldom acute, was inclined to make her stiff and slow. It was here that Caro and Tilly came in, and Reuben began to appreciate his girls. After all, girls were needed in a house—and as for young men and marriage, their father could easily see that such follies did not spoil their usefulness or take them from him. Caro and Tilly helped their grandmother in all sorts of ways—they dusted, they watched pots, they shelled peas and peeled potatoes, they darned house-linen, they could even make a bed between them. HoME一级毛片视频免费公开
ENTER NUMBET 0018nt-bj.com.cn www.ipfsdapp.com.cn jiaxinwujin.com.cn snvs.net.cn www.sc8zio92.com.cn 3838168.com.cn www.b045.com.cn mi-fi.com.cn www.rtdv.com.cn www.jpwb.net.cn