alcemirfernandes / pynguin

Automatically exported from code.google.com/p/pynguin
GNU General Public License v3.0
0 stars 0 forks source link

pynguin does not start up; displays splash screen and then closes #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Startup log attached, from running "python -vd main.py" from inside pynguin/

What version of the product are you using? On what operating system?
HEAD, Ubuntu 9.10

Original issue reported on code.google.com by aresnick...@gmail.com on 19 Jul 2010 at 9:56

Attachments:

GoogleCodeExporter commented 9 years ago
stdout and stderr get redirected quite early, so it's tough to tell
what is going on when there is a problem starting up.

Try commenting out these 2 lines in interpreter.py (lines 78 and 79):

        sys.stdout = self
        sys.stderr = self

Then try starting pynguin again and you will likely get a traceback.

Original comment by miss...@hotmail.com on 20 Jul 2010 at 12:09

GoogleCodeExporter commented 9 years ago
Line 1245 in pynguin.py should read:
"""
            if pynguin is mainpyn and self.scene() is not None:
"""

Attached is a traceback.

Original comment by aresnick...@gmail.com on 20 Jul 2010 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry. Didn't test with tracking on.

Latest should fix it.

Original comment by miss...@hotmail.com on 20 Jul 2010 at 1:59

GoogleCodeExporter commented 9 years ago
Thanks for the report. I'll try not to break it again  :o/

Original comment by miss...@hotmail.com on 31 Jul 2010 at 4:59