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