Preston Holmes <sanroque.t...@gmail.com> wrote: > I've used the 10.5 binary egg from here with great success: > http://pyqrcode.sourceforge.net/ > > However trying to compile from source on 10.6 has not yet worked for me. > > I pip install JCC and it compiles fine > > But when I try to run make in the pyqrcode project, make fails when > trying to run jcc with the line that starts like: > > python -m jcc .... > > the error is: > > /Users/admin/.virtualenvs/qrcode/bin/python: jcc is a package and > cannot be directly executed
There are three different ways to invoke JCC. With 2.5, you use "-m jcc", with 2.6 (which is what you have on Snow Leopard) you use " -m jcc.__main__". Bill _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG