castro icon indicating copy to clipboard operation
castro copied to clipboard

"screencast robot" - a tiny fork of pyvnc2swf

Results 9 castro issues
Sort by recently updated
recently updated
newest added

I think it would be very interesting to create a docker image to be used for the Castro library. I need to use it to record videos in Selenium tests...

Bad news, It does not support Python3 yet.

Just instaled castro in my project, where I use python 3.6 and got following error > Traceback (most recent call last): > File "/usr/local/lib/python3.6/unittest/loader.py", line 428, in _find_test_path > module...

Here's my code--- import castro video = castro.Castro() video.start() The error is - > > > Socket error: [Errno 111] Connection refused > > > Process Process-1: > > >...

python -c "import castro; castro.test()" Recording a 10 second video... 10 Connected: localhost:5900, protocol_version=3.8, preferred_encoding=(0, -232, -239) VNC Screen: size=4960x1921, name='beast' Output movie size: 4960x1921 Creating movie: 'c:\users\matt\appdata\local\temp\castro-video.swf': version=5, size=4960x1921,...

I feel like I'm getting close, but the generated SWF is only 70 bytes. Any ideas about the Socket errors / Broken pipe? ``` # get pygame something like http://juliaelman.com/blog/2013/04/02/installing-pygame-on-osx-mountain-lion/...

Any idea why "pip install castro" on Ubuntu tries to download pygame for Osx?

I get the following traceback message when trying to run a module that imports castro: tests/examples/test_website.py:4: in from castro import Castro E File "/Users/derek/dev/v3/lib/python3.11/site-packages/castro/__init__.py", line 110 E print "Running ffmpeg:...

When I try to run Castro, I get this error: ModuleNotFoundError: No module named 'lib.messageboard' Where can I get this library? I can't find it.