Problem with bitmapcanvas and pyinstaller...

"Alec Bennett" <[email protected]>
Newsgroups gmane.comp.python.pythoncard
Message-ID <[email protected]>
It seems that including the bitmapcanvas component in a program compiled
with PyInstaller causes PyInstaller to crash. I posted to the PyInstaller
list but no one had any ideas, so I thought I'd ask this list.

Here's a simple script that shows the error. It works fine uncompiled, but
when compiled (even using the latest Trunk version of PyInstaller) it
crashes. If I comment out the bitmapcanvas line, all works fine both
compiled and uncompiled. I uploaded the compiled version of this to
http://wrybread.com/dropbox/test.zip. And the script I'm using to compile
is:

Anyway, here's the script:

#########################################################

# this line will cause the compiled app to crash:
from PythonCard.components import statictext, bitmapcanvas

# this line works fine:
#from PythonCard.components import statictext

import time

while True:
    print time.time()
    time.sleep(.5)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Pythoncard-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.