I apologize if this is the wrong place for this. In looking at the archives this list seems to be more geared to the developers than users. I couldn't find a list for end users though so I'm going to post it here.<br>
<br>I'd like to try pypy for a simple project. I'm trying to use SUDS to retrieve data from a web service. SUDS uses a setup.py file to do the install. When I try that under pypy I get a message;<br><br> ImportError: No module named setuptools<br>
<br>I know I need setup tools but how do you install that? I have a version for Python 2.7 but it thinks that 2.7 isn't installed. I've searched the web for pypy setuptools information but can't seem to find anything.<br>
<br>Is it too early to try and use pypy for production? Is there a version of setup tools available for it?<br><br>Thanks,<br><br>Joe Goldthwaite<br>