> @Marcus, another benefit of compiled qrc files is that you don't have to deploy any of the source images or deal with path locations. You only need to deploy one python file as standard code in the python path.
Yeah, but I don't buy it. This only really makes sense if you separate between development and deployment directory. With Python, this distinction isn't made and you end up deploying the development directory. Meaning paths don't change as they do during deployment of compiled Qt. Let's say your right, wouldn't it still mean keeping the source images in the development directory, and still deploying them? You'd end up with qrc and source images. I suppose you could selectively exclude them via some packaging mechanism like pip, but why bother? -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOC_rMZZaAi-_TVuh47eFV1xDwQM83evwUU-xDnkSGbdZw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
