Tim Blechmann wrote:
i have built qt on osx once last year ... it was really straight
forward, i didn't specify anything and qt was built as framework ...

i tried the qt 4.4.0 and 4.4.1-nightly but got always error during make

finally qt-mac-opensource-src-4.3.4 was working straight forward

i could install the latest stable sip-4.7.6.tar.gz

but then the latest stable PyQt-mac-gpl-4.4.2.tar.gz did give me some error during make, but i could install the PyQt-mac-gpl-4.4.3-snapshot-20080523.tar.gz

so here i am :)
i think now i'm relly close :)


./nova_gui.py -d
/Users/admin/Sources/nova
Traceback (most recent call last):
  File "./nova_gui.py", line 49, in <module>
    import main_qt
File "/Users/admin/Sources/nova/source/pyqt_gui/main_qt.py", line 52, in <module>
    pyqt_version = [int(x) for x in QtCore.PYQT_VERSION_STR.split('.')]
ValueError: invalid literal for int() with base 10: '3-snapshot-20080523'



is it an issue with the snapshot?


should i try an older PyQt since i'm not using the newest qt?

unfortunately i can't find previous versions on their website :(
http://www.riverbankcomputing.co.uk/software/pyqt/download
or i'm blind



btw. which version of qt and pyqt are you using?



thanks a lot!
eni
_______________________________________________
nova-dev mailing list
[email protected]
http://klingt.org/cgi-bin/mailman/listinfo/nova-dev
http://tim.klingt.org/nova

Reply via email to