Ticket #301 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

AccountManager: ez_setup not included in zip download

Reported by: akshay.guleria@gmail.com Assigned to: mgood
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

Change History

04/12/06 08:12:33 changed by akshay.guleria@gmail.com

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.

04/12/06 09:13:30 changed by mgood

  • summary changed from "No module named ez_setup" error while installing accountmanager plugin to 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.

04/12/06 22:20:36 changed by akshay.guleria@gmail.com

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

06/30/06 05:19:53 changed by trac@braindumped.com

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

06/30/06 09:42:29 changed by mgood

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

06/30/06 10:09:07 changed by mgood

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #301 (AccountManager: ez_setup not included in zip download)




Change Properties
Action