Python Forum

Full Version: Application Run Error - No module named formencode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am using python 2.6.5. I built an exe file using py2exe.
When trying to run the .exe file, I get this error message in the log file:

Traceback (most recent call last):
File "001.pyw", line 3, in <module>
File "002.pyc", line 2, in <module>
File "003.pyc", line 8, in <module>
File "004.pyc", line 7, in <module>
File "sqlobject\__init__.pyc", line 5, in <module>
File "sqlobject\col.pyc", line 31, in <module>
ImportError: No module named formencode

Can anyone tell me what does this error mean and how can I solve it?

- Sable