[issue11091] Bug with reimport in pkg_resources

2011-02-01 Thread Brett Cannon
Brett Cannon added the comment: pkg_resources is not from Python but setuptools; you probably installed it and forgot it was there. I would suggest you do your App Engine development using virtualenv to make sure that you are working in a clean environment. -- nosy: +brett.cannon reso

[issue11091] Bug with reimport in pkg_resources

2011-02-01 Thread Сергей Чупраков
Changes by Сергей Чупраков : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue11091] Bug with reimport in pkg_resources

2011-02-01 Thread Сергей Чупраков
Changes by Сергей Чупраков : -- components: -Build ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11091] Bug with reimport in pkg_resources

2011-02-01 Thread Сергей Чупраков
Changes by Сергей Чупраков : -- components: +Build versions: +Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list maili

[issue11091] Bug with reimport in pkg_resources

2011-02-01 Thread Сергей Чупраков
New submission from Сергей Чупраков : import pkg_resources change path of already imported module this break google appengine because It use "google.__file__" to determine sdk directory. Ubuntu 10.10 ~/lib/google_appengine$ python Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) [GCC 4.4.5] on