https://bugzilla.wikimedia.org/show_bug.cgi?id=55584
Merlijn van Deen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|UNCONFIRMED |NEW CC| |[email protected] Version|unspecified |core (2.0) Ever confirmed|0 |1 --- Comment #1 from Merlijn van Deen <[email protected]> --- Setting packages=['pywikibot'], in setup.py does not seem to solve this. Simple way to reproduce: valhallasw@lisilwen:~/src/pwb/pywikibot-core$ virtualenv test New python executable in test/bin/python Installing distribute.............................................................................................................................................................................................done. Installing pip...............done. valhallasw@lisilwen:~/src/pwb/pywikibot-core$ source test/bin/activate valhallasw@lisilwen:~/src/pwb/pywikibot-core$ python setup.py install (...) (test)valhallasw@lisilwen:~/src/pwb/pywikibot-core$ ls -l test/lib/python2.7/site-packages/ total 40 drwxrwxr-x 4 valhallasw valhallasw 4096 Oct 10 22:03 distribute-0.6.24-py2.7.egg -rw-rw-r-- 1 valhallasw valhallasw 235 Oct 10 22:03 easy-install.pth drwxrwxr-x 3 valhallasw valhallasw 4096 Oct 10 22:04 externals drwxrwxr-x 4 valhallasw valhallasw 4096 Oct 10 22:03 pip-1.1-py2.7.egg drwxrwxr-x 7 valhallasw valhallasw 4096 Oct 10 22:04 pywikibot drwxrwxr-x 2 valhallasw valhallasw 4096 Oct 10 22:04 Pywikipediabot-2.0b1-py2.7.egg-info drwxrwxr-x 2 valhallasw valhallasw 4096 Oct 10 22:04 Pywikipediabot.egg-info drwxrwxr-x 3 valhallasw valhallasw 4096 Oct 10 22:04 scripts -rw-rw-r-- 1 valhallasw valhallasw 30 Oct 10 22:03 setuptools.pth drwxrwxr-x 6 valhallasw valhallasw 4096 Oct 10 22:04 tests -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
