Re: COM server / COM client



Dan wrote:
Sounds like you are walking a "fine line" on the "no compiled programs
written by me" thing.

Yeah, I hate it. I could have written a C++ server, client application
etc.. very easily. Instead, I have had to write javascript on the
client to embed in an html page to view, insert,delete etc.. SQL server
table over the intranet via ADO. But, requirements are requirements.
Besides, I am learning a lot and thats always good. We are integrators,
so our clients specifications are always vague and with an eye toward
leaving themselves "outs" whenever possible.

That said, no you don't have to compile. If you don't create .exe
by using py2exe you must have Python on the machine and must set up
any supporting libraries (like ctypes) in lib/site-packages.

That won't be a problem since all of the clients will be our own pc's
so we will be installing python on each.

What about activeX controls? Will I be able to create an activeX client
control using python for embedding into a web document, again without
compiling ? I know I could use Javascript to gain access to the python
server but I don't know if it will allow me to subscribe to the events
properly. In the ADO interfaces at least you can not receive the events
fired from the server via Javascript or VBScript. Thanks, Dan

I guess I'm confused. You said "Meaning no compiled programs...".
ActiveX controls are compiled and Python is compiled. How come you
can install THOSE compiled programs but not application programs that
are compiled? To run ActiveX it has to be compiled/installed (it is
installed on the fly but it is still installing a compiled program).

-Larry Bates
.



Relevant Pages

  • Re: Memory usage and large number of pages
    ... The problem is the overhead of compiling these pages is huge - and because ... have also found that for each file that is compiled the memory increases. ... >> directory on the web server. ... >> returns the result of this page back to the client. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Is there an obvious way to do this in python?
    ... |> I want to write a small system that is transaction based. ... Yes - if you do the whole job on the server - ... |it) and HTML (but there are some python packages that knows how to build ... again - centric thinking - I really would like to change the bits on the client, ...
    (comp.lang.python)
  • Re: Advice on OSX cocoa app with Python backend
    ... > decided to go with a Python backend server, handling the database and ... > communicate with the Zope server. ... > because aside from data entry and client record lookups, ... which you plan to write in Python. ...
    (comp.lang.python)
  • Thread/Signal problem with threaded python app on 5.3
    ... server a signal, it will shut down on the next request from the ... In that case it shuts down immediately when the client ... This is on freebsd 5.3-release-p2 with python 2.4 and twisted both ...
    (freebsd-questions)
  • Re: client/server design and advice
    ... I was going to initially just use python ... client application which i would run on a few pc's locally when they ... the server, request a time interval (i.e. does anything need processed? ... One thing i was wondering is if it would be worth it to use c++ for the ...
    (comp.lang.python)