Hello folks -

In a previous life I used McMillian's installer on a commercial
application and it worked really well. We deployed a PyQt app on
Windows and Linux. I'm happy to see that someone's taken up the
project and moving it forward. That's so very cool.

I just tried building a simple hello world application on a FreeBSD
6.0 system and it worked! I was wondering, is there a set of unit
tests that I can use to perform a bit more serious verification of
FreeBSD support? I see that there's a buildtest directory.
Unfortunately when I use runtests.py, I see lots of syntax errors
like:


    a = Analysis([os.path.join(HOMEPATH,'support\\_mountzlib.py'),
os.path.join(HOMEPATH,'support\\useUnicode.py'), 'test9.py'],
                                                                      
                                                         ^
SyntaxError: invalid syntax
disttest9/test9: not found


I admit that I haven't dug too far into the tests to see what's going
on. I wanted to check that I'm heading in the right direction before
going to far. Any insight that you can provide would be appreciated...

Thanks.

- Peter

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to