Re: Best Middle Tier Architechure?

2006-09-08 Thread Butternut Squash
Felipe Almeida Lessa wrote: > 2006/9/7, Butternut Squash <[EMAIL PROTECTED]>: >> right now we are using c# and .net remoting in a way that just is not >> efficient. >> >> I want to rewrite a lot of what we do in python. I have seen XML-RPC and >> soap.

Best Middle Tier Architechure?

2006-09-07 Thread Butternut Squash
What do you guys recommend for doing middle tier in python. I want to hide the database from the application and have it just use business logic. right now we are using c# and .net remoting in a way that just is not efficient. I want to rewrite a lot of what we do in python. I have seen XML-RPC a

Re: block a network port

2006-08-29 Thread Butternut Squash
abcd wrote: > Larry Bates wrote: >> This is not really a Python question. Blocking ports is a function >> of your firewall solution. >> > > > ok, no of any python solutions? or command-line firewalls? So now you're question is how to write a firewall in python? You can probably bind to all

Re: how to use python com server in c++?

2006-08-19 Thread Butternut Squash
Leo Jay wrote: > dear all, > i have a python com server like this: > > import win32com.server.register > > class HelloWorld: > _reg_clsid_ = "{B0EB5AAB-0465-4D54-9CF9-04ADF7F73E4E}" > _reg_desc_ = 'Python test com server' > _reg_progid_= "Leojay.ComServer" >

Re: open() and Arabic language

2006-08-13 Thread Butternut Squash
MaaSTaaR wrote: > Hello ... > > firstly , sorry for my bad English . > > i have problem with open() function when i use it with file which name > in Arabic , the open() will not find the file , and i am sure the file > is exist . > > > so how i can solve this problem ? probably a unicode prob

Re: ANN: PyQt v4.0 Released - Python Bindings for Qt v4

2006-06-11 Thread Butternut Squash
Phil Thompson wrote: > Riverbank Computing is pleased to announce the release of PyQt v4.0 > available from http://www.riverbankcomputing.co.uk/pyqt/. > > The main change from v4.0beta1 is the inclusion of comprehensive HTML > documentation based on the Qt documentation. > > PyQt is a comprehens

Re: python soap web services

2006-05-13 Thread Butternut squash
Diez B. Roggisch wrote: > Butternut squash wrote: > >> Is there any reason why there isn't any python library that makes >> using soap as easy as how microsoft .net makes it. >> >> I mean I write rudimentary asmx files call them from a webbrowser. >>

python soap web services

2006-05-11 Thread Butternut squash
Is there any reason why there isn't any python library that makes using soap as easy as how microsoft .net makes it. I mean I write rudimentary asmx files call them from a webbrowser. The WSDL is generated and then there is documentation and a form to invoke a function. When do you think someone

Re: Job opportunity in France

2006-05-06 Thread Butternut squash
Rony Steelandt wrote: > We have a vacancy for a python programmer for a 6 months assignement. > > If interested, please visit www.bucodi.com > > And don't worry we speak english :) > > R_ > seriously, a job opportunity in France?? I heard that the unemployment rate is not doing too well. --

Re: Newbie wxPython questions.

2006-04-11 Thread Butternut squash
John Ladasky wrote: > > [EMAIL PROTECTED] wrote: >> I am also a newbie and learning like you are. I was wondering if do you >> know any wxPython forum just for GUIs ? >> Good luck with your project and hope that some guru helps us out. > > If you are reading this via Usenet, you can subscribe to

Re: wxpython in action book

2006-04-04 Thread Butternut squash
momobear wrote: > > Butternut squash wrote: >> any recommendations? any opinions? >> >> I want to learn to program in python and need a gui reference. I'll be >> updating various mysql tables. I have most of the code ready to roll by >> using a com

Re: wxpython in action book

2006-04-03 Thread Butternut squash
Tim Roberts wrote: > Dabo Thanks for the info. I'll check out dabo. I understand that web is easier to distribute and more likely easier to program. I loath CSS and HTML though and that's why I want a fat client program. We'll see -- http://mail.python.org/mailman/listinfo/python-list

wxpython in action book

2006-04-01 Thread Butternut squash
any recommendations? any opinions? I want to learn to program in python and need a gui reference. I'll be updating various mysql tables. I have most of the code ready to roll by using a command line. I need put some lipstick on my project. pyQT seems viable but there is not really a good referenc

Re: New development windows, IronPython or PythonWin

2006-03-23 Thread Butternut squash
[EMAIL PROTECTED] wrote: > IronPython is currently nowhere near production quality. I would not > recommend it. But it's so cool. -- http://mail.python.org/mailman/listinfo/python-list