I feel really dumb right now because I have done this a thousand times with other modules... The problem I'm having is when I import win32api
from idle, it works. When I save my .py
file into my dropbox folder and run it from there, the import returns this error:
Traceback (most recent call last):
File "C:\Users\Username\Dropbox\Python\Clacker.py", line 6, in <module>
import win32api, win32con
ImportError: DLL load failed: The specified module could not be found.
Any ideas? I'm guessing it's something super simple that I overlooked (I have been on a PHP binge for a while so my python is rusty).