import - Python PyCharm not finding module common -


i'm using python 2.7.10 through anaconda 2.3.0 (64-bit) opencv 2.4.11 on windows. ran opencv sample watershed.py in command line typing "python watershed.py" , works fine.

strangely (or maybe not?), when run same code in pycharm (community edition 4.5.2), not run , throws error: "importerror: cannot import name sketcher". note i've been developing in pycharm while , else seems work fine (although admittedly don't use many different imported modules). i've cross-checked make sure don't have multiple python installs. don't. have anaconda, , 1 install of that. ideas?? thanks.

unclemeh

it looks sketcher package has not been installed python version using in ide.once install on ide sketcher package available work. hope helps.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -