Jean-Michel Fauth wrote:
4) Please add a coding info in the Pyhton script.
All users are not american.Neither am I
but the file is actually 7-bit ASCII which is assumed by Python if no encoding is specified.
Since there are no Unicode string identifiers I don't think it's neccessary to include this but please explain if it is...
You are right there is no necessity to do it, as long the source .py file
consists of 7-bit ASCII chars.
When editing .py files, I'm used to add comments in (bad) English, French
or German, dependending on what is coming to my mind first. I'am always irritated, I have to add this encoding myself.
Having said this, it is always a good exercise to build an exe
(py2exe) when an encoding information is givenWe're busy working these things out... if you can test each new version and give feedback that would be great
Well, how can I give you a diplomatic answer? I'm a hobbyist programmer,
my time is limited.
That's fine, no pressure, anyone is welcome to test and any feedback is appreciated...
However, I find time to test the 0.2 release. It seems to be in
progress. What intrigates me? The number of modules py2exe tries to
pack.May I suggest the following torture test?
Create the wxPRE.exe and put the "dist" stuff on an external drive, and
try to run wxPRE from there. (I tested it with a zip drive).
Hmmm ... which version were you using? 2.5 has more modules than 2.4...
Anyway if you have any suggestions as to how to improve they are welcome
Best wishes.
Jean-Michel Fauth, Switzerland
Thanks for the feedback
David