From: Roger B. <ro...@ro...> - 2004-04-29 18:52:39
|
Steven Palm wrote: > And later, it failed... It's an encodings issue, the log file in the > bitfling client claimed it didn't know encoding US-ASCII. If I run it > from the dev source tree, not the bundle, it's fine. So, throw me a > bone Roger and let me know what files it's not packaging up. ;-) In bp.py, add a line doing this: import encodings.ascii You may also need a plain "import encodings". Roger |