Size: 589
Comment:
|
Size: 183
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= PyODBC = If a script frozen with py2exe utilizes [[http://code.google.com/p/pyodbc/|pyodbc]], running the executable version produces the error: {{{RuntimeError: Unable to import decimal}}} The solution is to include the following py2exe option: {{{ setup( ... options = { 'py2exe': { 'includes': 'decimal', }, }, ... ) }}} Original solution was found in [[http://forums.devshed.com/python-programming-11/compiled-python-app-problem-502516.html|"Compiled Python App Problem" thread on Dev Shed™ Forums]]. |
Hello, I'm Wilhemina, a 29 year old from Cannes-La-Bocca, France.<<BR>> My hobbies include (but are not limited to) Gardening, Amateur astronomy and watching How I Met Your Mother. |
Hello, I'm Wilhemina, a 29 year old from Cannes-La-Bocca, France.
My hobbies include (but are not limited to) Gardening, Amateur astronomy and watching How I Met Your Mother.