-
Today JW_Record_Playback for Ubuntu Feisty Fawn has been released.
JW_Record_Playback is a Package for Record and Playback of Keyboard and Mouse movements.
There has been a long lasting call in the Ubuntu Linux community to have the open source package JW_RECORD_PLAYBACK for Record / Playback of Keyboard and Mouse movements, that can Record and Playback these actions without the need of a...
2007-06-10 19:17:41 UTC by wijnenjl
-
Today JW_Record_Play_Edit_Films 01 has been released.
JW_Record_Play_Edit_Films is a Package for Record, Play and Edit of films on the Linux platform.
The current package is a combination of Python, Wxwindows and pyvnc2swf, where the GUI is in Wxwindows, while background calls are performed to the pyvnc2swf package.
The package enables the seamless Record and Play of desktop sessions...
2007-02-17 13:12:49 UTC by wijnenjl
-
Hello Dreen,
I think we have to wait for Ubuntu to get the right versions (including the example files) of WxGTK in their distribution. We could keep on trying, but it would take too much of our time for both of us. I was just hoping, that the files I put on this page were sufficient.
As to your last point of having to code Tcl macros. I think the code of JW_Record_Playback can be of help...
2006-12-15 13:49:13 UTC by wijnenjl
-
Hi, sorry for not replaying for a long time but I was on a vacation.
I downloaded the files and ran the program, it is running but nothing really happens, except the cursor changes to crosshair and the program can only be closed using Ctrl+C.
Meh, sorry to tell you this but I think the better way is to code macros via Tcl and I will go with that. I can however, help by trying to run your...
2006-12-12 22:56:47 UTC by dreen
-
Hello Dreen,
As an addition to my last answer yesterday.
The files to be downloaded can be found in the download links at the end of the web-page when visiting:
https://sourceforge.net/tracker/?func=detail&atid=784906&aid=1607386&group_id=152282
Regards,
Sjaak Wijnen.
2006-12-04 19:41:28 UTC by nobody
-
Hello Dreen,
I did a bit of testing and you can add the missing parts using the following steps:
1. you download the following files (and save them in one of the directories of your PYTHONPATH) below:
Main.py
run.py
images1.py
images2.py
images3.py
images4.py
2. you concatenate the images files into imagpes.py with:
cat images1.py images2.py images3.py images4.py > images0.py...
2006-12-03 18:15:58 UTC by wijnenjl
-
I already had this installed, like I said before.
On this list:
http://packages.ubuntu.com/cgi-bin/search_contents.pl?searchmode=filelist&word=python-wxgtk2.6&version=dapper&arch=i386&page=1&number=all
you can see all the files for ubuntu-dapper-i386 package of python-wxgtk2.6
There is nothing named `demo` on this list, as well as `Main.py`. So it's just not there. Guess I'll have to...
2006-12-03 15:18:25 UTC by dreen
-
Hello Dreen,
Yes, I also have Main.py on my system in the pynche directory, but it is a different file compared to Main.py in the demo directory of the python-wxgtk example files.
Perhaps on Ubuntu you should try to install the following package
http://packages.ubuntu.com/dapper/virtual/python-wxgtk
When you have installed the right package you will be able to start a beautiful demo...
2006-12-03 14:58:57 UTC by nobody
-
I have found Main.py only in `/usr/share/doc/python2.4/examples/Tools/pynche` and made `export PYTHONPATH=.:/usr/lib/python2.4:/usr/share/doc/python2.4/examples/Tools/pynche` but the result was still the same.
2006-12-03 13:31:57 UTC by dreen
-
Hello Dreen,
For the time being my hunch is the PYTHONPATH in stead of the Versions. So do not reinstall anything, but try the PYTHONPATH command first.
When I use: export PYTHONPATH=.:/usr/lib/python
Then startup gives me:
wijnenjl@linux-4gp1:~> cd ~/Python_data;python Rec_Play_03_direct_save_get_03.py
Traceback (most recent call last):
File "Rec_Play_03_direct_save_get_03.py", line...
2006-12-03 09:29:09 UTC by nobody