Javacv / google apps

2011-07-06 Thread PyNewbie
Hi,

Is it possible to use JavaCV with Google apps engine?
-- 
http://mail.python.org/mailman/listinfo/python-list


TurboVNC used in python program

2011-06-16 Thread PyNewbie
Does anyone have experience with TubroVNC?
I'm having an issue with the refresh rate for 2D vs. 3D. I have posted a sample 
video illustrating the issue below. As you can see the 2D images do not appear 
to be refreshing correctly. The 3D background appears real-time and correct.

http://www.youtube.com/watch?v=2D92Loml-kY
-- 
http://mail.python.org/mailman/listinfo/python-list


Py / VNC Automation

2011-05-02 Thread PyNewbie
Hi,
I'm looking for a python class or open source code that is tightly integrated 
with VNC protocols - any ideas?
-- 
http://mail.python.org/mailman/listinfo/python-list


PIL Question

2011-05-01 Thread PyNewbie
Hi,

I'm new with Python and PIL. I have a very simple question regarding an image 
capture function I'm attempting. 

Here is the code:


 from PIL import ImageGrab
 ImageGrab.grab().save(screen_capture.jpg, JPEG)

Question: I can't seem to find the captured image, where does it go?  The 
python Shell IDE does not display an error, and the code appears to have been 
processed. 

Additional Info: I'm using Python 2.6, and PIL 1.1.7 for Python 2.6 Windows. 
-- 
http://mail.python.org/mailman/listinfo/python-list