I have tried a few variations, but basically I am doing:  python 
pyinstaller.py -F -p C:\Python26\Lib\site-packages MoAnWin.py

I get 
....
4019 INFO: checking Tree
6555 ERROR: invalid syntax (parallelizer.py, line 132)
Traceback (most recent call last):
    File "D:\TMP\pyinstaller-2.0\PyInstaller\depend\owner.py", line 118 in 
getmod

      co = compile(stuff.replace("\r\n", "\n"), py[0], 'exec')
    File "parallelizer.py", line 132
          self.progress = {ch.childPid: [] for ch in self.childs}

    SyntaxError: invalid syntax


Any ideas what is wrong? 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to