Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.2 #21

Closed
gro1729 opened this issue Jan 6, 2017 · 7 comments
Closed

Python 3.2 #21

gro1729 opened this issue Jan 6, 2017 · 7 comments

Comments

@gro1729
Copy link

gro1729 commented Jan 6, 2017

What do I have to do to use Python 3.2?

My Linux-Box is outdated, I know, but never change a running system. SuSE Linux 11.1 does not support new Releases of Python. Switching to a new SuSE-installation would take to much time in the next month.

Regards from Andreas

@Ohjeah
Copy link
Contributor

Ohjeah commented Jan 9, 2017

@fchauvel
Copy link
Owner

fchauvel commented Jan 9, 2017

I run into this issue while building it with Tox. The development version uses the Click framework to parse the command line. Unfortunately, Click does not support Python 3.2. See for instance pallets/click#382.

I'll check whether I can replace Click by something that would preserve the compatibility with Python 3.2 while reducing the boilerplate code. Note, though, that Python 3.2 is now officially deprecated.

@Ohjeah
Copy link
Contributor

Ohjeah commented Jan 9, 2017

I do not think you should hold development back to support deprecated version.

It is very convenient to install different python interpreters with conda.

@gro1729
Copy link
Author

gro1729 commented Jan 9, 2017 via email

@fchauvel
Copy link
Owner

I assume that you installed v0.4.1, the last version published on PyPI. This version does not support style files located in subdirectories. It merely copies all files in the top-level directory.

This is now fixed in the development version, to be released as soon as possible. You may want to try it by fetching the sources and installing FLaP using python setup.py install.

@gro1729
Copy link
Author

gro1729 commented Jan 10, 2017 via email

@fchauvel
Copy link
Owner

I created a dedicated issue #22, as the problem of package inclusion as little to do with running Python 3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants