From owner-freebsd-python@freebsd.org Fri Apr 29 14:09:07 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6052BB1F4F9 for ; Fri, 29 Apr 2016 14:09:07 +0000 (UTC) (envelope-from bart@mikasoftware.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 43CC81C71 for ; Fri, 29 Apr 2016 14:09:07 +0000 (UTC) (envelope-from bart@mikasoftware.com) Received: by mailman.ysv.freebsd.org (Postfix) id 433CCB1F4F8; Fri, 29 Apr 2016 14:09:07 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42E47B1F4F7 for ; Fri, 29 Apr 2016 14:09:07 +0000 (UTC) (envelope-from bart@mikasoftware.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF7611C6F for ; Fri, 29 Apr 2016 14:09:06 +0000 (UTC) (envelope-from bart@mikasoftware.com) Received: by mail-lf0-x22a.google.com with SMTP id c126so135994570lfb.2 for ; Fri, 29 Apr 2016 07:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mikasoftware-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=IR+Wg/AcmT8FCvYgaR62Iq/v3LIc1bvMugvTp3E9UQE=; b=mgY6P5Rc5fmONhL6xzVWQ7XhxvUE6Nylibqonl3/EZgMxZEf6E1agonst2GjTpuPpK 6cnyAHJ9XnSyg9tzIn4108PBMJQ/VVCFL7XvN3BY/6p+Q6Y/26MxwcDaES94GpwbtV0v ytIvdq3hgeR8iqHjowymbFTmOCqqJRm5g/o2HVUwc5sw5exBXbMDJgiuQsEdrbWkCSHX aExAL3y470a68rCY4PG7oTEv04rn6PCAUivdB8Xi1GXK71vJpHpqPPwPBld+/tKdQmML 3IgVBa4DGg17YRZd0RylP0FSwFhteHKG+OES+Jw1tBbKSBSwo+3melBhEac+2obJ0QKA hFlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=IR+Wg/AcmT8FCvYgaR62Iq/v3LIc1bvMugvTp3E9UQE=; b=O7jzrCHJvHG1HUf4nN3c4nhzgJHjNIOLAgLJh8g6oAta9ypbo/4G5G8GnejBAYFTC4 DDkKMn4jL0yDhrgteOZEtBl1byyg6W80v+x1eg9jcguDCfJDtu5WNuPFgcCoNnRGu2lw V6Otj4pkKPj2ESofPGDwTHvOzu9Lr8sdBWyvZ3Yy0L0iqPcYziNcF4aWf3BfWSR8DWKX 54OWyvvmp4xxy2Ui8aE8/BJimxGAA+nggMDfS0eTCeXRBlG+kGTebPrVcGJ9QFgU3sEu PGaZ+ymsToxCHMqg9XO676Fll6S5/hLMzU7t2VVTyFlj5GhcSRf238sSDLVCbV7/rxA5 NhGQ== X-Gm-Message-State: AOPr4FVDdxqO+Xlh3E09TKbNhoYhg7ByyCgeRvqZTTwzfoj2Dp7/tW3Hb4e2Yv+rg3uM56QlHCTCtAQZCwypPw== MIME-Version: 1.0 X-Received: by 10.25.165.129 with SMTP id o123mr4045053lfe.105.1461938944632; Fri, 29 Apr 2016 07:09:04 -0700 (PDT) Received: by 10.25.78.143 with HTTP; Fri, 29 Apr 2016 07:09:04 -0700 (PDT) Date: Fri, 29 Apr 2016 10:09:04 -0400 Message-ID: Subject: django-tenants From: Bartlomiej Mika To: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 14:09:07 -0000 Salutations! I have the following python installed: python34-3.4.4_2 I am also using *pip 8.1.1* I am trying to install *django-tenants* using these two things and python gives me this error: % pip install django-tenants Collecting django-tenants Using cached django-tenants-1.1.5.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-814hp86j/django-tenants/setup.py", line 31, in long_description=open('README.rst').read() if exists("README.rst") else "", File "/usr/home/django/py-bizmula/env/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 604: ordinal not in range(128) ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-814hp86j/django-tenants/ Can you investigate why *python 3.4* is messing up when doing this? I've asked the* django-tenants* package managers as well: https://github.com/tomturner/django-tenants/issues/80 Thank you! -- *Bartlomiej Mika*, President, London, Ontario Mobile: 226-235-1368 www.mikasoftware.com