We have a project where we are running a local (read not installed) copy of
Python, and we need to run our code as a service. We love pywin32, its
perfect.
We can't figure out how what pieces need to be where to run as a service.
For example, your post install .py file does A LOT to register and
On Thu, Feb 23, 2012, Jacob Kruger wrote:
>
> Any thoughts/ideas, and is it likely that this might be somewhat
> specific to things like the virtual video card, sound card, memory,
> etc. etc. that are being used/accessed by this virtual instance of
> windows XP?
Well, I haven't touched a real Win
I ran into a similar issue with the MsSQL module when going between win7
and server 2008.
For me, the resolution was excluding that dll from the py2exe build and
making sure the correct DLLs were with the executable on the new server. I
had to find the version the host is looking for and keep it w
Using python 2.7.2 on windows 7 amd64
I'm working currently with .wav files to pull from the mic/audio in
line for an oscilloscope, and looking for a more appropriate(quicker)
way to pull values straight from the mic/audio-in line.
Is there a particular file I can pull the value from constantly,