Thanks. I will try to investigate. But so far I see some relative imports in the wekzeug/flask code, which on my experience has proven to be a pain in the arse when it comes to freezing the environment.
Best, Alex. On Jan 25, 2011, at 4:05 PM, Olx wrote: > 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. > -- 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.
