Hello there,
I'm trying to get elixir running in my python3.2 environment since I'm
developing for this target.
I've read that there was a patch on the main trunk to support Python3
so I downloaded the source, then the repository's head revision, and
I've also tried using the fork made to support python3.
Anyway after I ran the setup.py it produces the following error:
Traceback (most recent call last):
File "/Users/lexor/Desktop/t/bin/easy_install", line 8, in <module>
load_entry_point('distribute==0.6.4', 'console_scripts',
'easy_install')()
File "/Users/lexor/Desktop/t/lib/python3.2/site-packages/
distribute-0.6.4-py3.2.egg/setuptools/command/easy_install.py", line
1702, in main
with_ei_usage(lambda:
File "/Users/lexor/Desktop/t/lib/python3.2/site-packages/
distribute-0.6.4-py3.2.egg/setuptools/command/easy_install.py", line
1690, in with_ei_usage
return f()
File "/Users/lexor/Desktop/t/lib/python3.2/site-packages/
distribute-0.6.4-py3.2.egg/setuptools/command/easy_install.py", line
1706, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/
python3.2/distutils/core.py", line 123, in setup
dist.parse_config_files()
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/
python3.2/distutils/dist.py", line 365, in parse_config_files
val = parser.get(section,opt)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/
python3.2/configparser.py", line 789, in get
d)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/
python3.2/configparser.py", line 391, in before_get
self._interpolate_some(parser, option, L, value, section,
defaults, 1)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/
python3.2/configparser.py", line 440, in _interpolate_some
"found: %r" % (rest,))
configparser.InterpolationSyntaxError: '%' must be followed by '%' or
'(', found: '%s%s#L%s%s'
Then also easy_install does not work.
I've tried removing from the site-packages the reference to Elixir and
SQLAlchemy, and easy_install works again, but everytime i try to
install it i get always the same error.
What can I do?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"SQLElixir" 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/sqlelixir?hl=en.