From natachai_w at hotmail.com Wed May 6 14:42:44 2009 From: natachai_w at hotmail.com (natachai wongchavalidkul) Date: Wed, 6 May 2009 05:42:44 -0700 Subject: [Catalog-sig] ValueError: dimensions too large. Message-ID: Hello alls, I currently have a problem with creating a multi-dimensional array in numpy. The following is what I am trying to do and the error message. >>> test = zeros((3,3,3,3,3,3,10,4,6,2,18,10,11,4,2,2), dtype=float); Traceback (most recent call last): File "", line 1, in test = zeros((3,3,3,3,3,3,10,4,6,2,18,10,11,4,2,2), dtype=float); ValueError: dimensions too large. I haven't sure if they should be something to do with the memory or any other suggestions for the way to solve this problem. Anyway, comments or suggestions will be really appreciate though. Thank you _________________________________________________________________ Insert movie times and more without leaving Hotmail?. http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at zopyx.com Wed May 6 15:07:49 2009 From: lists at zopyx.com (Andreas Jung) Date: Wed, 06 May 2009 15:07:49 +0200 Subject: [Catalog-sig] ValueError: dimensions too large. In-Reply-To: References: Message-ID: <4A018BA5.1010805@zopyx.com> ...which has nothing to do with the topic of this list. Andreas > Hello alls, > > I currently have a problem with creating a multi-dimensional array in > numpy. The following is what I am trying to do and the error message. > > >>> test = zeros((3,3,3,3,3,3,10,4,6,2,18,10,11,4,2,2), dtype=float); > > Traceback (most recent call last): > File "", line 1, in > test = zeros((3,3,3,3,3,3,10,4,6,2,18,10,11,4,2,2), dtype=float); > ValueError: dimensions too large. > > I haven't sure if they should be something to do with the memory or > any other suggestions for the way to solve this problem. Anyway, > comments or suggestions will be really appreciate though. > > Thank you > ------------------------------------------------------------------------ > Insert movie times and more without leaving Hotmail?. See how. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Catalog-SIG mailing list > Catalog-SIG at python.org > http://mail.python.org/mailman/listinfo/catalog-sig > -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 T?bingen - Germany Web: www.zopyx.com - Email: info at zopyx.com - Phone +49 - 7071 - 793376 Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535 Gesch?ftsf?hrer/Gesellschafter: ZOPYX Limited, Birmingham, UK ------------------------------------------------------------------------ E-Publishing, Python, Zope & Plone development, Consulting -------------- next part -------------- A non-text attachment was scrubbed... Name: lists.vcf Type: text/x-vcard Size: 316 bytes Desc: not available URL: From fress.eventos at gmail.com Thu May 7 13:53:16 2009 From: fress.eventos at gmail.com (Mariana Costa) Date: Thu, 07 May 2009 08:53:16 -0300 Subject: [Catalog-sig] Organize e diminua riscos - NS Message-ID: An HTML attachment was scrubbed... URL: From fress.eventos at gmail.com Fri May 8 11:46:21 2009 From: fress.eventos at gmail.com (Mariana Costa) Date: Fri, 08 May 2009 06:46:21 -0300 Subject: [Catalog-sig] Organize e diminua riscos - NS Message-ID: An HTML attachment was scrubbed... URL: From chris at simplistix.co.uk Fri May 15 17:56:03 2009 From: chris at simplistix.co.uk (Chris Withers) Date: Fri, 15 May 2009 16:56:03 +0100 Subject: [Catalog-sig] [Pydotorg] pypi search box (fwd) In-Reply-To: <18955.542.851337.370093@montanaro.dyndns.org> References: <18955.542.851337.370093@montanaro.dyndns.org> Message-ID: <4A0D9093.8000600@simplistix.co.uk> One for the catalog-sig, right? Chris skip at pobox.com wrote: > Request for a simple change to the PyPI interface. > > Skip > > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > > > ------------------------------------------------------------------------ > > Subject: > pypi search box > From: > Bob Farrell > Date: > Wed, 13 May 2009 18:10:28 +0100 > To: > webmaster at python.org > > To: > webmaster at python.org > > > Hi, > > On pages such as this: > http://pypi.python.org/pypi/Pygments > > could you possibly change this tag: > > > to be: > > > Without the 'type="text"' bit Vimperator (Firefox plugin) won't let me get to > the text box with the keyboard. It's only a quick fix but it'd make my life > better. :) > > Thanks ! > > > ------------------------------------------------------------------------ > > _______________________________________________ > Pydotorg mailing list > Pydotorg at python.org > http://mail.python.org/mailman/listinfo/pydotorg From skip at pobox.com Sat May 16 14:10:08 2009 From: skip at pobox.com (skip at pobox.com) Date: Sat, 16 May 2009 07:10:08 -0500 Subject: [Catalog-sig] [Pydotorg] pypi search box (fwd) In-Reply-To: <4A0D9093.8000600@simplistix.co.uk> References: <18955.542.851337.370093@montanaro.dyndns.org> <4A0D9093.8000600@simplistix.co.uk> Message-ID: <18958.44320.267663.788083@montanaro.dyndns.org> > One for the catalog-sig, right? I guess. I don't know who maintains pypi.python.org. In a further email exchange with Mr. Farrell I pointed out that the default type for an tag is "text" so it's actually the Vimperator program which is incorrect. He agreed and was going to send a bug report in that direction. I guess that lessens the priority of changing the PyPI HTML, but if it's a simple change it still seems worthwhile. Skip From hannosch at hannosch.eu Mon May 18 21:25:33 2009 From: hannosch at hannosch.eu (Hanno Schlichting) Date: Mon, 18 May 2009 21:25:33 +0200 Subject: [Catalog-sig] Do not show all "your packages" in PyPi? Message-ID: Hi. I happen to be involved with both the Zope and Plone community and have 329 packages listed under "your packages" in the PyPi UI. Would it be possible to not show these or cut the list at 20 or so items? I don't have a real need to see all the packages I can administrate. I can go to the individual packages via direct URL if I need to. It's not a high priority, just wondering if it would be an easy change. Thanks, Hanno From martin at v.loewis.de Mon May 18 22:33:54 2009 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Mon, 18 May 2009 22:33:54 +0200 Subject: [Catalog-sig] Do not show all "your packages" in PyPi? In-Reply-To: References: Message-ID: <4A11C632.30906@v.loewis.de> > I happen to be involved with both the Zope and Plone community and have > 329 packages listed under "your packages" in the PyPi UI. > > Would it be possible to not show these or cut the list at 20 or so > items? I don't have a real need to see all the packages I can > administrate. I can go to the individual packages via direct URL if I > need to. > > It's not a high priority, just wondering if it would be an easy change. No change is really easy, in the sense that it needs testing and deployment. So please submit a bug report to the PyPI bug tracker. Thanks, Martin From hannosch at hannosch.eu Mon May 18 22:54:39 2009 From: hannosch at hannosch.eu (Hanno Schlichting) Date: Mon, 18 May 2009 22:54:39 +0200 Subject: [Catalog-sig] Do not show all "your packages" in PyPi? In-Reply-To: <4A11C632.30906@v.loewis.de> References: <4A11C632.30906@v.loewis.de> Message-ID: Martin v. L?wis wrote: > No change is really easy, in the sense that it needs testing and > deployment. So please submit a bug report to the PyPI bug tracker. Thanks, done that at [1]. Hanno [1] https://sourceforge.net/tracker/index.php?func=detail&aid=2793544&group_id=66150&atid=513503 From jonas at mailup.net Fri May 22 13:45:44 2009 From: jonas at mailup.net (Jonas Melian) Date: Fri, 22 May 2009 12:45:44 +0100 Subject: [Catalog-sig] Delete a package Message-ID: <1242992744.22517.1316742149@webmail.messagingengine.com> Hi all, I changed the name of a project from bcryptWrap [1] to bcryptor [2], and I would that bcryptWrap were deleted from Pypi. http://pypi.python.org/pypi/bcryptWrap/ http://pypi.python.org/pypi/bcryptor/ -- http://www.fastmail.fm - Same, same, but different... From martin at v.loewis.de Fri May 22 21:08:33 2009 From: martin at v.loewis.de (=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=) Date: Fri, 22 May 2009 21:08:33 +0200 Subject: [Catalog-sig] Delete a package In-Reply-To: <1242992744.22517.1316742149@webmail.messagingengine.com> References: <1242992744.22517.1316742149@webmail.messagingengine.com> Message-ID: <4A16F831.7050303@v.loewis.de> > I changed the name of a project from bcryptWrap [1] to bcryptor [2], and > I would that bcryptWrap were deleted from Pypi. > > > http://pypi.python.org/pypi/bcryptWrap/ > http://pypi.python.org/pypi/bcryptor/ Just go ahead and delete it yourself, by clicking on the button labelled "Remove this package completely". Regards, Martin