What would happen when lisp meets prolog in python? Dao and Dinpy arises!

2011-11-05 Thread Simeon Chaos
Dao is the new generation programming system implemented by a functional logic solver, unifying code with data, grammar with program, logic with functional, compiling with running. Would you please to have a look at my dao and dinpy? http://pypi.python.org/pypi/daot https://github.com/chaosim/dao

Re: Python ORMs Supporting POPOs and Substituting Layers in Django

2011-11-05 Thread Travis Parks
On Nov 5, 4:11 pm, Travis Parks wrote: > Hello: > > A new guy showed up at work a few weeks ago and has started talking > about replacing a 6 month old project, written in ASP.NET MVC, with an > open source solution that can handle massive scaling. I think his > primary concern is the "potential"

Re: Python ORMs Supporting POPOs and Substituting Layers in Django

2011-11-05 Thread Chris Angelico
On Sun, Nov 6, 2011 at 7:11 AM, Travis Parks wrote: > Finally, I wanted to ask whether anyone has tried having Django call > out to Python 3 routines. I am okay using Python 2.7 in Django, if I > can have the controllers call business logic implemented in Python 3, > accepting POPOs from the data

Re: Python ORMs Supporting POPOs and Substituting Layers in Django

2011-11-05 Thread Marco Nawijn
On Nov 5, 9:11 pm, Travis Parks wrote: > Hello: > > A new guy showed up at work a few weeks ago and has started talking > about replacing a 6 month old project, written in ASP.NET MVC, with an > open source solution that can handle massive scaling. I think his > primary concern is the "potential"

Python ORMs Supporting POPOs and Substituting Layers in Django

2011-11-05 Thread Travis Parks
Hello: A new guy showed up at work a few weeks ago and has started talking about replacing a 6 month old project, written in ASP.NET MVC, with an open source solution that can handle massive scaling. I think his primary concern is the "potential" need for massive web farms in the future. In order

httpd.conf configuration for mod_wsgi.so on wamp (apache)?

2011-11-05 Thread wojciech777
Hi there. Is there any way to run python web application (or simple web page in web.py) on Windows with wamp without starting built-in wsgi server manually (python run.py). I know there's a documentation on http://webpy.org/install#apachemodwsgi, but it doesn't show where exactly in httpd.conf I

Re: inserting \ in regular expressions [solved]

2011-11-05 Thread Ross Boylan
On Wed, 2011-10-26 at 12:48 -0700, Ross Boylan wrote: > I want to replace every \ and " (the two characters for backslash and > double quotes) with a \ and the same character, i.e., > \ -> \\ > " -> \" I'd like to thank Ian, Dave, MRAB, and John for their helpful responses. I hadn't realized the in

xml-rpc server on wine

2011-11-05 Thread pacopyc
Hi, I have a XML-RPC server python running on VM Windows (on Linux) and a XML-RPC client python on Linux. Server and client have different IP address. I'd like migrate server on wine. How can communicate server and client? IP address is different or is the same? Can you help me? Thanks -- http://

Re: Can I fully replace GNU Bash with Python?

2011-11-05 Thread Devin Jeanpierre
> Is there a way I can replace the ~/develop/1-build/swift.sh script > with a ~/develop/1-build/swift.py script, yet still retain the ability > to work on one major function WITHOUT requiring the other major > functions and the 1-build directory to be present? I thought I followed along, but I don

Re: SystemError when defining

2011-11-05 Thread Terry Reedy
On 11/4/2011 9:53 PM, Joshua Landau wrote: Joshua found bugs.python.org and, 2 hours later, a fix was applied. http://bugs.python.org/__issue13343 It was impressively fast. Those python devs are like a hawk. Although I wasn