wxPython Pit Apps: Currently not runnning (or with problems)

I assume, most of you are not interested in this, but for the
sake of completness, I pasted it into here.

I think, most of them can still be resolved.

If one of the authors reads this, all the better.

I want to run all these programs without packed exe, only with the source.

I have tested these programs on wxPython 2.6.1 and Python 2.4,
ansi and on Windows XP:

Application Launcer:
  1160576655
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\AL\src\Al.py", line 578, in ?
      app = Al(0)
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7668,
   in __init__
      self._BootstrapApp()
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7320,
   in _BootstrapApp
      return _core_.PyApp__BootstrapApp(*args, **kwargs)
    File "C:\Eigene Dateien\wxpython\apps\AL\src\Al.py", line 569, in OnInit
      frame = AlFrame(None)
    File "C:\Eigene Dateien\wxpython\apps\AL\src\Al.py", line 86, in __init__
      splash = AlSplashScreen(self)
    File "C:\Programme\GNU\WinCvs 2.0\launcher\src\AlSplashScreen.py", line 28, in
   __init__
      bmp = openAsBitmap("images\\al-logo.png")
    File "C:\Programme\GNU\WinCvs 2.0\launcher\src\GuiUtils.py", line 60, in openA
  sBitmap
      img = wx.Image(file, imgType).ConvertToBitmap()
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 3027,
   in ConvertToBitmap
      return _core_.Image_ConvertToBitmap(*args, **kwargs)
  wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ..\..\src\m
  sw\bitmap.cpp(822): invalid image
  Exception in thread Thread-1:
  Traceback (most recent call last):
    File "C:\Python24\lib\threading.py", line 442, in __bootstrap
      self.run()
    File "C:\Programme\GNU\WinCvs 2.0\launcher\src\Indexer.py", line 65, in run
      self.populate()
    File "C:\Programme\GNU\WinCvs 2.0\launcher\src\Indexer.py", line 194, in popul
  ate
      self.tree.addString(tmp, "%s" % i)
    File "C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py", line 191, in addS
  tring
      self.root.children[curChar])
    File "C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py", line 210, in sear
  chAndInsert
      curNode.children[subString[i]])
    File "C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py", line 210, in sear
  chAndInsert
      curNode.children[subString[i]])
    File "C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py", line 210, in sear
  chAndInsert
      curNode.children[subString[i]])
    File "C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py", line 210, in sear
  chAndInsert
      curNode.children[subString[i]])
    File "C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py", line 229, in sear
  chAndInsert
      elif subString[i] != curNode.str[i]:
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal
  not in range(128)

bitpim:
  Using (slow) Python version of Jaro/Winkler. Build C module in native/strings.
  You need to make splashscreen.png
  You need to make unknown.png
  You need to make unknown.png
  ...

Bittorrent:
  1) need unicode
  2) wanted to force
  Unhandled error in BT Deferred:
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\BitTorrent\BitTorrent\yielddefer.py", li
  ne 86, in _recall
      t = self.gen.next()
    File "C:\Eigene Dateien\wxpython\apps\BitTorrent\BitTorrent\NatTraversal.py",
  line 509, in begin_discovery
      s = self.rawserver.create_multicastsocket(p, hostip)
    File "C:\Eigene Dateien\wxpython\apps\BitTorrent\BitTorrent\RawServer_twisted.
  py", line 792, in create_multicastsocket
      create_func = reactor.listenMulticast)
  AttributeError: 'Proactor' object has no attribute 'listenMulticast'
  Unhandled exception in thread started by <function psyco_thread_stub at 0x00FE66
  B0>
  Traceback (most recent call last):
    File "C:\Python24\lib\site-packages\psyco\profiler.py", line 368, in psyco_thr
  ead_stub
      return callable(*args)
    File "C:\Python24\lib\threading.py", line 462, in __bootstrap
      >>self.__stderr, (
    File "C:\Python24\Lib\codecs.py", line 178, in write
      data, consumed = self.encode(object, self.errors)
    File "C:\Python24\lib\encodings\cp850.py", line 18, in encode
      return codecs.charmap_encode(input,errors,encoding_map)
  AttributeError: 'NoneType' object has no attribute 'charmap_encode'

bookmarks manager:
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\pybkm\PyBKM.py", line 37, in ?
      app = pyBkmApp(0)
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7668,
   in __init__
      self._BootstrapApp()
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7320,
   in _BootstrapApp
      return _core_.PyApp__BootstrapApp(*args, **kwargs)
    File "C:\Eigene Dateien\wxpython\apps\pybkm\PyBKM.py", line 25, in OnInit
      frame = MainFrame(_('Bookmark Manager'))
    File "C:\temp\pybkm-0.2.1\Gui\MainFrame.py", line 65, in __init__
    File "C:\Eigene Dateien\wxpython\apps\pybkm\Gui\Tree.py", line 132, in __init_

···

_
      imagelist.Add(wxBitmap("pictures/folder.png"))
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_gdi.py", line 4804,
  in Add
      return _gdi_.ImageList_Add(*args, **kwargs)
  wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ..\..\src\m
  sw\bitmap.cpp(1721): invalid bitmap in wxInvertMask

bioimagexd:
  import vtk
  ImportError: No module named vtk

btmanager:
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\BTManager\BTAdd.py", line 16, in ?
      from Config import *
    File "C:\Eigene Dateien\wxpython\apps\BTManager\Config.py", line 31, in ?
      from BTP.Monitor import Monitor
    File "C:\Eigene Dateien\wxpython\apps\BTManager\BTP\Monitor.py", line 37, in ?
  
      from Storage import *
    File "C:\Eigene Dateien\wxpython\apps\BTManager\BTP\Storage.py", line 31, in ?
  
      from BTBitField import BitField
  ImportError: Module use of python23.dll conflicts with this version of Python.

Cornice:
  No module named Image (other Python or wxPython version; on other pc it works): PIL Version?
  Image.__file__: C:\\Python24\\lib\\site-packages\\PIL\\Image.pyc'

DebugFilterEditor:
  a) global name 'showerrors' is not defined
  b) Registry read failed The 'Settings' registry value has an unexpected length (460
      bytes, we expected at least 544).
      Only DebugView versions which have at least 20 filters are supported.

dirsync:
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\DirsSync\run.py", line 15, in ?
      app=DsApp(0)
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7668,
   in __init__
      self._BootstrapApp()
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7320,
   in _BootstrapApp
      return _core_.PyApp__BootstrapApp(*args, **kwargs)
    File "C:\Eigene Dateien\wxpython\apps\DirsSync\run.py", line 7, in OnInit
      frame=dirssync_gui.MyFrame(None,-1,"Directories Synchronizer")
    File "C:\Eigene Dateien\wxpython\apps\DirsSync\dirssync_gui.py", line 180, in
  __init__
      self.__do_layout()
    File "C:\Eigene Dateien\wxpython\apps\DirsSync\dirssync_gui.py", line 289, in
  __do_layout
      Sizer_InputsPanel_CMDs.Add(50, 20, 0, 0, 0)
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 11679
  , in Add
      return _core_.Sizer_Add(*args, **kwargs)
  TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item

fonty python:
  Sorry, only Gnu/Linux is supported at the moment.

gimini:
  C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wxPython\lib\floatbar.py:5: Depr
  ecationWarning: \
  
  ################################################\
  # This module is not supported in any way! |
  # |
  # See cource code for wx.lib.floatbar for more |
  # information. |
  ################################################/
  
    import wx.lib.floatbar
  Traceback (most recent call last):
    File "gimini.pyw", line 17, in ?
      from MainFrame import MainFrame
    File "C:\Eigene Dateien\wxpython\apps\gimini\src\MainFrame.py", line 22, in ?
      from wxPython.clip_dnd import *
  ImportError: No module named clip_dnd

gnumed:
  client:
    log file is [C:\\.xdt2gnumed\xdt2gnumed.log]
    Traceback (most recent call last):
      File "C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py", line 120,
    in ?
        if not connector.setup():
      File "C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py", line 43, i
    n setup
        self.__gm_server = xmlrpclib.ServerProxy('http://localhost:%s' % int(port))
    TypeError: __int__ returned non-int (type instance)

hylapex:
  (passt) (zum korrigieren):
  read_conf.py
  from cfgparser.compat import RawConfigParser as RCP
  to
  from ConfigParser import RawConfigParser as RCP
  and
  super(conf_parser, self).__init__()
  to:
  RCP.__init__(self)

ipodder:
  1) xmms couldn't be imported
  
  2) Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py", line 3175,
   in ?
      main()
    File "C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py", line 3169,
   in main
      myApp = iPodderGui(ipodder)
    File "C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py", line 586,
  in __init__
      wx.App.__init__(self, False, None)
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7668,
   in __init__
      self._BootstrapApp()
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\_core.py", line 7320,
   in _BootstrapApp
      return _core_.PyApp__BootstrapApp(*args, **kwargs)
    File "C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py", line 927,
  in OnInit
      IPG_Preferences.InitMixin(self, res, xrc)
    File "C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py", line 388,
  in InitMixin
      self.preferences = res.LoadDialog(None, "PREFERENCES")
    File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\xrc.py", line 133, in
   LoadDialog
      return _xrc.XmlResource_LoadDialog(*args, **kwargs)
  wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ..\..\src\m
  sw\radiobox.cpp(378): invalid radiobox index

MacFlightGear:
  runs only on max (own category; only runs on x platform)

Metarmorphose:
  only runnable with unicode wxPython (download it? and use with
  import wxversion; wxversion.select(...unicode)

neveredit:
  ERROR script: could not import nsscompiler - install from nwntools package
        ignore this exception if you do not want to compile scripts
  Traceback (most recent call last):
    File "C:\Python24\Lib\site-packages\neveredit\game\Script.py", line 11, in ?
      from nwntools import nsscompiler
  ImportError: No module named nwntools
  Using main class from: C:\Python24\lib\site-packages\neveredit\ui\NeverEditMainA
  pp.pyc
  initializing resource manager from " C:\Eigene Dateien\wxpython\apps\neveredit\N
  WN\ "
  WARNING resourcemanager: "C:\Eigene Dateien\wxpython\apps\neveredit\NWN\" does n
  ot look like a valid NWN dir
  ERROR resourcemanager: cannot find resource for ('nwscript\x00\x00\x00\x00\x00\x
  00\x00\x00', 2009)in any added lists
  ERROR resourcemanager: cannot find resource for ('creaturepalstd\x00\x00', 2030)
  in any added lists
  Traceback (most recent call last):
    File "C:\Python24\Lib\site-packages\neveredit\ui\NeverEditMainApp.py", line 57
  3, in idle
      self.showToolPalette()
    File "C:\Python24\Lib\site-packages\neveredit\ui\NeverEditMainApp.py", line 25
  7, in showToolPalette
      self.toolPalette = ToolPalette.ToolFrame()
    File "C:\Python24\Lib\site-packages\neveredit\ui\ToolPalette.py", line 155, in
   __init__
      [Palette.getStandardPalette(ptype)
    File "C:\Python24\Lib\site-packages\neveredit\game\Palette.py", line 135, in g
  etStandardPalette
      return Palette(r.getResourceByName(typ.lower() + 'palstd.itp').getRoot(),typ
  )
  AttributeError: 'NoneType' object has no attribute 'getRoot'
  ERROR resourcemanager: cannot find resource for ('creaturepalstd\x00\x00', 2030)
  ...

PictureResizer:
  siehe Cornice
  No module named Image (andere Python oder wxPython version; on other pc it works)

polymer:
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\polymer\polymer.py", line 69, in ?
      if run():
    File "C:\Eigene Dateien\wxpython\apps\polymer\polymer.py", line 65, in run
      main()
    File "C:\Eigene Dateien\wxpython\apps\polymer\polymer.py", line 37, in main
      import polymer.app
    File "c:\Eigene Dateien\wxpython\apps\polymer\polymer\app.py", line 27, in ?
      import infotrope.acap
  ImportError: No module named infotrope.acap

pyalarm:
  1) is now Dave's Stupid Alarm Clock ; (is now qt)
  2) older version:
        File "C:\Eigene Dateien\wxpython\apps\pyAlarm-0.0.2\pyAlarm\sound.py", line 26
      , in ?
      ImportError: No module named mad

pydbdesigner:
     in ?
        class EntityView(ogl.wxDividedShape):
    AttributeError: 'module' object has no attribute 'wxDividedShape'

sepy:
  ImportError: No module named pyRXP; kleines encoding problem?
  win32-dlls-py24.zip => C:\Python24\DLLs\pyRXPU.pyd
  MsgBox: 'charmap' codec can't encode character u"\x81" in Position 8: character maps to <undefined>

spe:
  AttributeError: 'module' object has no attribute 'WIN'

taskcoach:
  change one line to make it run on ansi (textctrl);

thuban:
    import shapelib
    ImportError: No module named shapelib

Transana:
    import KeywordMapClass
    File "C:\Eigene Dateien\wxpython\apps\transana\KeywordMapClass.py", line 40, i
  n ?
      import FilterDialog
    File "C:\Eigene Dateien\wxpython\apps\transana\FilterDialog.py", line 28, in ?
  
      from wx.lib.mixins.listctrl import CheckListCtrlMixin
  ImportError: cannot import name CheckListCtrlMixin

Workbench:
    File "C:\Eigene Dateien\wxpython\apps\WorkBench\Source\wb_subversion_history.p
  y", line 14, in ?
      import wx.lib.splitter
  ImportError: No module named splitter

wxappbar:
    File "C:\Eigene Dateien\wxpython\apps\wxAppBar\wxappbar\appbar.py", line 346,
  in OnInit
      frame = AppBar(wx.None, -1, "test", size = (300,300))
  AttributeError: 'module' object has no attribute 'None'

wxpyatol:
  No module named calldll

wxremind:
  wxRemConfig: Fatal Error
  Could not find wxremindrc - using default settings.
  Cannot find the reminders file 'C:\/.reminders'!

########

--
Franz Steinhaeusler

You are not running the application. You are trying to run
an add-on. This add-on allows other applications to control
the GNUmed client remotely via XML-RPC. The reason you are
getting the error is that you are not telling xdt2gnumed
where to find it's conf file (and it cannot find one in the
standard places, either). There is no sane default to
hardcode. I do agree, this error could be handled better.
However, as I said, it's just an addon which we didn't have
enough manpower to work on.+

If you want to run the actual application you are better off
running gnumed.py, or better yet run any of gnumed.sh and/or
gm-0_x-from-cvs.sh depending on how you got your package set
up.

Feel free to ask for assistance.

There's a host of information on

http://wiki.gnumed.de

Karsten

···

On Wed, Oct 11, 2006 at 03:56:34PM +0000, Franz Steinhaeusler wrote:

gnumed:
  client:
    log file is [C:\\.xdt2gnumed\xdt2gnumed.log]
    Traceback (most recent call last):
      File "C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py", line 120,
    in ?
        if not connector.setup():
      File "C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py", line 43, i
    n setup
        self.__gm_server = xmlrpclib.ServerProxy('http://localhost:%s' % int(port))
    TypeError: __int__ returned non-int (type instance)

--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

Karsten Hilbert wrote:

gnumed:
  client:
    log file is [C:\\.xdt2gnumed\xdt2gnumed.log]
    Traceback (most recent call last):
      File "C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py", line 120,
    in ?
        if not connector.setup():
      File "C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py", line 43, i
    n setup
        self.__gm_server = xmlrpclib.ServerProxy('http://localhost:%s' % int(port))
    TypeError: __int__ returned non-int (type instance)

You are not running the application. You are trying to run
an add-on.

Karsten, thank you for that pointer.

This add-on allows other applications to control
the GNUmed client remotely via XML-RPC. The reason you are
getting the error is that you are not telling xdt2gnumed
where to find it's conf file (and it cannot find one in the
standard places, either). There is no sane default to
hardcode. I do agree, this error could be handled better.
However, as I said, it's just an addon which we didn't have
enough manpower to work on.+

I'm sorry, I didn't take any time.

I just started only every app, without having a deeper
knowledge about it.
I didn't read the install instructions.
As I said (also in the headline), it was only
a rash (to early) snapshot of my impressions.

If you want to run the actual application you are better off
running gnumed.py, or better yet run any of gnumed.sh and/or
gm-0_x-from-cvs.sh depending on how you got your package set
up.

Feel free to ask for assistance.

There's a host of information on

http://wiki.gnumed.de

Thank you, I will do, I have to spend more attention/time
about the applications.

Karsten

regards,

···

On Wed, Oct 11, 2006 at 03:56:34PM +0000, Franz Steinhaeusler wrote:

--
Franz Steinhaeusler

No problem. You did a *quick-n-dirty* assessment and you
said so. That's fine. I am just pointing you in the right
direction should you want to investigate further.

Karsten

···

On Wed, Oct 11, 2006 at 08:03:01PM +0000, Franz Steinhaeusler wrote:

> You are not running the application. You are trying to run
> an add-on.

I'm sorry, I didn't take any time.

I just started only every app, without having a deeper
knowledge about it.
I didn't read the install instructions.
As I said (also in the headline), it was only
a rash (to early) snapshot of my impressions.

--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

[snip]

Why I cann't see UliPad, did you test it?

···

On 10/11/06, Franz Steinhaeusler <franz.steinhaeusler@gmx.at> wrote:

I assume, most of you are not interested in this, but for the
sake of completness, I pasted it into here.

I think, most of them can still be resolved.

If one of the authors reads this, all the better.

I want to run all these programs without packed exe, only with the source.

I have tested these programs on wxPython 2.6.1 and Python 2.4,
ansi and on Windows XP:

Application Launcer:
  1160576655
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\AL\src\Al.py", line 578, in ?
      app = Al(0)

--
I like python!
UliPad <<The Python Editor>>: UliPad - Woodpecker Wiki for CPUG
My Blog: http://www.donews.net/limodou

limodou wrote:

···

On 10/11/06, Franz Steinhaeusler <franz.steinhaeusler@gmx.at> wrote:

I assume, most of you are not interested in this, but for the
sake of completness, I pasted it into here.

I think, most of them can still be resolved.

If one of the authors reads this, all the better.

I want to run all these programs without packed exe, only with the source.

I have tested these programs on wxPython 2.6.1 and Python 2.4,
ansi and on Windows XP:

Application Launcer:
  1160576655
  Traceback (most recent call last):
    File "C:\Eigene Dateien\wxpython\apps\AL\src\Al.py", line 578, in ?
      app = Al(0)

[snip]

Why I cann't see UliPad, did you test it?

Because I also listened apps which have "problems".

UliPad runs smoothly! :wink:

--
Franz Steinhaeusler

>
> Why I cann't see UliPad, did you test it?
>

Because I also listened apps which have "problems".

UliPad runs smoothly! :wink:

--
Franz Steinhaeusler

I see, thank you very much. :stuck_out_tongue:

···

--
I like python!
UliPad <<The Python Editor>>: UliPad - Woodpecker Wiki for CPUG
My Blog: http://www.donews.net/limodou

Hi

As previosly posted you will have to read the file README under the doc folder. It states:

  • Chapter 2 Fire up AL from the source
  • Install the software described in chapter 1
  • check out the entire launcher directory from cvs
  • cd launcher\src
  • copy the icons and the image directory to the src directory
  • python Al.py

Also you most likely will need the unicode build of wx to make it work correctly.

Hope this helps,

···


Rune Devik
http://www.garageinnovation.org

On 10/11/06, Franz Steinhaeusler franz.steinhaeusler@gmx.at wrote:

I assume, most of you are not interested in this, but for the
sake of completness, I pasted it into here.

I think, most of them can still be resolved.

If one of the authors reads this, all the better.

I want to run all these programs without packed exe, only with the source.

I have tested these programs on wxPython 2.6.1 and Python 2.4,
ansi and on Windows XP:

Application Launcer:
1160576655
Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\AL\src\Al.py”, line 578, in ?
app = Al(0)

File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7668,
in init
self._BootstrapApp()
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7320,

in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File “C:\Eigene Dateien\wxpython\apps\AL\src\Al.py”, line 569, in OnInit
frame = AlFrame(None)
File “C:\Eigene Dateien\wxpython\apps\AL\src\Al.py”, line 86, in init

 splash = AlSplashScreen(self)

File “C:\Programme\GNU\WinCvs 2.0\launcher\src\AlSplashScreen.py”, line 28, in
init
bmp = openAsBitmap(“images\al-logo.png”)
File “C:\Programme\GNU\WinCvs 2.0\launcher\src\GuiUtils.py”, line 60, in openA
sBitmap
img = wx.Image(file, imgType).ConvertToBitmap()
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 3027,
in ConvertToBitmap

 return _core_.Image_ConvertToBitmap(*args, **kwargs)

wx._core.PyAssertionError: C++ assertion “wxAssertFailure” failed in …..\src\m
sw\bitmap.cpp(822): invalid image
Exception in thread Thread-1:

Traceback (most recent call last):
File “C:\Python24\lib\threading.py”, line 442, in __bootstrap
self.run()
File “C:\Programme\GNU\WinCvs 2.0\launcher\src\Indexer.py”, line 65, in run

 self.populate()

File “C:\Programme\GNU\WinCvs 2.0\launcher\src\Indexer.py”, line 194, in popul
ate
self.tree.addString(tmp, “%s” % i)
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 191, in addS

tring
self.root.children[curChar])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear
chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear

chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear
chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear

chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 229, in sear
chAndInsert
elif subString[i] != curNode.str[i]:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 0: ordinal

not in range(128)

bitpim:
Using (slow) Python version of Jaro/Winkler. Build C module in native/strings.
You need to make splashscreen.png
You need to make unknown.png
You need to make unknown.png

Bittorrent:

  1. need unicode
  2. wanted to force
    Unhandled error in BT Deferred:
    Traceback (most recent call last):
    File “C:\Eigene Dateien\wxpython\apps\BitTorrent\BitTorrent\yielddefer.py”, li

ne 86, in _recall
t = self.gen.next()
File “C:\Eigene Dateien\wxpython\apps\BitTorrent\BitTorrent\NatTraversal.py”,
line 509, in begin_discovery
s = self.rawserver.create_multicastsocket
(p, hostip)
File “C:\Eigene Dateien\wxpython\apps\BitTorrent\BitTorrent\RawServer_twisted.
py”, line 792, in create_multicastsocket
create_func = reactor.listenMulticast)
AttributeError: ‘Proactor’ object has no attribute ‘listenMulticast’

Unhandled exception in thread started by <function psyco_thread_stub at 0x00FE66
B0>
Traceback (most recent call last):
File “C:\Python24\lib\site-packages\psyco\profiler.py”, line 368, in psyco_thr

ead_stub
return callable(*args)
File “C:\Python24\lib\threading.py”, line 462, in __bootstrap
>>self.__stderr, (
File “C:\Python24\Lib\codecs.py”, line 178, in write

 data, consumed = self.encode(object, self.errors)

File “C:\Python24\lib\encodings\cp850.py”, line 18, in encode
return codecs.charmap_encode(input,errors,encoding_map)
AttributeError: ‘NoneType’ object has no attribute ‘charmap_encode’

bookmarks manager:
Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\pybkm\PyBKM.py”, line 37, in ?
app = pyBkmApp(0)
File “C:\Python24\lib\site-packages\wx-
2.621-msw-ansi\wx_core.py”, line 7668,
in init
self._BootstrapApp()
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7320,
in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)

File “C:\Eigene Dateien\wxpython\apps\pybkm\PyBKM.py”, line 25, in OnInit
frame = MainFrame(_(‘Bookmark Manager’))
File “C:\temp\pybkm-0.2.1\Gui\MainFrame.py”, line 65, in init

File “C:\Eigene Dateien\wxpython\apps\pybkm\Gui\Tree.py”, line 132, in _init
_
imagelist.Add(wxBitmap(“pictures/folder.png”))
File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_gdi.py
", line 4804,
in Add
return gdi.ImageList_Add(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion “wxAssertFailure” failed in …..\src\m
sw\bitmap.cpp(1721): invalid bitmap in wxInvertMask

bioimagexd:
import vtk
ImportError: No module named vtk

btmanager:
Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\BTManager\BTAdd.py”, line 16, in ?
from Config import *

File “C:\Eigene Dateien\wxpython\apps\BTManager\Config.py”, line 31, in ?
from BTP.Monitor import Monitor
File “C:\Eigene Dateien\wxpython\apps\BTManager\BTP\Monitor.py”, line 37, in ?

 from Storage import *

File “C:\Eigene Dateien\wxpython\apps\BTManager\BTP\Storage.py”, line 31, in ?

 from BTBitField import BitField

ImportError: Module use of python23.dll conflicts with this version of Python.

Cornice:
No module named Image (other Python or wxPython version; on other pc it works): PIL Version?
Image.file: C:\Python24\lib\site-packages\PIL\Image.pyc’

DebugFilterEditor:
a) global name ‘showerrors’ is not defined

b) Registry read failed The ‘Settings’ registry value has an unexpected length (460
bytes, we expected at least 544).
Only DebugView versions which have at least 20 filters are supported.

dirsync:

Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\DirsSync\run.py”, line 15, in ?
app=DsApp(0)
File "C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py
", line 7668,
in init
self._BootstrapApp()
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7320,
in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)

File “C:\Eigene Dateien\wxpython\apps\DirsSync\run.py”, line 7, in OnInit
frame=dirssync_gui.MyFrame(None,-1,“Directories Synchronizer”)
File “C:\Eigene Dateien\wxpython\apps\DirsSync\dirssync_gui.py”, line 180, in

init
self.__do_layout()
File “C:\Eigene Dateien\wxpython\apps\DirsSync\dirssync_gui.py”, line 289, in
__do_layout
Sizer_InputsPanel_CMDs.Add(50, 20, 0, 0, 0)
File “C:\Python24\lib\site-packages\wx-
2.621-msw-ansi\wx_core.py”, line 11679
, in Add
return core.Sizer_Add(*args, **kwargs)
TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item

fonty python:
Sorry, only Gnu/Linux is supported at the moment.

gimini:
C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wxPython\lib\floatbar.py:5: Depr
ecationWarning: \

################################################\

This module is not supported in any way! |

|

See cource code for wx.lib.floatbar for more |

information. |

################################################/

import wx.lib.floatbar
Traceback (most recent call last):
File “gimini.pyw”, line 17, in ?
from MainFrame import MainFrame
File “C:\Eigene Dateien\wxpython\apps\gimini\src\MainFrame.py”, line 22, in ?

 from wxPython.clip_dnd     import *

ImportError: No module named clip_dnd

gnumed:
client:
log file is [C:\.xdt2gnumed\xdt2gnumed.log]
Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py”, line 120,

in ?
if not connector.setup():
File “C:\Eigene Dateien\wxpython\apps\GNUmed-client\xdt2gnumed.py”, line 43, i
n setup
self.__gm_server = xmlrpclib.ServerProxy(’
http://localhost:%s
’ % int(port))
TypeError: int returned non-int (type instance)

hylapex:
(passt) (zum korrigieren):
read_conf.py
from cfgparser.compat import RawConfigParser as RCP
to

from ConfigParser import RawConfigParser as RCP
and
super(conf_parser, self).init()
to:
RCP.init(self)

ipodder:

  1. xmms couldn’t be imported

  2. Traceback (most recent call last):
    File “C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py”, line 3175,

in ?
main()
File “C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py”, line 3169,
in main
myApp = iPodderGui(ipodder)
File “C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py”, line 586,

in init
wx.App.init(self, False, None)
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7668,
in init
self._BootstrapApp()
File “C:\Python24\lib\site-packages\wx-
2.621-msw-ansi\wx_core.py”, line 7320,
in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File “C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py”, line 927,

in OnInit
IPG_Preferences.InitMixin(self, res, xrc)
File “C:\Eigene Dateien\wxpython\apps\iPodder-linux\iPodderGui.py”, line 388,
in InitMixin
self.preferences = res.LoadDialog(None, “PREFERENCES”)

File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx\xrc.py”, line 133, in
LoadDialog
return _xrc.XmlResource_LoadDialog(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion “wxAssertFailure” failed in …..\src\m

sw\radiobox.cpp(378): invalid radiobox index

MacFlightGear:
runs only on max (own category; only runs on x platform)

Metarmorphose:
only runnable with unicode wxPython (download it? and use with

import wxversion; wxversion.select(…unicode)

neveredit:
ERROR script: could not import nsscompiler - install from nwntools package
ignore this exception if you do not want to compile scripts
Traceback (most recent call last):

File “C:\Python24\Lib\site-packages\neveredit\game\Script.py”, line 11, in ?
from nwntools import nsscompiler
ImportError: No module named nwntools
Using main class from: C:\Python24\lib\site-packages\neveredit\ui\NeverEditMainA

pp.pyc
initializing resource manager from " C:\Eigene Dateien\wxpython\apps\neveredit\N
WN\ "
WARNING resourcemanager: "C:\Eigene Dateien\wxpython\apps\neveredit\NWN" does n
ot look like a valid NWN dir

ERROR resourcemanager: cannot find resource for (‘nwscript\x00\x00\x00\x00\x00\x
00\x00\x00’, 2009)in any added lists
ERROR resourcemanager: cannot find resource for (‘creaturepalstd\x00\x00’, 2030)
in any added lists

Traceback (most recent call last):
File “C:\Python24\Lib\site-packages\neveredit\ui\NeverEditMainApp.py”, line 57
3, in idle
self.showToolPalette()
File “C:\Python24\Lib\site-packages\neveredit\ui\NeverEditMainApp.py”, line 25

7, in showToolPalette
self.toolPalette = ToolPalette.ToolFrame()
File “C:\Python24\Lib\site-packages\neveredit\ui\ToolPalette.py”, line 155, in
init
[Palette.getStandardPalette
(ptype)
File “C:\Python24\Lib\site-packages\neveredit\game\Palette.py”, line 135, in g
etStandardPalette
return Palette(r.getResourceByName(typ.lower() + ‘palstd.itp’).getRoot(),typ
)
AttributeError: ‘NoneType’ object has no attribute ‘getRoot’

ERROR resourcemanager: cannot find resource for (‘creaturepalstd\x00\x00’, 2030)

PictureResizer:
siehe Cornice
No module named Image (andere Python oder wxPython version; on other pc it works)

polymer:
Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\polymer\polymer.py”, line 69, in ?
if run():
File “C:\Eigene Dateien\wxpython\apps\polymer\polymer.py”, line 65, in run

 main()

File “C:\Eigene Dateien\wxpython\apps\polymer\polymer.py”, line 37, in main
import polymer.app
File “c:\Eigene Dateien\wxpython\apps\polymer\polymer\app.py”, line 27, in ?

 import infotrope.acap

ImportError: No module named infotrope.acap

pyalarm:

  1. is now Dave’s Stupid Alarm Clock ; (is now qt)
  2. older version:
    File “C:\Eigene Dateien\wxpython\apps\pyAlarm-
    0.0.2\pyAlarm\sound.py”, line 26
    , in ?
    ImportError: No module named mad

pydbdesigner:
in ?
class EntityView(ogl.wxDividedShape):
AttributeError: ‘module’ object has no attribute ‘wxDividedShape’

sepy:
ImportError: No module named pyRXP; kleines encoding problem?
win32-dlls-py24.zip => C:\Python24\DLLs\pyRXPU.pyd
MsgBox: ‘charmap’ codec can’t encode character u"\x81" in Position 8: character maps to

spe:
AttributeError: ‘module’ object has no attribute ‘WIN’

taskcoach:
change one line to make it run on ansi (textctrl);

thuban:
import shapelib
ImportError: No module named shapelib

Transana:
import KeywordMapClass
File “C:\Eigene Dateien\wxpython\apps\transana\KeywordMapClass.py”, line 40, i
n ?
import FilterDialog
File “C:\Eigene Dateien\wxpython\apps\transana\FilterDialog.py”, line 28, in ?

 from wx.lib.mixins.listctrl import CheckListCtrlMixin

ImportError: cannot import name CheckListCtrlMixin

Workbench:
File "C:\Eigene Dateien\wxpython\apps\WorkBench\Source\wb_subversion_history.p

y", line 14, in ?
import wx.lib.splitter
ImportError: No module named splitter

wxappbar:
File “C:\Eigene Dateien\wxpython\apps\wxAppBar\wxappbar\appbar.py”, line 346,
in OnInit

 frame = AppBar(wx.None, -1, "test", size = (300,300))

AttributeError: ‘module’ object has no attribute ‘None’

wxpyatol:
No module named calldll

wxremind:
wxRemConfig: Fatal Error

Could not find wxremindrc - using default settings.
Cannot find the reminders file ‘C:/.reminders’!

########


Franz Steinhaeusler


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

Rune Devik wrote:

Hi

As previosly posted you will have to read the file README under the doc
folder. It states:

- Chapter 2 Fire up AL from the source

* Install the software described in chapter 1
* check out the entire launcher directory from cvs
* cd launcher\src
* copy the icons and the image directory to the src directory
* python Al.py
Also you most likely will need the unicode build of wx to make it work
correctly.

Hope this helps,

Hello Rune,

I tried with Unicode, but the same traceback.
Hm, maybe a problem on my side, I checked wxversion and also
deleted the pyc files.

The exe app simply disappears and the prompt is back again.
(Maybe an error output file would be interesting).

But for what I saw (I changed the offending lines), it is a very nice
application!

Until now I used mcl
http://www.mlin.net/MCL.shtml.

But maybe I will switch. :wink:

···

--
Franz Steinhaeusler

Hi

This is strange. But the exe you downloaded installed successfully? Also remember that this is a single instance application so you are not allowed to start more than one instance at the same time. If you do it will just silenty exit much like you describe… (Maybe you where running the source version when trying the exe version or something like that…) However I have never experienced any problems starting it up and I have nearly 400 downloads of the latest version and no one has reported anything like this before. If you figure it out please report it back to me :slight_smile:

Also the crash on this line:

bmp = openAsBitmap(“images\al-logo.png”)

should be resolved by copying the images and icons directories to the src directory as far as I know. If you fixed anything else please let me know.

Really appriciate the feedback!

···


Rune Devik
http://www.garageinnovation.org

On 10/12/06, Franz Steinhaeusler franz.steinhaeusler@gmx.at wrote:

Rune Devik wrote:

Hi

As previosly posted you will have to read the file README under the doc

folder. It states:

  • Chapter 2 Fire up AL from the source
  • Install the software described in chapter 1
  • check out the entire launcher directory from cvs
  • cd launcher\src
  • copy the icons and the image directory to the src directory
  • python Al.py
    Also you most likely will need the unicode build of wx to make it work
    correctly.

Hope this helps,

Hello Rune,

I tried with Unicode, but the same traceback.
Hm, maybe a problem on my side, I checked wxversion and also
deleted the pyc files.

The exe app simply disappears and the prompt is back again.

(Maybe an error output file would be interesting).

But for what I saw (I changed the offending lines), it is a very nice
application!

Until now I used mcl
http://www.mlin.net/MCL.shtml
.

But maybe I will switch. :wink:


Franz Steinhaeusler


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

Rune Devik wrote:

Hi

This is strange. But the exe you downloaded installed successfully?

The installation process was without problems.

I also cleared the AL Data in my applications data directory.

Also
remember that this is a single instance application so you are not allowed
to start more than one instance at the same time.

Surely, no other instance is running (I controlled it with
taskmanager).

The hourglas is visible for a second, then all disappears.

But could it be the app *thinks* another instance is running?

Ha, I just tried out of curiosity an older version (I downloaded
Al_v0_1_3.exe and guess what.
Yes it started and runs without any problems.
I think, there is one or another difference between 13 and 15!

If you do it will just
silenty exit much like you describe.. (Maybe you where running the source
version when trying the exe version or something like that..)

No that was surely not the case.

However I have
never experienced any problems starting it up and I have nearly 400
downloads of the latest version and no one has reported anything like this
before. If you figure it out please report it back to me :slight_smile:
Also the crash on this line:
bmp = openAsBitmap("images\\al-logo.png")

should be resolved by copying the images and icons directories to the src
directory as far as I know. If you fixed anything else please let me know.

Yes it is already removed.

···

Really appriciate the feedback!

--
Franz Steinhaeusler

Rune Devik wrote:

Hi

This is strange. But the exe you downloaded installed successfully? Also
remember that this is a single instance application so you are not allowed
to start more than one instance at the same time. If you do it will just
silenty exit much like you describe.. (Maybe you where running the source
version when trying the exe version or something like that..) However I have
never experienced any problems starting it up and I have nearly 400
downloads of the latest version and no one has reported anything like this
before. If you figure it out please report it back to me :slight_smile:
Also the crash on this line:
bmp = openAsBitmap("images\\al-logo.png")

Apparantly in Version 1_3 the datas were stored in the program files
directory and in 1_5 in Applications Data Directory.

···

--
Franz Steinhaeusler

Rune Devik wrote:

Hi

Apparantly in Version 1_3 the datas were stored in the program files
directory and in 1_5 in Applications Data Directory.

I made a binary file compare and only Al.exe is different.

All other *.pyd and *.dll are the same date and size.

···

--
Franz Steinhaeusler

Franz Steinhaeusler wrote:

Rune Devik wrote:

Hi

Apparantly in Version 1_3 the datas were stored in the program files
directory and in 1_5 in Applications Data Directory.

I made a binary file compare and only Al.exe is different.

All other *.pyd and *.dll are the same date and size.

Anyway: I would redirect the output to a file and then check, if
something is wrong at the end:

app = MyApp(redirect = 1, filename = 'c:/myApp.err')

This would be bug hunting making much more easier.

We could also continue this on your sf page,
to not bore all the other wxpython mailing list members. :wink:

···

--
Franz Steinhaeusler

Yup, we should do that. I will add the redirect so that it will be a part of the next release.

Thanks again,

···


Rune Devik
http://www.garageinnovation.org

On 10/12/06, Franz Steinhaeusler franz.steinhaeusler@gmx.at wrote:

Franz Steinhaeusler wrote:

Rune Devik wrote:

Hi

Apparantly in Version 1_3 the datas were stored in the program files
directory and in 1_5 in Applications Data Directory.

I made a binary file compare and only Al.exe is different.

All other *.pyd and *.dll are the same date and size.

Anyway: I would redirect the output to a file and then check, if
something is wrong at the end:

app = MyApp(redirect = 1, filename = ‘c:/myApp.err’)

This would be bug hunting making much more easier.

We could also continue this on your sf page,
to not bore all the other wxpython mailing list members. :wink:


Franz Steinhaeusler


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

Rune Devik wrote:

Yup, we should do that. I will add the redirect so that it will be a part of
the next release.

Thanks again,

Hi, maybe another option without interferring in the program could
be dont with py2exe directly.

maybe:

http://www.py2exe.org/index.cgi/StderrLog
http://www.py2exe.org/index.cgi/GuiApps

could be interesting.

···

--
Franz Steinhaeusler

Hi

I use actually use pyinstaller because it’s better on import handling but it’s been a while since I used py2exe so maybe I should give em a chance again :wink: Also in the past I failed to figure out how to embed a icon for my executable, it may work now though. Will have a look. Also struggling with some other strange things that might be related to the freezing itself. If you run my app from source the icons displayed just before the app name is transparent, if you run the frozen version they are not transparent. Was thinking of trying a different freeze utility to test out if this is the cause of it…

···


Rune Devik
http://www.garageinnovation.org

On 10/12/06, Franz Steinhaeusler franz.steinhaeusler@gmx.at wrote:

Rune Devik wrote:

Yup, we should do that. I will add the redirect so that it will be a part of

the next release.

Thanks again,

Hi, maybe another option without interferring in the program could
be dont with py2exe directly.

maybe:


http://www.py2exe.org/index.cgi/StderrLog

http://www.py2exe.org/index.cgi/GuiApps

could be interesting.


Franz Steinhaeusler


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

Rune Devik wrote:

Hi
I use actually use pyinstaller because it's better on import handling but
it's been a while since I used py2exe so maybe I should give em a chance
again :wink: Also in the past I failed to figure out how to embed a icon for my
executable, it may work now though. Will have a look. Also struggling with
some other strange things that might be related to the freezing itself. If
you run my app from source the icons displayed just before the app name is
transparent, if you run the frozen version they are not transparent. Was
thinking of trying a different freeze utility to test out if this is the
cause of it..

Now that you say it, I also remember of other Icons in Drpython between
source version and packed version with py2exe.

I never tried Pyinstaller, google says, it is more flexible.
Creates also linux executables.

···

--
Franz Steinhaeusler

Rune Devik wrote:

Hi
I use actually use pyinstaller because it's better on import handling but
it's been a while since I used py2exe so maybe I should give em a chance
again :wink: Also in the past I failed to figure out how to embed a icon for my
executable, it may work now though. Will have a look. Also struggling with
some other strange things that might be related to the freezing itself. If
you run my app from source the icons displayed just before the app name is
transparent, if you run the frozen version they are not transparent. Was
thinking of trying a different freeze utility to test out if this is the
cause of it..

Now that you say it, I also remember of other Icons in Drpython between
source version and packed version with py2exe.

I never tried Pyinstaller, google says, it is more flexible.
Creates also linux executables.

···

--
Franz Steinhaeusler

Rune Devik wrote:

Hi
I use actually use pyinstaller because it's better on import handling but
it's been a while since I used py2exe so maybe I should give em a chance
again :wink: Also in the past I failed to figure out how to embed a icon for my
executable, it may work now though. Will have a look. Also struggling with
some other strange things that might be related to the freezing itself. If
you run my app from source the icons displayed just before the app name is
transparent, if you run the frozen version they are not transparent. Was
thinking of trying a different freeze utility to test out if this is the
cause of it..

Strange, I even tried it at home

it is working!!! (both versions the 1_5 exe and the Src
(unchanged under ansi wxPython)

I have installed same wxPython and python (I assume,
but I can get into this further).

So do not worry about this to much, your
application is fine and working!

Something on my (other) PC must be messy. :wink:

···

--
Franz Steinhaeusler