Hi Daniel

This is the component I'm trying to install via pip:
https://pypi.python.org/pypi/django-toolbelt/0.0.1

This is on my local system, trying to configure my local codebase for 
deployment to Heroku. I'm not within the Heroku environment yet.
(I'm following the steps and prerequisites listed on the 
deventer.heroku.com article)

I downloaded python 3.3.2 and set it up locally. I'll switch to 2.7.5, 
seems like the safer choice.
Thanks!



On Tuesday, July 16, 2013 5:37:07 PM UTC-5, Daniel Farina wrote:
>
> On Tue, Jul 16, 2013 at 3:25 PM, Daniel Farina <[email protected]<javascript:>> 
> 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.


Reply via email to