Re: Converting zunzun.com from Skunkweb to Pylons

2007-01-21 Thread zunzun
Done. Released under a BSD license rather than the GPL at http://sourceforge.net/projects/pythonequations. Now on to Pylons! James On Jan 2, 10:47 am, zunzun [EMAIL PROTECTED] wrote: as I'm cleaning up the site equation code for GPL-ing before starting on the rewrite.Halfway done

Newbie question: Pylons wiki doc 'Getting Started' Mako template not working?

2007-10-01 Thread zunzun
This is a newbie question: At the Pylons Wiki page 'Getting Started' http://wiki.pylonshq.com/display/pylonsdocs/Getting+Started the section'6 Templates and the Request Cycle ' has an example Mako template that should display a couple of server values, but does not do so for me. Here

Re: Newbie question: Pylons wiki doc 'Getting Started' Mako template not working?

2007-10-01 Thread zunzun
It works for me, and the syntax looks correct. Thank you very much for checking, that verifies any problems *are* on my end. The only things I can think of are: I will try these, thank you. My computer is running Pylons 0.9.6.1, Mako 0.1.8, Python 2.5.1, on Kubuntu Linux 7.04. Ah. I

Please help review a new Pylons tutorial

2007-10-07 Thread zunzun
I'm nearly done with a new Pylons tutorial, it is on the Pylons wiki at; http://wiki.pylonshq.com/display/pylonscommunity/Pylons+Curve+and+Surface+Fitting+Tutorial Could a few of the list members please review and test it for me? James Phillips http;//zunzun.com

Re: Please help review a new Pylons tutorial

2007-10-08 Thread zunzun
Surface fitting's finished now. I hope to have graphical output done this weekend. James On Oct 7, 4:42 pm, zunzun [EMAIL PROTECTED] wrote: I'm nearly done with a new Pylons tutorial, it is on the Pylons wiki at; http://wiki.pylonshq.com/display/pylonscommunity/Pylons+Curve+and+Sur

Re: Please help review a new Pylons tutorial

2007-10-09 Thread zunzun
I use whatever numpy and scipy lists as current versions at; http://www.scipy.org/Download Subversion current should be just fine. James On Oct 8, 11:13 pm, Gabriel Gellner [EMAIL PROTECTED] wrote: I will work through it this weekend! I am really excited . . . I have thought of trying

Solved-ish: matplotlib, Tkinter and multi-threaded web applications

2007-10-14 Thread zunzun
The agg and tkagg backend uses tk, and the integrating the resulting matplotlib threading model into a multi-threaded webb application had me scratching my head for a while. This code does work: http://wiki.pylonshq.com/display/pylonscommunity/Adding+graphical+output If the more experienced -

Re: Solved-ish: matplotlib, Tkinter and multi-threaded web applications

2007-10-15 Thread zunzun
This is now fully multi-threaded. James On Oct 14, 4:43 pm, zunzun [EMAIL PROTECTED] wrote: The agg and tkagg backend uses tk, and the integrating the resulting matplotlib threading model into a multi-threaded webb application had me scratching my head for a while. This code does work

Re: Please help review a new Pylons tutorial

2007-10-15 Thread zunzun
Graphics test is in, drawing a simple straight line plot. http://wiki.pylonshq.com/display/pylonscommunity/Adding+graphical+output James On Oct 7, 4:42 pm, zunzun [EMAIL PROTECTED] wrote: I'm nearly done with a new Pylons tutorial, it is on the Pylons wiki at; http://wiki.pylonshq.com

Re: Please help review a new Pylons tutorial

2007-10-17 Thread zunzun
A scatterplot of error and a histogram of error are in at: http://wiki.pylonshq.com/display/pylonscommunity/Adding+graphical+output James On Oct 15, 8:04 am, zunzun [EMAIL PROTECTED] wrote: Graphics test is in, drawing a simple straight line plot. http://wiki.pylonshq.com/display

Re: Question on image tags in wiki {code} sections

2007-10-17 Thread zunzun
On Oct 17, 1:13 pm, Philip Jenvey [EMAIL PROTECTED] wrote: A {code} block without specifying the language tries to auto detect the type of source code, but the detection routine is very limited. You shouldn't really ever use {code} without specifying the langugage. That is AWESOME! A

Re: Paster web server crashing on image response

2007-10-19 Thread zunzun
Try threadlocking PIL as I do here; http://wiki.pylonshq.com/display/pylonscommunity/Adding+graphical+output James On Oct 18, 2:26 am, Razor19110 [EMAIL PROTECTED] wrote: The test.jpg file is just a tiny test jpeg. When I run paster serve -- reload development.ini and go to the page

Re: temporary file deletion

2007-10-21 Thread zunzun
I just finished writing that a few days ago, how did you find it? James On Oct 20, 11:06 pm, David Geller [EMAIL PROTECTED] wrote: I just noticed a very good description of generating graphics to the browser *without* files by James Phillips, which is another (perhaps better) solution

Re: Sites within sites

2007-10-25 Thread zunzun
Keeping a session in a database accessible to all applications might help. On the browser side you can keep an encrypted cookie with a session identifier. The identifier might have IP address and browser agent MD5'd to reduce man-in-the-middle hijack attempts. On your side, keep whatever you

Re: Packages to use on Gutsy

2007-10-26 Thread zunzun
On Oct 26, 8:42 am, Christoph Haas [EMAIL PROTECTED] wrote: Actually not. But I'm a bit tired of voicing my opinion and I can imagine that others may be tired of my opinion either. I am an Ubuntu user and was disappointed to learn that the recent release of Gutsy (7.10) did not have the

Re: Here we advertise you on in whole world through internet,its very easy way.........!

2007-11-01 Thread zunzun
HEYYY - no stock tips or reproductive organ modification offers??? What kind of lousy spam is this, anyway? James On Nov 1, 10:09 am, net expert [EMAIL PROTECTED] wrote: Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on

Update on Pylons-izing zunzun.com

2007-11-08 Thread zunzun
Pylons-izing? Pylons-ification? Pylons-ation? Anyway, I'm finally ready to embark on the conversion of http://zunzun.com from skunkweb to Pylons. Here is a high-level diagram (made with Dia) for the new site's core architecture. http://zunzun.com/images/Diagram.png James

Re: Routes: Subdomain won't work with referers (bug?)

2007-11-12 Thread zunzun
On Nov 12, 5:11 am, Andrew Smart [EMAIL PROTECTED] wrote: My use case shouldn't be uncommon. Having an static HTML website which can't be changed (e.g. intranet server), and having an external pylons app serving under a subdomain. (cough, splutter) - I had planned to do this on my new site.

Pylons-discuss getting way, way too much spam lately

2007-11-22 Thread zunzun
Is there any way to have Google Groups spam filter the postings to this news group? James --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to

Re: Pylons-discuss getting way, way too much spam lately

2007-11-24 Thread zunzun
I just saw on Google Groups a more options at the top right of each message, where report this post defaults to this is spam. On Nov 24, 5:32 am, Atilla [EMAIL PROTECTED] wrote: What I fail to understand is why Google Mail filters don't activate for the group subscriptions. The Django mailing

Re: Concurrent Request Problem (really, a documentation problem!)

2007-11-26 Thread zunzun
On Nov 26, 6:01 pm, David Snopek [EMAIL PROTECTED] wrote: I have found the culprit! It was in my code, but to my credit, I copied it exactly from the documentation. http://wiki.pylonshq.com/display/pysbook/Authentication+and+Authoriza... Very nice detective work. James

Re: TG2/Pylons sprint

2007-12-21 Thread zunzun
The TG2 trunk posting rate is not very large by my standards, and can be very interesting. Here is an example where the use of Mako is rejected in TG and will not be used;

Re: TG2/Pylons sprint

2007-12-22 Thread zunzun
On Dec 21, 1:20 pm, iain duncan [EMAIL PROTECTED] wrote: Mako did not get rejected per se, we all decided not to replace the *default* with Mako. Architectural decisions must be made, and the TG2 team has - after careful public deliberation - made one in the best interests of their users.

Re: Pylons and Python 2.5.1 [MSC v.1400 64 bit (AMD64)] on win32

2008-01-29 Thread zunzun
When I tried to use paster utility I got an error message Cannot find Python executable E:\Develop\Python\python.exe Can you please open a command prompt and (1) type python.exe and then (2) type E:\Develop\Python\python.exe and then post the results from both (1) and (2)?

Re: Pylon is can't found unenglish file name

2008-02-25 Thread zunzun
Could you please show a working example next to a non-working example? James On Feb 25, 12:26 am, Geon. [EMAIL PROTECTED] wrote: hi. im just want render image on browser.. but pylon is can't find file has unenglish name.. where myapp/public/ english name file's are well rendered

Django or Pylons - comparison details

2008-12-06 Thread zunzun
Comparison before starting a project, used to decide which framework to use. Django: according to http://groups.google.com/group/django-users/about Members 12,016 Group Activity is High Pylons: according to http://groups.google.com/group/pylons-discuss/about Members: 1,748 Group Activity is