GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 16, 2024
Just a "Me Too" comment. I'm using Ubuntu 8.10, x86_64.

Original comment by fernandezm on 7 Feb 2009 at 3:24

from gui2exe.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 16, 2024
To fix this bug, edit AdvancedSplash.py, and in the line 224, replace this 
function
definition:

    def SetSplashShape(self):

to this one:

    def SetSplashShape(self, event=None):

Now, the application starts normally. I set the parameter 'event' to 'None' by
default because a grep search told me that function gets called without 
parameters too:

marcelo@marcelo-laptop:~/Escritorio/GUI2Exe$ grep SetSplashShape *
AdvancedSplash.py:            self.Bind(wx.EVT_WINDOW_CREATE, 
self.SetSplashShape)
AdvancedSplash.py:            self.SetSplashShape()
AdvancedSplash.py:    def SetSplashShape(self, event=None):
Coincidencia en el fichero binario AdvancedSplash.pyc
marcelo@marcelo-laptop:~/Escritorio/GUI2Exe$ 

Regards,
Marcelo

Original comment by fernandezm on 7 Feb 2009 at 3:29

from gui2exe.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 16, 2024
Hi,

    thank you for the bug report, this never came up until now (which is a bit 
strange). It has been fixed in revision 52 in SVN, by simply modifying the 
SetSplashShape method in AdvancedSplash.py like this:

    def SetSplashShape(self, event=None):
        """ Sets AdvancedSplash shape using the region created from the bitmap."""

        self.SetShape(self.reg)

        if event is not None:
            event.Skip()

Thanks again.

Original comment by [email protected] on 7 Feb 2009 at 4:54

  • Changed state: Fixed

from gui2exe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.