Groups
Groups
Sign in
Groups
Groups
qtalchemy-dev
Conversations
About
Send feedback
Help
qtalchemy fails if pyside=rcc install to different prefix than python stuff
14 views
Skip to first unread message
Treeve Jelbert
unread,
Sep 8, 2013, 10:07:58 AM
9/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qtalch...@googlegroups.com
pyside and pyside-tools allow building by specifying SITE_PACKAGE which is
different to CMAKE_INSTALL_PREFIX.
I have both qt4 and qt5 installed.
In my case I used
CMAKE_INSTALL_PREFIX=/opt/qt4/
SITE_PACKAGE=/usr/lib/python2.7/site-packages
In this situation building qtalchemy fails, because it assumes that pyside-rcc
is in the same prefix as PySide
###
running build
running build_ui
compiling qtalchemy/widgets/icons.qrc -> qtalchemy/widgets/icons_rc.py
error: Unable to compile resource file [Errno 2] No such file or directory
$ which pyside-rcc
/opt/qt4/bin/pyside-rcc
$ which pyside-uic
/opt/qt4/bin/pyside-uic
Reply all
Reply to author
Forward
0 new messages