Turn Pycharm-package back to a directory

Answered

Hi, 

I don't know how it happened, but a normal pycharm-directory somehow turned into a package which doesn't contain __init__.py.

I have tried to import functions from that directory before, could this have caused the problem?(Now I don't import anything, but is still a packge) How can I turn it back to a normal directory again? Thanks!

0
1 comment

Make sure the directory is not marked as Namespace Package (right-click it and check Mark Directory as).

0

Please sign in to leave a comment.