Opened 19 years ago
Closed 18 years ago
#301 closed defect (fixed)
AccountManager: ez_setup not included in zip download
Reported by: | Akshay Guleria | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Hi,
I am getting the error as stated in subject line while installing the accountmanager plugin for trac.
here is the command i am running: cd 0.9 python setup.py install
I get the error. and i tried to run the same command in trunk and that too does not work. I have also tried easy_install and that too does not work.
Here is the error i get; Traceback (most recent call last):
File "setup.py", line 3, in ?
import ez_setup
ImportError: No module named ez_setup
I believe, this must be basic because i am just too new to trac and python. Your help will be deeply appreciated.
thanks Akshay
Attachments (0)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Summary: | "No module named ez_setup" error while installing accountmanager plugin → AccountManager: ez_setup not included in zip download |
---|
Well, I'm going to guess that you used the zip download from the AccountManagerPlugin page. I just realized this is going to be a problem since I used an svn:external
to include the ez_setup from their remote repository. Trac Hacks doesn't fetch the external resources when it generates the zip, so that file is left out. I'll either include ez_setup.py in the repository, or remove it.
comment:3 Changed 19 years ago by
I guess for novices, that might be a good thing to do. I was getting anxious when it was not working. But once i figured out, it was cool :)
thanks much Akshay
comment:4 Changed 18 years ago by
can you check back, if the url for your svn:externals is still correct?
comment:6 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
ok.
it worked after i copied the ex_setup.py script to the current location where setup.py is located. Its going great as of now.