Menu

#95 Error when building on Windows

Jul14
resolved
None
setup
bug
2014-02-15
2014-02-14
Nexeya
No

When I try to run : python setup.py build install
It gives me errors:
'\bin\rcc' is not a programm

On windows, with pythonXY, in PyQt4 directory there is only pyrcc4 but I don't know if it is the exact same behaviour as rcc

Discussion

  • Carlos Pascual

    Carlos Pascual - 2014-02-15
    • status: waiting --> resolved
    • assigned_to: Carlos Pascual
    • Category: pool --> setup
     
  • Carlos Pascual

    Carlos Pascual - 2014-02-15

    This is a known thing (not strictly a bug).
    For building (under any platform) you need the Qt development tools installed (not just PyQt).

    So, for now, you may need to install Qt SDK or just use the pre-packaged windows binaries [*]

    It is a pity to add such build dependency for just compiling the icons, but we will probably get rid of it soon (we are planning to change the way icons are handled, and get rid of the .rcc files).

    [*] as a note: I don't have Qt installed on my windows machine myself. I create the windows binaries from GNU/Linux