Hello! I'm having problems with packaging my application for Win using py2exe. The error message reads:
Traceback (most recent call last): File "server.py", line 15, in <module> File "flask\__init__.pyc", line 18 File "flask\app.pyc", line 24 File "flask\helpers.pyc" line 41 File "flask\globals.pyc" line 13 File "wekzeug\__init__.pyc", line 118 in __getattr__ ImportError: No module named local I assume something is weird with imports inside of Werkzeug. Does anybody have a suggestion on this? Thank you in advance! Alex -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
