Thanks. Bill
Christian Heimes <li...@cheimes.de> wrote: > Bill Janssen wrote: > > /usr/bin/python: jcc is a package and cannot be directly executed > > make: *** [compile] Error 1 > > % /usr/bin/python -m jcc > > /usr/bin/python: jcc is a package and cannot be directly executed > > % > > > > What am I doing wrong? > > > Python 2.6 doesn't support packages as target of -m. JCC has already a > workaround that works on Python 2.5 and 2.6: "-m jcc.__main__". > > Christian