Dennis
unread,Mar 3, 2009, 11:02:06 PM3/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mockito-python
Hi,
I've just started with Python and mockito-python and there is a
problem straight away
> deniss$ python setup.py install
running install
running build
running build_py
running install_lib
running install_egg_info
Removing /Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mockito-0.1.0-py2.5.egg-info
Writing /Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/mockito-0.1.0-py2.5.egg-info
> deniss$ python
Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mockito
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mockito
>>>
did I press the wrong button?