[wxPython-users] ANN: GUI2Exe for wxPython :-D

roee shlomo roee88 at gmail.com
Sun Apr 1 14:50:27 PDT 2007


Many thanks Andrea :-)
I can't make it run... :P

The windows binary gives:
Traceback (most recent call last):
  File "wx\_misc.pyo", line 1341, in Notify
  File "wx\_core.pyo", line 14189, in Notify
  File "GUI2Exe.py", line 1183, in ShowMain
  File "GUI2Exe.py", line 106, in __init__
  File "DataBase.pyo", line 31, in __init__
  File "bsddb\__init__.pyo", line 323, in btopen
bsddb.db.DBNoSuchFileError: (2, 'No such file or directory')


Running from source gave me an error saying setuptools is missing (I saw the
comment on the source code. Why would anyone have py2app installed on
windows?),
so I installed setuptools anyway and I got this error:
Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line
1341
, in Notify
    self.notify()
  File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
1418
9, in Notify
    self.result =3D self.callable(*self.args, **self.kwargs)
  File "C:\Download\GUI2Exe_source\GUI2Exe.py", line 1183, in ShowMain
    frame =3D GUI2Exe(None, -1, "", size=3D(xvideo, yvideo))
  File "C:\Download\GUI2Exe_source\GUI2Exe.py", line 106, in __init__
    self.dataBase =3D DataBase(self, dbName)
  File "C:\Download\GUI2Exe_source\DataBase.py", line 31, in __init__
    self.db =3D bsddb.btopen(dbName, "c")
  File "C:\Python25\lib\bsddb\__init__.py", line 323, in btopen
    d.open(file, db.DB_BTREE, flags, mode)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 26-29:
ord
inal not in range(128)

My default system encoding is hebrew, must be something in bsddb's unicode
support.

On 4/1/07, C M <cmpython at gmail.com> wrote:
>
> As a beginner with currently nothing worthy of being made executable
> (someday...) I guess I don't have the knowledge to state this with any
> authority, but...this looks awesome!  Thank you!
> -Che
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200704=
01/78ff5fed/attachment.htm


More information about the wxpython-users mailing list