[infinispan-issues] [JBoss JIRA] (ISPN-1659) problem with using ispncon
Michal Linhard (Resolved) (JIRA)
jira-events at lists.jboss.org
Wed Jan 4 03:18:11 EST 2012
[ https://issues.jboss.org/browse/ISPN-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michal Linhard resolved ISPN-1659.
----------------------------------
Resolution: Rejected
ispncon works with python 2.6+ your exception seems to be caused by syntax differences between python 2.5 and 2.6: http://docs.python.org/whatsnew/2.6.html#pep-3110-exception-handling-changes
> problem with using ispncon
> --------------------------
>
> Key: ISPN-1659
> URL: https://issues.jboss.org/browse/ISPN-1659
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Environment: debian lenny
> Python 2.5.2
> Reporter: Andrzej Dopierała
> Assignee: Michal Linhard
> Labels: ispncon
>
> I try to use ispncon. But - after instalation it doesn't work:
> builderlenny:~/infinispan-ispncon-e72cb36/bin# ./ispncon
> Traceback (most recent call last):
> File "./ispncon", line 3, in <module>
> from ispncon import console
> File "/usr/lib/python2.5/site-packages/ispncon-0.8.1_SNAPSHOT-py2.5.egg/ispncon/console.py", line 105
> except CacheClientError as e:
> ^
> SyntaxError: invalid syntax
> What i'm doing wrong? :)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list