Can't run wxPython 2.5.2.7

Hi people,

When I try to run the wxPython DEMO I get an error/warning message from
wxPython with the text:

"No handler found for image type"

I've tried running other software that uses version 2.5.2.7 like spe 0.5.1e
and nothing works so it appears not to be a problem with the wxPython DEMO
program per se. I'm running Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC
v.1200 32 bit (Intel)] on win32.

I'm also clueless !

Best,
mjekl

mjekl wrote:

Hi people,

When I try to run the wxPython DEMO I get an error/warning message from wxPython with the text:

"No handler found for image type"

If you are getting this error then you are probably not running 2.5.2.7 since it now has a built-in call to wxInitAllImageHandlers. To find out for sure run python and type this:

  >>> import wx
  >>> print wx.VERSION_STRING

Check your sys.path to see if there is another install of wxPython somewhere that the apps are finding instead of the 2.5.2.7 that you installed.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Indeed, I had exactly this problem. In my case it turned out I had installed
the stand-alone install of Plone, which seems to seriously mess with the
sys.path. Installing Plone manually on top of a Zope install did not have
this problem.
Cheers,
Andrew

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: 25 August 2004 20:28
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] Can't run wxPython 2.5.2.7

mjekl wrote:
> Hi people,
>
> When I try to run the wxPython DEMO I get an error/warning message from
> wxPython with the text:
>
> "No handler found for image type"

If you are getting this error then you are probably not running 2.5.2.7
since it now has a built-in call to wxInitAllImageHandlers. To find out
for sure run python and type this:

  >>> import wx
  >>> print wx.VERSION_STRING

Check your sys.path to see if there is another install of wxPython
somewhere that the apps are finding instead of the 2.5.2.7 that you
installed.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be
read, copied and used only by the intended recipient. No
communication sent by e-mail to or from Eutechnyx is intended to
give rise to contractual or other legal liability, apart from
liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star
Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

Exactly!
I'm using the stand-alone install of Plone.
Txs for the help.
Best,
Miguel

Glad to be of help.
Regards,
Andrew

···

-----Original Message-----
From: news [mailto:news@sea.gmane.org]On Behalf Of mjekl
Sent: 26 August 2004 12:08
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] Re: Can't run wxPython 2.5.2.7 -- WITH
Stand-alone Plone

Exactly!
I'm using the stand-alone install of Plone.
Txs for the help.
Best,
Miguel

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be
read, copied and used only by the intended recipient. No
communication sent by e-mail to or from Eutechnyx is intended to
give rise to contractual or other legal liability, apart from
liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star
Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

why duplicate the *to* addresses?

···

On Thursday 26 August 2004 04:56 pm, you wrote:

Glad to be of help.
Regards,
Andrew

--
regards
kg

http://www.onlineindianhotels.net - fastest hotel search website in the world
http://www.ootygolfclub.org

Bizzare - clicking "Reply to All" in Outlook on that (and only that) message
duplicates the address.
...
Ah I see - it looks like Miguel's message came through some sort of news
proxy.

Regards,
Andrew