Opened 17 years ago
Closed 16 years ago
#2931 closed defect (wontfix)
Error in install with easy_install
Reported by: | Owned by: | Stephen Hansen | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
This is the error:
[jimbo]$ easy_install --prefix=/home/targetso/packages/ http://trac-hacks.org/svn/announcerplugin/0.11 Downloading http://trac-hacks.org/svn/announcerplugin/0.11 Doing subversion checkout from http://trac-hacks.org/svn/announcerplugin/0.11 to /tmp/easy_install-nMI_VI/0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-nMI_VI/0.11/egg-dist-tmp-6z-IYZ
File "build/bdist.linux-i686/egg/announcerplugin/api.py", line 355
x for x in sp.get_subscriptions_for_event(evt) if x
SyntaxError: invalid syntax
File "build/bdist.linux-i686/egg/announcerplugin/subscribers/rulefilters.py", line 41
yield
SyntaxError: invalid syntax
File "build/bdist.linux-i686/egg/announcerplugin/subscribers/wiki.py", line 62
) for x in options
SyntaxError: invalid syntax
File "build/bdist.linux-i686/egg/announcerplugin/distributors/email_distributor.py", line 187
format, ', '.join(x[2] for x in messages[format])
SyntaxError: invalid syntax zip_safe flag not set; analyzing archive contents... Adding AnnouncerPlugin 0.2 to easy-install.pth file
Installed /home/.gambled/targetso/packages/lib/python2.3/site-packages/AnnouncerPlugin-0.2-py2.3.egg Processing dependencies for AnnouncerPlugin==0.2 Finished processing dependencies for AnnouncerPlugin==0.2 [jimbo]$
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The plugin requires python2.4. Patches welcome.
I have the same problem ... did you find a fix?