On Tue, Jul 16, 2013 at 3:25 PM, Daniel Farina <[email protected]> wrote: >> It installs the various components OK except for dj-static. It relies on >> wsgiref v. 0.1.2. >> From what I'm seeing, the latest version of wsgiref is not compatible with >> Python 3.3.2 (with Django 1.5.1). (use of 'print' as a statement instead of >> as a function, specifically) > > You probably want to use Python2 if libraries you depend on don't > support Python3. You can set a preferred Python runtime in > 'runtime.txt', as seen here: > https://devcenter.heroku.com/articles/python-runtimes
Come to think of it, I'm a little surprised that without tweaking runtime.txt that one would use wind up getting Python3 to begin with. Is it possible that your *local* operating system (rather than Heroku) is the one exhibiting this problem? If so, what system, how did you get a copy of Python, if at all, and at what step in the documentation? -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
