-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Erik Bray Sent: Tuesday, February 24, 2009 6:02 AM To: [email protected] Subject: [Trac] Re: Install repositoryhooksystemplugin failed
On Mon, Feb 23, 2009 at 6:32 AM, Billy Zhu <[email protected]> wrote: > Hi all, > > > > I am a new guy for trac. I met a installation problem for > repositoryhooksystemplugin. > > > > I download repositoryhooksystemplugin-r5301.zip and extract it at anywhere. > > > > The following is the shootscreen for my installing: > > ========================== > > C:\Python25\Scripts>easy_install > E:\tool\trac\repositoryhooksystemplugin\0.11 > > Processing 0.11 > > Running setup.py -q bdist_egg --dist-dir > E:\tool\trac\repositoryhooksystemplugin > > \0.11\egg-dist-tmp-3cskxz > > repositoryhooksystem 0.1 is already the active version in easy-install.pth > > > > Installed c:\python25\lib\site-packages\repositoryhooksystem-0.1-py2.5.egg > > Processing dependencies for repositoryhooksystem==0.1 > > Searching for python-dateutil > > Reading http://pypi.python.org/simple/python-dateutil/ > > Download error: (11001, 'getaddrinfo failed') -- Some packages may not be > found! <snip> Tuesday, February 24, 2009 6:02 AM, Erik Bray [[email protected]] wrote: > What is the problem? Please let me know if you have any clarification. >It looks like the plugin has a dependency of python-dateutil, so it's >going to PyPI to download it. But for whatever reason your system >couldn't resolve pypi.python.org to an IP address. <snip> Thanks Erik! Before your reply, I do not realize a dependency of python-dateutil to be installed. May be the ability of installation software online is restricted by our CCD. So I download python-dateutil-1.4.1.tar.gz manually. I can install repositoryhooksystem successfully after I installed it. The following is Screen shot for successful installation: ================================= C:\Python25\Scripts>easy_install E:\tool\trac\python-dateutil-1.4.1 Processing python-dateutil-1.4.1 Running setup.py -q bdist_egg --dist-dir E:\tool\trac\python-dateutil-1.4.1\egg- dist-tmp-utxyxy Adding python-dateutil 1.4.1 to easy-install.pth file Installed c:\python25\lib\site-packages\python_dateutil-1.4.1-py2.5.egg Processing dependencies for python-dateutil==1.4.1 Finished processing dependencies for python-dateutil==1.4.1 C:\Python25\Scripts>easy_install E:\tool\trac\repositoryhooksystemplugin\0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir E:\tool\trac\repositoryhooksystemplugin \0.11\egg-dist-tmp-5hg9au repositoryhooksystem 0.1 is already the active version in easy-install.pth Installed c:\python25\lib\site-packages\repositoryhooksystem-0.1-py2.5.egg Processing dependencies for repositoryhooksystem==0.1 Finished processing dependencies for repositoryhooksystem==0.1 =================================== Thank you so much! Best Regards Billy **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
