Hello! I've write wizard based on wxPython package and wanted to
compile it to exe via py2exe. All works fine, all compile fine, but
when I start wizard.exe - my compiled script - I'm getting an error:
Traceback (most recent call last):
File "init.py", line 484, in
File "init.py", line 87, in
UPDATE: Forgot - yes, I'm using cyrillic text in my script, but it all
encoded in utf8
--
http://mail.python.org/mailman/listinfo/python-list
pardon me for my stupidy, problem was in utf8 encoding. Changing all
strings encode to unicode solve that problem
--
http://mail.python.org/mailman/listinfo/python-list
Hi, that is my task:
I need to create python webserver-like extension(dll) which will run
php and python scripts as plugins.
I have no problems with dll creating and run python scripts, but I
cannot understand how to run php(CLI is not a solution).
Is there a way to solve this problem? I've thought
On May 5, 3:48 pm, Jeff <[EMAIL PROTECTED]> wrote:
> ctypes?
hm..may you explain it?
--
http://mail.python.org/mailman/listinfo/python-list
On May 6, 3:00 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hi, that is my task:
> > I need to create python webserver-like extension(dll) which will run
> > php and python scripts as plugins.
> > I have no problems with dll creating and run python scripts, but I