Closed GoogleCodeExporter closed 9 years ago
I believe the problem is that the yappi.py file was missing from the
distribution in
setup.py. The reason it was working in your "installation shell" was likely
because
you were in the same directory as yappi.py.
Adding the following keyword argument to the setup() call fixed it for me:
py_modules
= ["yappi"]. I've attached my setup.py.
Original comment by chromak...@gmail.com
on 4 Jan 2010 at 12:13
Attachments:
will be added in v0.4
Original comment by sum...@gmail.com
on 23 Feb 2010 at 7:12
Issue 8 has been merged into this issue.
Original comment by sum...@gmail.com
on 23 Feb 2010 at 7:12
Original comment by sum...@gmail.com
on 23 Feb 2010 at 7:14
Original issue reported on code.google.com by
mrk...@gmail.com
on 30 Dec 2009 at 2:51