as fare as odbc is concerned, pylons or any other web framework really
has nothing to do with it, thats up to python and DB2 support.  If your
on the windows platform ODBC can be done with the win32all package and
there is also the mxODBC package.  On linux I'm not sure.  As for
Apache, I use pylons with apache all the time and use the mod_proxy to
get the urls to work
Jose

durumdara wrote:
> Hi!
>
> We have used Apache with modpython3.
> We have used our owned python code as framework, and we used DBISAM
> databases with ODBC connections.
>
> Now I read about Pylons and Django. As I see the DJANGO not supports
> the ODBC connection.
>
> So I want to ask about Pylons:
> Can I use Pylons under Apache?
>
> We have PHP, Python sites (8-10 virtual hosts) and we want to replace
> only one or two projects with frameworks.
>
> But we don't want to use another port, we must use the port 80.
>
> So if we want to use Pylons, we need to transport these packages, or
> need to make Pylons to works under apache.
>
> Can we do these things?
>
> And: is Pylons supports the ODBC connections?
>
> Thanks for your help:
> dd
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to