Modify ↓
#10795 closed defect (fixed)
Failed to install from PyPI
| Reported by: | Tetsuya Morimoto | Owned by: | Tetsuya Morimoto |
|---|---|---|---|
| Priority: | normal | Component: | TracCronPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
Does anyone have same trouble?
(trac)$ pip install TracCronPlugin
Downloading/unpacking TracCronPlugin
Running setup.py egg_info for package TracCronPlugin
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/t2y/.virtualenvs/trac/build/TracCronPlugin/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/t2y/.virtualenvs/trac/build/TracCronPlugin/setup.py'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/t2y/.pip/pip.log
Attachments (0)
Change History (5)
comment:1 Changed 13 years ago by
| Owner: | changed from Thierry Bressure to Tetsuya Morimoto |
|---|
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 13 years ago by
Just wondering if you plan to keep development in the GitHub repository, or pull it over to the trac-hacks repository on release. If you plan to keep it in GitHub without pushing releases to the trac-hacks SVN, the TracCronPlugin page should be updated.
Thank you for reviving development on this important plugin, and pushing a release to PyPI as well.
comment:4 Changed 13 years ago by
I will move to BitBucket repository so that other developers can easily join the development. I will do write this changes into the TracCronPlugin page soon.
comment:5 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.



Fixed in 0.3-release.