What steps will reproduce the problem?
1. I developed Web application using Python and Bottle. It works fine.
2. Now I want to convert it to exe.
3. During %python setup.py py2exe I've got error: "ImportError: No module named
pyodbc"
What is the expected output? What do you see instead?
It expected to compile and import pyodbc because it's installed on my computer.
Instead it failed to import pyodbc
What version of the product are you using? On what operating system?
Python 2.7
pyodbc-3.0.7-py2.7-win-amd64.egg
Windows 7 64 bit
Please provide any additional information below.
I have no problem to run my python script and it imports pyodbc and use it
properly.
the problem is only when I run py2exe.
What could be my problem?
thanks in advance
Original issue reported on code.google.com by evold...@gmail.com on 11 Aug 2014 at 4:41
Original issue reported on code.google.com by
evold...@gmail.com
on 11 Aug 2014 at 4:41