Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Python + Pylons 应用程序中实现 PyFacebook。我应该把包裹放在哪里?导入它的最干净的方法是什么?我应该把文件放在哪个目录?谢谢!
你的大部分库都在你的 pythonpath 上,主要是 lib/site-packages。你应该只安装这些,大多数安装程序会确保它们在你的 python-path 上。然后你应该能够正常导入它们。