Modify

Opened 18 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 18 years ago by Akshay Guleria

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.

comment:2 Changed 18 years ago by Matt Good

Summary: "No module named ez_setup" error while installing accountmanager pluginAccountManager: 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 18 years ago by Akshay Guleria

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 trac@…

can you check back, if the url for your svn:externals is still correct?

comment:5 Changed 18 years ago by Matt Good

(In [970]) removing svn:external for ez_setup (re #301)

comment:6 Changed 18 years ago by Matt Good

Resolution: fixed
Status: newclosed

(In [971]) follow up to r970: oops svn:externals needs removed on the parent directory (fixes #301)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.