> While looking into this, I had seen some mention of protocol option in > pickle. I > hadnt specified anything for protocol, so it defaults to 0 though I dont know > what that is. Its my first time using pickle and second with py2exe.
If you think this might be your problem, then it would be best to specify your protocol using the variable HIGHEST_PROTOCOL as defined in the Pickle module. However, if this does fix your problem, keep in mind it won't fix the problem for earlier pickle versions. Bickett -- http://mail.python.org/mailman/listinfo/python-list