From owner-freebsd-python@FreeBSD.ORG Fri May 28 13:09:17 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F14516A4CE for ; Fri, 28 May 2004 13:09:17 -0700 (PDT) Received: from violet.physics.uiowa.edu (violet.physics.uiowa.edu [128.255.34.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3149643D2F for ; Fri, 28 May 2004 13:09:17 -0700 (PDT) (envelope-from jason-dusek@uiowa.edu) Received: from violet.physics.uiowa.edu (localhost.physics.uiowa.edu [127.0.0.1])i4SK8lXi094708 for ; Fri, 28 May 2004 15:08:47 -0500 (EST) (envelope-from jason-dusek@uiowa.edu) Received: (from jsn@localhost) by violet.physics.uiowa.edu (8.12.11/8.12.9/Submit) id i4SK8ls7094707 for freebsd-python@freebsd.org; Fri, 28 May 2004 15:08:47 -0500 (EST) (envelope-from jason-dusek@uiowa.edu) X-Authentication-Warning: violet.physics.uiowa.edu: jsn set sender to jason-dusek@uiowa.edu using -f From: Jason Dusek To: Python FreeBSD Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Physics Department Message-Id: <1085774927.81275.2.camel@violet.physics.uiowa.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 28 May 2004 15:08:47 -0500 Subject: IDLE broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jason-dusek@uiowa.edu List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 20:09:17 -0000 Hi Everyone, I tried to run IDLE for the first time yesterday, and it doesn't work. Here's what I get for an error: 5 jsn > idle Traceback (most recent call last): File "/usr/local/bin/idle", line 3, in ? from idlelib.PyShell import main File "/usr/local/lib/python2.3/idlelib/PyShell.py", line 11, in ? import threading File "/usr/local/lib/python2.3/threading.py", line 6, in ? import thread ImportError: No module named thread I reinstalled Python, ensuring that thread support was 'on' in the Makefile, but it still doesn't work (same error message). What's up? - Jason From owner-freebsd-python@FreeBSD.ORG Fri May 28 13:16:29 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6AD016A4CE for ; Fri, 28 May 2004 13:16:29 -0700 (PDT) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272CE43D31 for ; Fri, 28 May 2004 13:16:27 -0700 (PDT) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 7D90DA927; Sat, 29 May 2004 05:16:10 +0900 (KST) Date: Sat, 29 May 2004 05:16:10 +0900 From: Hye-Shik Chang To: Jason Dusek Message-ID: <20040528201610.GA55451@i18n.org> References: <1085774927.81275.2.camel@violet.physics.uiowa.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <1085774927.81275.2.camel@violet.physics.uiowa.edu> X-Accept-Language: ko, en User-Agent: Mutt/1.5.6i cc: Python FreeBSD Subject: Re: IDLE broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 20:16:29 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 28, 2004 at 03:08:47PM -0500, Jason Dusek wrote: > Hi Everyone, >=20 > I tried to run IDLE for the first time yesterday, and it doesn't work. > Here's what I get for an error: >=20 > 5 jsn > idle > Traceback (most recent call last): > File "/usr/local/bin/idle", line 3, in ? > from idlelib.PyShell import main > File "/usr/local/lib/python2.3/idlelib/PyShell.py", line 11, in ? > import threading > File "/usr/local/lib/python2.3/threading.py", line 6, in ? > import thread > ImportError: No module named thread >=20 > I reinstalled Python, ensuring that thread support was 'on' in the > Makefile, but it still doesn't work (same error message). What's up? >=20 Which version of port do you use? Can you retry it with up-to-date version (2.3.4)? Hye-Shik --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAt54IDWUsWc/bS6QRArYxAKDeYir8jYHyxSUT3AmMLPoLfTnQ+ACeMAiZ uePx5mKmwpFgBgbh+cb6M3s= =HilP -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- From owner-freebsd-python@FreeBSD.ORG Fri May 28 18:57:24 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC9616A4CE for ; Fri, 28 May 2004 18:57:24 -0700 (PDT) Received: from mail.fluxinc.com (158.216-123-203-0.interbaun.com [216.123.203.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B6243D4C for ; Fri, 28 May 2004 18:57:23 -0700 (PDT) (envelope-from laurence@fluxinc.com) Received: (qmail 2788 invoked from network); 29 May 2004 02:02:58 -0000 Received: from unknown (HELO NOTDACEILO) ([192.168.0.100]) (envelope-sender ) by mail.fluxinc.com (qmail-ldap-1.03) with SMTP for ; 29 May 2004 02:02:58 -0000 Message-ID: <007901c44523$c6d646c0$6400a8c0@NOTDACEILO> From: "Laurence" To: Date: Fri, 28 May 2004 20:22:23 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Zope on Freebsd 5.2.1 Dual Opteron X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 01:57:24 -0000 Hello! General question here. We are running Zope 2.7.0 on Freebsd 5.2-CURRENT = and we are running into a lot of issues. I'm hoping that someone can = point me in the right direction. Any advice/websites/reading that I can = do? Thanks guys! Sorry if this is a FAQ, but I've been digging around and = can't find much. Laurence From owner-freebsd-python@FreeBSD.ORG Fri May 28 19:22:36 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC2BA16A4CE for ; Fri, 28 May 2004 19:22:36 -0700 (PDT) Received: from mail.zoper.com (mail.zoper.com [199.232.160.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7264943D58 for ; Fri, 28 May 2004 19:22:36 -0700 (PDT) (envelope-from list@zettai.net) Received: (qmail 33506 invoked by uid 1012); 29 May 2004 02:22:07 -0000 Received: from list@zettai.net by beta.zettai.net by uid 89 with qmail-scanner-1.22 (clamdscan: 0.70. spamassassin: 2.63. Clear:RC:1(200.119.54.6):. Processed in 0.32166 secs); 29 May 2004 02:22:07 -0000 Received: from unknown (HELO 192.168.0.2) (list@zettai.net@200.119.54.6) by 0 with SMTP; 29 May 2004 02:22:06 -0000 Date: Fri, 28 May 2004 21:22:19 -0500 From: george donnelly To: Laurence X-Priority: 3 In-Reply-To: <007901c44523$c6d646c0$6400a8c0@NOTDACEILO> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Mailer: Mailsmith 2.1.1 (Blindsider) cc: freebsd-python@freebsd.org Subject: Re: Zope on Freebsd 5.2.1 Dual Opteron X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 02:22:37 -0000 Laurence on 5/28/04 wrote: >General question here. We are running Zope 2.7.0 on Freebsd 5.2-CURRENT=20 >and we are running into a lot of issues. I'm hoping that someone can=20 >point me in the right direction. Any advice/websites/reading that I can=20 >do? what issues? why not go with 4.10? 5.x is not yet "production quality" tho i have not had any probs with 5.0 <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669 From owner-freebsd-python@FreeBSD.ORG Fri May 28 19:37:51 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B460A16A4CE for ; Fri, 28 May 2004 19:37:51 -0700 (PDT) Received: from mail.fluxinc.com (158.216-123-203-0.interbaun.com [216.123.203.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2A643D3F for ; Fri, 28 May 2004 19:37:51 -0700 (PDT) (envelope-from laurence@fluxinc.com) Received: (qmail 3795 invoked from network); 29 May 2004 02:43:54 -0000 Received: from unknown (HELO NOTDACEILO) ([192.168.0.100]) (envelope-sender ) by mail.fluxinc.com (qmail-ldap-1.03) with SMTP for ; 29 May 2004 02:43:54 -0000 Message-ID: <008701c44529$7ec82c80$6400a8c0@NOTDACEILO> From: "Laurence" To: "george donnelly" References: Date: Fri, 28 May 2004 21:03:19 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: freebsd-python@freebsd.org Subject: Re: Zope on Freebsd 5.2.1 Dual Opteron X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 02:37:51 -0000 Pages take 5 seconds to load on a dual opteron box with 4gb of ram (Connecting to a postgresql db). If three simultaneous page loads occur, the whole server hangs and you have to kill -9 the process. Any ideas? Laurence ----- Original Message ----- From: "george donnelly" To: "Laurence" Cc: Sent: Friday, May 28, 2004 8:22 PM Subject: Re: Zope on Freebsd 5.2.1 Dual Opteron Laurence on 5/28/04 wrote: >General question here. We are running Zope 2.7.0 on Freebsd 5.2-CURRENT >and we are running into a lot of issues. I'm hoping that someone can >point me in the right direction. Any advice/websites/reading that I can >do? what issues? why not go with 4.10? 5.x is not yet "production quality" tho i have not had any probs with 5.0 <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669 _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Fri May 28 20:26:21 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1857816A4CE for ; Fri, 28 May 2004 20:26:21 -0700 (PDT) Received: from mail.zoper.com (mail.zoper.com [199.232.160.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A92343D39 for ; Fri, 28 May 2004 20:26:20 -0700 (PDT) (envelope-from list@zettai.net) Received: (qmail 62537 invoked by uid 1012); 29 May 2004 03:25:40 -0000 Received: from list@zettai.net by beta.zettai.net by uid 89 with qmail-scanner-1.22 (clamdscan: 0.70. spamassassin: 2.63. Clear:RC:1(200.119.54.6):. Processed in 0.319752 secs); 29 May 2004 03:25:40 -0000 Received: from unknown (HELO 192.168.0.2) (list@zettai.net@200.119.54.6) by 0 with SMTP; 29 May 2004 03:25:40 -0000 Date: Fri, 28 May 2004 22:25:52 -0500 From: george donnelly To: Laurence X-Priority: 3 In-Reply-To: <008701c44529$7ec82c80$6400a8c0@NOTDACEILO> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Mailer: Mailsmith 2.1.1 (Blindsider) cc: freebsd-python@freebsd.org Subject: Re: Zope on Freebsd 5.2.1 Dual Opteron X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 03:26:21 -0000 Laurence on 5/28/04 wrote: >Pages take 5 seconds to load on a dual opteron box with 4gb of ram >(Connecting to a postgresql db). If three simultaneous page loads occur,=20 >the >whole server hangs and you have to kill -9 the process. hm have you tried retrieving pages from zope that are backed only by the zodb and not postgre, just to eliminate that as a possible cause. did you build python with the huge stack size option? <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669 From owner-freebsd-python@FreeBSD.ORG Fri May 28 20:45:08 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3578E16A4CE for ; Fri, 28 May 2004 20:45:08 -0700 (PDT) Received: from mail.fluxinc.com (158.216-123-203-0.interbaun.com [216.123.203.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B593243D46 for ; Fri, 28 May 2004 20:45:07 -0700 (PDT) (envelope-from laurence@fluxinc.com) Received: (qmail 6419 invoked from network); 29 May 2004 03:51:40 -0000 Received: from unknown (HELO NOTDACEILO) ([192.168.0.100]) (envelope-sender ) by mail.fluxinc.com (qmail-ldap-1.03) with SMTP for ; 29 May 2004 03:51:40 -0000 Message-ID: <00ab01c44532$f69d6cd0$6400a8c0@NOTDACEILO> From: "Laurence" To: "george donnelly" References: Date: Fri, 28 May 2004 22:11:06 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: freebsd-python@freebsd.org Subject: Re: Zope on Freebsd 5.2.1 Dual Opteron X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 03:45:08 -0000 Yup, loads fine with the default zope page. So the problem lies between zope, pysopg and postgres. Any ideas? Laurence ----- Original Message ----- From: "george donnelly" To: "Laurence" Cc: Sent: Friday, May 28, 2004 9:25 PM Subject: Re: Zope on Freebsd 5.2.1 Dual Opteron Laurence on 5/28/04 wrote: >Pages take 5 seconds to load on a dual opteron box with 4gb of ram >(Connecting to a postgresql db). If three simultaneous page loads occur, >the >whole server hangs and you have to kill -9 the process. hm have you tried retrieving pages from zope that are backed only by the zodb and not postgre, just to eliminate that as a possible cause. did you build python with the huge stack size option? <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669