Re: E-Commerce and Shopping Cart Recommendation

2012-10-16 Thread Bruce Wade
from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.fittraineronline.com

Re: How to build a website with multiply subdomains?

2012-09-10 Thread Bruce Wade
@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http

Re: Translation

2011-11-07 Thread Bruce Wade
. get_localizer(request).translate(_('Client')) Pyramid use some magic to do that for you in chameleon templates. That's why it work in your html pages. On Sat, Nov 5, 2011 at 6:23 AM, Bruce Wade bruce.w...@gmail.com wrote: The source code we are using can be found here: https

Translation

2011-11-04 Thread Bruce Wade
, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss

Re: Translation

2011-11-04 Thread Bruce Wade
think it is a global setting we are missing. On Fri, Nov 4, 2011 at 10:09 PM, cd34 mcd...@gmail.com wrote: On Nov 4, 8:03 pm, Bruce Wade bruce.w...@gmail.com wrote: We are trying to use translation when generating a PDF file from a request. However for some reason the locale for the string

Re: pyramid development environment

2011-10-29 Thread Bruce Wade
-discuss+unsubscribe@* *googlegroups.com pylons-discuss%2bunsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/** group/pylons-discuss?hl=enhttp://groups.google.com/group/pylons-discuss?hl=en . -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade

Re: Pyramid on cloud

2011-10-28 Thread Bruce Wade
. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http

CSV Reponse

2011-10-28 Thread Bruce Wade
Hello, We are dynamically generating a CSV with a link click, and would like to have the response provide the CSV file for download. What is a good process to handle this? -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com

Re: CSV Reponse

2011-10-28 Thread Bruce Wade
Thank you, that should help. On Fri, Oct 28, 2011 at 2:21 PM, Chris McDonough chr...@plope.com wrote: On Fri, 2011-10-28 at 14:16 -0700, Bruce Wade wrote: Hello, We are dynamically generating a CSV with a link click, and would like to have the response provide the CSV file

Testing apps

2011-10-27 Thread Bruce Wade
/command/test.py, line 34, in loadTestsFromModule File /usr/lib/python2.7/unittest/loader.py, line 100, in loadTestsFromName parent, obj = obj, getattr(obj, part) AttributeError: 'module' object has no attribute 'adviewer' -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http

Pyramid on cloud

2011-10-25 Thread Bruce Wade
Hi, What are the recommendations for deploying on a cloud. Any cloud hosting companies recommended for a pyramid based application? -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com

Re: Hosting suggestions

2011-10-01 Thread Bruce Wade
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message

Re: Is there an opposite of 'authenticated' in Pyramid?

2011-09-26 Thread Bruce Wade
to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http

Pyramid Localization - bug

2011-09-21 Thread Bruce Wade
of the current URL the user is on, they can select a new language and be redirected to the same page with the new language rendered. -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You

Re: Pyramid Localization - bug

2011-09-21 Thread Bruce Wade
any URL and be redirected to where I came from. On Wed, Sep 21, 2011 at 2:08 PM, Bruce Wade bruce.w...@gmail.com wrote: When redirecting after setting a cookie for __LOCALE__ the system always resets the language to the default language on the next request. @view_config(route_name=locale) def

Re: New pyramid_simpleform clone

2011-09-08 Thread Bruce Wade
then HG is why the new location. On Thu, Sep 8, 2011 at 1:43 PM, Chris McDonough chr...@plope.com wrote: On Sep 7, 2:35 pm, Bruce Wade bruce.w...@gmail.com wrote: I am sure we will get to the pyramid_mailer once we get the simpleform all polished for what we need. I have tried to contact

New pyramid_simpleform clone

2011-09-07 Thread Bruce Wade
the use of errors_for(name) in template files. and errorslist(name) -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed

Re: New pyramid_simpleform clone

2011-09-07 Thread Bruce Wade
I will do that thanks. On Wed, Sep 7, 2011 at 11:07 AM, Chris McDonough chr...@plope.com wrote: On Wed, 2011-09-07 at 10:10 -0700, Bruce Wade wrote: Hi, For anyone interested we have created our own clone of pyramid_simpleform that we are actively developing, just because questions

Re: New pyramid_simpleform clone

2011-09-07 Thread Bruce Wade
lol nice On Wed, Sep 7, 2011 at 11:22 AM, Chris McDonough chr...@plope.com wrote: On Wed, 2011-09-07 at 11:17 -0700, Bruce Wade wrote: I will do that thanks. Oh geez, wrong package, sorry! - C On Wed, Sep 7, 2011 at 11:07 AM, Chris McDonough chr...@plope.com wrote

Re: New pyramid_simpleform clone

2011-09-07 Thread Bruce Wade
I am sure we will get to the pyramid_mailer once we get the simpleform all polished for what we need. On Wed, Sep 7, 2011 at 11:34 AM, Bruce Wade bruce.w...@gmail.com wrote: lol nice On Wed, Sep 7, 2011 at 11:22 AM, Chris McDonough chr...@plope.com wrote: On Wed, 2011-09-07 at 11:17 -0700

FYI: pyramid_simpleform latest

2011-09-01 Thread Bruce Wade
I replaced that line with the follow which seems to work. if isinstance(errors, basestring): content = HTML.tag(li, errors) else: content = \n.join(HTML.tag(li, error) for error in errors) -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http

Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
with I get an error. How do we troubleshoot the errors when using ajax if there is no debug url anymore? Or is there a new way with the latest pyramid to view the debug info now? -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com

Re: Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
Thank you for your response at least I know I am not loosing my mind :D. Is there any plans on getting ajax/json support into the debug toolbar? -- Bruce On Tue, Aug 30, 2011 at 10:06 AM, Chris McDonough chr...@plope.com wrote: On Tue, 2011-08-30 at 09:55 -0700, Bruce Wade wrote: Hello

Re: Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
OK Thanks, we like the debug tool bar so we will have to see how our team can change things to make it easier debugging view errors when using ajax. On Tue, Aug 30, 2011 at 10:19 AM, Chris McDonough chr...@plope.com wrote: On Tue, 2011-08-30 at 10:18 -0700, Bruce Wade wrote: Thank you

Re: Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
, Aug 30, 2011 at 10:31 AM, Chris McDonough chr...@plope.com wrote: On Tue, 2011-08-30 at 10:25 -0700, Bruce Wade wrote: OK Thanks, we like the debug tool bar so we will have to see how our team can change things to make it easier debugging view errors when using ajax. FWIW, personally, I

Re: Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Re: Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http

Re: Issue with pyramid 1.2a+

2011-08-30 Thread Bruce Wade
talking about. - C On Tue, Aug 30, 2011 at 3:23 PM, Bruce Wade bruce.w...@gmail.com wrote: I like that idea, then at least there is the option of having debugging controls for those who want/need them. On Tue, Aug 30, 2011 at 1:15 PM, Chris McDonough

Production Email Error's

2011-08-28 Thread Bruce Wade
= brucew...@wadecybertech.com smtp_username = brucew...@wadecybertech.com smtp_password = HIDDEN_PASSWORD ;from_address = paste@localhost ;error_subject_prefix = Pyramid Error ;smtp_use_tls = ;error_message = -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http

Re: Proxying as user in Pylons with repoze.who

2011-08-26 Thread Bruce Wade
. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you

Re: Removing *.fcgi from URL on redirect's

2011-08-22 Thread Bruce Wade
, 'providers', 'provider'), (Allow, 'admins', ('admin', 'provider')) ] def __init__(self, request): request.script_name = '' On Sun, Aug 21, 2011 at 8:29 AM, Bruce Wade bruce.w...@gmail.com wrote: Thanks for the suggestion, however when adding that to mysite.fcgi or __init__

Re: Removing *.fcgi from URL on redirect's

2011-08-21 Thread Bruce Wade
options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you

Removing *.fcgi from URL on redirect's

2011-08-20 Thread Bruce Wade
any suggestions on what I should try/change to prevent this? -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups

Pyramid: PREPEND_WWW

2011-08-03 Thread Bruce Wade
Hello, Coming from Django which has the PREPEND_WWW = True which you can add to the settings.py forcing URL's that don't start with www. to be redirected. Is there a built in way to handle this with pyramid? -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http

Re: when will pyramid support python 3.x ?

2011-07-27 Thread Bruce Wade
this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google

Re: Help with Authentication and Authorization

2011-07-11 Thread Bruce Wade
this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google

Re: updating only changes to a graph/image?

2011-07-08 Thread Bruce Wade
to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com

Re: Re : Re: Very Confused: formencode.validators.Email

2011-07-05 Thread Bruce Wade
to pylons-discuss@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http

Very Confused: formencode.validators.Email

2011-07-03 Thread Bruce Wade
(form)) -- Now when I submit the form all validation is working except for the cmail, I can leave it blank, add something that isn't a email address and it never returns invalid. Is there a bug in the code or am I missing something simple? -- -- Regards, Bruce Wade http

Re: Widget oriented

2011-07-01 Thread Bruce Wade
I'd be interested in seeing that :-) On Jun 30, 2011 9:02 PM, Eric Rasmussen ericrasmus...@gmail.com wrote: Hi Kristian, For UI-intensive applications I like to go the ajax route. It works well because Pyramid can focus on tasks like security, validation and processing of data, and updating

Chameleon have template inheritance like mako?

2011-06-22 Thread Bruce Wade
I have used Mako with pylons, now I am trying to rap my head around chameleon for pyramid. How do we keep our templates DRY using chameleon? Does it support template inheritance? (Where you can have a base file and just include it into the other template files) -- -- Regards, Bruce Wade http

Re: Chameleon have template inheritance like mako?

2011-06-22 Thread Bruce Wade
also do inheritance in Chameleon, not sure how though off the top of my head. On Wed, Jun 22, 2011 at 4:13 PM, Bruce Wade bruce.w...@gmail.com wrote: I have used Mako with pylons, now I am trying to rap my head around chameleon for pyramid. How do we keep our templates DRY using chameleon

Re: Chameleon have template inheritance like mako?

2011-06-22 Thread Bruce Wade
Ok I will check out Akhet thanks. On Wed, Jun 22, 2011 at 2:23 PM, Chris McDonough chr...@plope.com wrote: On Wed, 2011-06-22 at 14:21 -0700, Bruce Wade wrote: Is chameleon faster then mako? Is that why it is the default with pyramid? Not really. There can only be one default; we chose

Re: Chameleon have template inheritance like mako?

2011-06-22 Thread Bruce Wade
-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group

Re: Pyramid + MongoDB

2010-12-30 Thread Bruce Wade
. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons

Re: Pyramid + MongoDB

2010-12-29 Thread Bruce Wade
, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-disc

Re: Building a RIA with Pylons and Ajax

2010-12-16 Thread Bruce Wade
to pylons-disc...@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.compylons-discuss%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http

Re: Building a RIA with Pylons and Ajax

2010-12-16 Thread Bruce Wade
/. It's a porting of GWT. Cheers. 2010/12/16 Bruce Wade bruce.w...@gmail.com This is a good start: http://pylonsbook.com/en/1.1/css-javascript-and-ajax.html?highlight=ajax http://pylonsbook.com/en/1.1/css-javascript-and-ajax.html?highlight=ajaxI am in the same situation though, I need to make

Re: Building a RIA with Pylons and Ajax

2010-12-16 Thread Bruce Wade
://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group

Re: Building a RIA with Pylons and Ajax

2010-12-16 Thread Bruce Wade
Ignore my last response it is 4:55am here I am clearly tired/blind. On Thu, Dec 16, 2010 at 4:54 AM, Bruce Wade bruce.w...@gmail.com wrote: Wow that looks pretty good, what is the license on that? I didn't notice it on the site. On Thu, Dec 16, 2010 at 4:48 AM, Mengu whalb...@gmail.com

Re: Building a RIA with Pylons and Ajax

2010-12-16 Thread Bruce Wade
. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.compylons-discuss%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com

Re: Building a RIA with Pylons and Ajax

2010-12-16 Thread Bruce Wade
%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You

Re: url_for doesn't work

2010-09-27 Thread Bruce Wade
I have deployed an app with out using the url(). :D On Mon, Sep 27, 2010 at 6:48 AM, Marius Gedminas mar...@gedmin.as wrote: On Sun, Sep 26, 2010 at 05:04:42PM -0700, Bruce Wade wrote: You don't know need to use url_for or url for style sheets ${h.stylesheet_link('/css/default.css')} You

Re: url_for doesn't work

2010-09-26 Thread Bruce Wade
://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons

Re: url_for doesn't work

2010-09-20 Thread Bruce Wade
at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups

Re: url_for doesn't work

2010-09-20 Thread Bruce Wade
', action='bar') These used to work with the older version of Routes and with url_for. On Sep 20, 5:15 pm, Bruce Wade bruce.w...@gmail.com wrote: search and replace url_for to url add: from pylons import url to helpers :D On Mon, Sep 20, 2010 at 5:11 PM, jgard...@jonathangardner.net

Re: url_for doesn't work

2010-09-20 Thread Bruce Wade
Oh I have never used that before. Does your code work without it? On Mon, Sep 20, 2010 at 6:51 PM, jgard...@jonathangardner.net jgard...@jonathangardner.net wrote: It used to mean to drop all the other parameters. On Sep 20, 5:26 pm, Bruce Wade bruce.w...@gmail.com wrote: Is there any

Re: url_for doesn't work

2010-09-20 Thread Bruce Wade
:14 pm, Bruce Wade bruce.w...@gmail.com wrote: Oh I have never used that before. Does your code work without it? On Mon, Sep 20, 2010 at 6:51 PM, jgard...@jonathangardner.net jgard...@jonathangardner.net wrote: It used to mean to drop all the other parameters. On Sep 20, 5:26

Re: Authentication and Authorization

2010-09-09 Thread Bruce Wade
...@googlegroups.com. To unsubscribe from this group, send email to pylons-discuss+unsubscr...@googlegroups.compylons-discuss%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com

Re: Dropping dependencies on webhelpers and formencode

2010-09-09 Thread Bruce Wade
. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email

Re: Pylons 1.0 and repoze.what tutorial

2010-09-04 Thread Bruce Wade
...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received

Re: Pylons 1.0 and repoze.what tutorial

2010-09-04 Thread Bruce Wade
)} method=POST label for=loginUsername:/label input type=text id=login name=login /br / label for=passwordPassword:/label input type=password id=password name=password /br / input type=submit id=submit value=Submit / /form On Sat, Sep 4, 2010 at 1:15 PM, Bruce Wade bruce.w...@gmail.com wrote

Re: SF east bay - looking for project partner

2010-08-05 Thread Bruce Wade
. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email

Re: Problem with templating

2010-05-26 Thread Bruce Wade
+unsubscr...@googlegroups.compylons-discuss%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http

Re: Pylons on Hostmonster with fastcgi

2010-05-26 Thread Bruce Wade
%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You

Re: Pylons on Hostmonster with fastcgi

2010-05-26 Thread Bruce Wade
Yeah I have .htaccess. But the one tutorial is mainly covering Apache config. (I only skimmed over it) Hostmonster is a little tricky with some settings. On Wed, May 26, 2010 at 7:40 PM, 佳音张 zhangjiayi...@gmail.com wrote: and .htaccess ? 2010/5/27 Bruce Wade bruce.w...@gmail.com Thanks I

Re: Problem with templating

2010-05-26 Thread Bruce Wade
, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed

Re: Does your company use Pylons?

2010-05-25 Thread Bruce Wade
://groups.google.com/group/pylons-discuss?hl=en. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com -- You received this message because you are subscribed to the Google Groups pylons