Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No module named setuptools" when setuptools not installed in python #57

Closed
djowett opened this issue Jul 17, 2014 · 5 comments · Fixed by #58
Closed

"No module named setuptools" when setuptools not installed in python #57

djowett opened this issue Jul 17, 2014 · 5 comments · Fixed by #58

Comments

@djowett
Copy link

djowett commented Jul 17, 2014

I'm using a dedicated python 2.7.5 and buildout to install Plone, but because setuptools is not installed in that python, I get the following error for longtest & prerelease:

/dev/Plone/Development/project/src/visualtitle$ ../../bin/longtest
Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    from setuptools import setup
ImportError: No module named setuptools
ERROR: Error generating long description.
@reinout
Copy link
Collaborator

reinout commented Jul 17, 2014

Are you using the very very latest version?

We released 3.51 just a few hours ago and if everything's OK, it solves exactly the problem you're having :-)

@djowett
Copy link
Author

djowett commented Jul 17, 2014

Thanks for the prompt response - I wasn't & now I am.

It DOES work for prerelease (though it asks me about MANIFEST.in twice)
longtest still DOESN'T work, though I'm sure I can get along fine without it.

@reinout
Copy link
Collaborator

reinout commented Jul 17, 2014

@djowett, can you try 3.52? Longtest should work, too, now. :-)

@djowett
Copy link
Author

djowett commented Jul 17, 2014

Yep, that seems good, asks me to install docutils etc

@reinout
Copy link
Collaborator

reinout commented Jul 17, 2014

Yeah! Thanks for reporting back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants