开发者

Python Path import problems

开发者 https://www.devze.com 2023-01-09 18:26 出处:网络
I added a folder to my PYTHONPATH where I can put all开发者_JAVA百科 of my Django Apps. I print sys.path, and everything looks good, the folder I want is there. However, when I go to import a module,

I added a folder to my PYTHONPATH where I can put all开发者_JAVA百科 of my Django Apps. I print sys.path, and everything looks good, the folder I want is there. However, when I go to import a module, it tells me that there's no module by that name. All the site-packages modules work fine. In all of my Django apps, there's an "_____init_____.py" like there's supposed to be. I heard that if those are created on windows there can be problems, but I couldn't dig up much more than that.


Fixed it. Sorry Santa for not including the console print out. Windows was dumb and added an extra .py to the file when I created it. So everything was actually "pythonfile.py.py". Awesome.

0

精彩评论

暂无评论...
验证码 换一张
取 消