https://bugzilla.wikimedia.org/show_bug.cgi?id=61783

Merlijn van Deen <valhall...@arctus.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |valhall...@arctus.nl

--- Comment #1 from Merlijn van Deen <valhall...@arctus.nl> ---
Seems to work for me:

$ virtualenv bug61783
$ source bug61783/bin/activate
$ curl http://tools.wmflabs.org/pywikibot/core.tar.gz | tar xvz
$ cd core
$ python setup.py install
$ python 
Python 2.7.3 (default, Sep 26 2013, 20:03:06)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pywikibot
>>>


The path looks comparable:
['',
 '/home/valhallasw/bug61783/bin',

'/home/valhallasw/bug61783/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg',

'/home/valhallasw/bug61783/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg',

'/home/valhallasw/bug61783/local/lib/python2.7/site-packages/Pywikipediabot-2.0b1-py2.7.egg',

'/home/valhallasw/bug61783/local/lib/python2.7/site-packages/httplib2-0.8_pywikibot1-py2.7.egg',
 '/home/valhallasw/bug61783/lib/python2.7',
 '/home/valhallasw/bug61783/lib/python2.7/plat-linux2',
 '/home/valhallasw/bug61783/lib/python2.7/lib-tk',
 '/home/valhallasw/bug61783/lib/python2.7/lib-old',
 '/home/valhallasw/bug61783/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/home/valhallasw/bug61783/local/lib/python2.7/site-packages',

'/home/valhallasw/bug61783/local/lib/python2.7/site-packages/IPython/extensions']


except for the slightly different distribute version...

What version of setuptools have you installed? Anything newer than 1.1.6 (which
is what ez_setup.py specifies)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to